Glamies v2 · use-case walkthrough

Role onboarding & invites

Getting every participant — directors, adjudicators, teachers, reps, reviewers — an account, the right season role, and a signed waiver before training day. Chapter-admin role assignment, self-service profiles, and the (global, not per-season) waiver flag are built and shown live; invites, bulk import, self-select, director-managed teams, lead-reviewer, and school-liaison are not built yet.

13 steps 6 built & screenshotted 7 not yet built
01

Invite season-wide roles by email

Chapter admin Not yet built
Not yet built — no UI exists for this step today

Step 1 — No invite system exists. `admin.assignRole` requires an already-existing user account; there is no email-invite + accept flow for show directors or adjudicators.

02

Bulk invite via spreadsheet

Chapter admin Not yet built
Not yet built — no UI exists for this step today

Step 2 — No CSV/spreadsheet import path exists to match existing users by email and invite the rest in one pass.

03

Member fills out their profile

Reviewer (Riley Chen) Built & verified

Step 3 — Better Auth sign-up/sign-in works, and a member can self-serve their own contact & safety details (phone, allergies, dietary restrictions, accessibility needs, emergency/parent contact, grade). What's missing is the invite-link binding — this profile page exists standalone, not as the last step of accepting an emailed invitation.

04

Member self-selects a role; admin approves

Member → chapter admin Not yet built
Not yet built — no UI exists for this step today

Step 4 — Only admin-initiated `assignRole` exists. There's no member-facing "request a role" workflow or approval queue.

05

Chapter admin assigns and edits season roles

Chapter admin (Casey Marsh) Built & verified

Step 5 — On the season page's Roles section, the chapter admin picks a person, a role, and an optional school scope (season-wide if left blank), then assigns it. Existing roles below are searchable/filterable by person, role, or school, each removable in one click. The reviewer/adjudicator conflict is enforced server-side on assign.

06

New role assigned

Chapter admin (Casey Marsh) Built & verified

Assigning "school representative" to Morgan Ellis (already the school's show director) — role crossovers on one person are explicitly supported.

07

Show director manages their own school's team

Show director Not yet built
Not yet built — no UI exists for this step today

Step 6 — `assignRole` is gated to chapter admins only (`assertChapterAdmin`); there's no school-scoped version a show director can use for their own team. (A director's read-only team view IS built — see the performance-day presentation, step 17.)

08

Floating members (chapter membership, no season role)

Chapter admin Not yet built
Not yet built — no UI exists for this step today

Step 7 — The data model supports a person belonging to a chapter with no season role yet, but there's no in-app flow to add such a member outside of seeding/invites (which don't exist — step 1).

09

Lead-reviewer designation

Chapter admin / show director Not yet built
Not yet built — no UI exists for this step today

Step 8 — Not in the `season_role` enum at all; there's no signifier-only "lead reviewer" label anywhere in the schema or UI.

10

Record the school liaison

Show director / chapter admin Not yet built
Not yet built — no UI exists for this step today

Step 9 — No liaison field exists on the `schools` table; there's nowhere in the school profile UI to record this on-site contact.

11

Member signs their waiver

Show director (Morgan Ellis) Built & verified

Step 10 — A member with an outstanding waiver sees a status badge and an "I have signed my waiver" button on their own profile page.

12

Waiver marked submitted

Show director (Morgan Ellis) Built & verified

The badge flips to "submitted" — pending chapter approval.

13

Chapter admin approves the waiver

Chapter admin (Casey Marsh) Built & verified

The admin's user-detail page has a waiver status dropdown (not_submitted / submitted / approved / expired). This is real and working, but it's global per-user rather than per-season, and there's no document upload — a minor's parent-signed waiver can't actually be attached anywhere yet.