The library

Case study Working draft

Lunch coordination: contribute at the moment that makes sense

A working case about moving build-day lunch choices out of one organizer’s phone and into a shared flow, with explicit decisions, exceptions, and learning for the next run.

Christian Blank 4 min read

A working edition: the thinking is shared while it develops. Open questions and the limits of the evidence are part of the work.

On this page 4 sections
  1. The coordination problem
  2. The decisions that matter
  3. What the evidence supports
  4. What I would reuse

At a volunteer build day, ordering lunch can become an unexpectedly demanding coordination job. The person running it has to choose a place, find out what people can eat, collect individual orders, locate anyone who was missed, and turn the result into a delivery order. Much of that work can happen through one person’s phone and memory while everyone is busy doing something else.

This case describes an intervention I worked on in the Titanic’s End app. A fellow camper raised the initial idea. The product specification and implementation record show how that need became a concrete workflow. They establish what was designed and built; this account does not yet establish how much time it saved or how consistently people used it.

The coordination problem

The source specification describes an organizer walking around the warehouse, handing people a phone one at a time. That arrangement makes one person both the coordinator and the collection mechanism. Every additional participant adds another interruption. Someone on a supply run or away from the expected location can disappear from the organizer’s mental list.

The useful question was where each participant could supply their own information, and what the organizer would then need to see to finish the job confidently.

Check-in offered a natural moment. Attendees already had their phones out and were establishing that they were there. The app could offer lunch selection immediately afterward. Anyone who skipped that prompt could return through the event page or a home-screen reminder while ordering remained open.

This changes the shape of the organizer’s work. Instead of collecting every answer in sequence, they can review accumulated choices and follow up on the remaining exceptions.

The decisions that matter

The first decision was to keep the final order understandable. Attendees choose items and can edit their basket while ordering is open. The organizer receives a list grouped by item or by person, plus checked-in people with no selection. That last group is useful precisely because an empty response has a visible place. The system still cannot know whether someone deliberately wants no lunch or simply missed the prompt; a person must resolve that ambiguity.

The second decision was to attach responsibility to a clear boundary. Ordering moves through open, closed, and ordered states. The organizer closes choices before marking the order placed. Closed choices provide a stable basis for the external order. Corrections require reopening the flow, and the implementation prevents an already used restaurant from being silently replaced in the historical record.

The third decision was to keep the external handoff simple. The app produces a copyable order list for the delivery service the organizer already uses. It does not need to automate the shopping cart to make collecting choices useful. Cart automation and restaurant recommendations remain separate possible extensions.

The fourth decision was to make AI assistance reviewable. Screenshots can be converted into proposed menu items, but the organizer checks the extracted list before saving it. Manual entry and pasted text remain available. An extraction failure therefore leaves a usable ordering path, and a plausible AI transcription does not become the menu without a human review.

The fifth decision was to preserve learning across runs. Restaurant history, organizer reviews, and attendee feedback accumulate in a directory. The intention is that the next organizer can start with useful context. Whether the feedback actually improves the next choice still needs observation.

Dietary information adds a more sensitive boundary. The design stores restrictions, preferences, and notes on the member profile and gives lunch managers the relevant summary. Convenience here depends on appropriate access and accurate information; an ordering tool does not replace direct clarification of an individual’s needs.

What the evidence supports

The July product record marks the core flow implemented: menu entry, reviewed screenshot extraction, attendee selection, dietary summaries, aggregation, lifecycle transitions, and restaurant feedback. Corresponding backend code includes the manager checks, cutoff enforcement, missing-selection list, and close-before-order requirement.

That is evidence of implementation, rather than proof of a completed social outcome. I have not established a measured before-and-after comparison, broad adoption, fewer missed meals, or lower organizer stress in this case. The next useful evidence would be a few complete lunch runs: where people hesitate, who still needs help, what the organizer must repair, and whether the retained history is useful later.

Guest participation is another known boundary. The first version expects app access and does not provide the same self-service flow for walk-ups without an account. A real operating practice still needs a way to include them.

What I would reuse

The transferable pattern is to locate a contribution at a moment when the contributor already has the context and ability to act. Then give the coordinating person a dependable aggregate, visible exceptions, and a clear point at which the result is ready to use.

This pattern applies to gathering availability, preparing onboarding, collecting review input, and other recurring work. Its value depends on the local situation. A small group already sitting around one table may need only a conversation and a list.

For my broader system-of-work thinking, lunch is a useful test of proportionality. A modest improvement can connect intent, participation, shared state, responsibility, and memory. The quality of that connection is best judged by what becomes easier for the people doing the work.

About this edition

Published September 19, 2026. First personal working edition. Context and uncertainty are retained.

This page presents a released edition. Later changes to the work appear here when a new edition is published.

Share an observation or a question ↗