sxsphinxstack

Projects / A sign-up sheet that works

A sign-up sheet that works

Use with: build-web-app. Resume line when done: Built {project_name}, a slot sign-up app used by a real group — live at {url}

Brief

A sign-up sheet for a real group you belong to: event slots, shifts, study sessions, potluck dishes. Create a slot, claim a slot, see who claimed what. Backed by a hosted JSON store or a minimal serverless endpoint: this is the step past localStorage, because other people need to see the same data.

Personalize

Milestones

  1. Model in the README: what is a slot, what is a claim, what happens when two people want the same slot.
  2. Static slot list live at a URL.
  3. Shared storage wired up: a claim made in one browser shows in another.
  4. Claiming with a name; a claimed slot can be released.
  5. The unhappy path: the slot race (two claims at once) resolves sensibly, and the sheet stays honest.
  6. Real use by the group. Screenshot or link in the README. Final README.

Done means