## Priority: P1 (High) Get notified when people RSVP and track RSVP changes. ## Use Cases - Know immediately when someone RSVPs - Track who changed from maybe to going - Get summary of RSVPs before event ## Proposed Commands ```bash # Check current RSVPs partiful rsvps <eventId> partiful rsvps <eventId> --status going partiful rsvps <eventId> --summary # Watch for changes (polls periodically) partiful watch <eventId> # RSVP digest via cron partiful rsvps <eventId> --summary --json ``` ## RSVP Summary Output ``` Event: Game Night (Apr 15) ======================== Going (8): John, Jane, Bob, Alice... Maybe (3): Grace, Henry, Ivy Declined (2): Jack, Kate Capacity: 10 | Waitlist: 3 ``` ## Acceptance Criteria - [ ] Show current RSVP status by category - [ ] Summary view with counts - [ ] JSON output for scripting - [ ] Filter by status
Priority: P1 (High) Get notified when people RSVP and track RSVP changes. ## Use Cases - Know immediately when someone RSVPs - Track who changed from maybe to going - Get summary of RSVPs before event ## Proposed Commands
bash # Check current RSVPs partiful rsvps <eventId> partiful rsvps <eventId> --status going partiful rsvps <eventId> --summary # Watch for changes (polls periodically) partiful watch <eventId> # RSVP digest via cron partiful rsvps <eventId> --summary --json## RSVP Summary OutputEvent: Game Night (Apr 15) ======================== Going (8): John, Jane, Bob, Alice... Maybe (3): Grace, Henry, Ivy Declined (2): Jack, Kate Capacity: 10 | Waitlist: 3## Acceptance Criteria - [ ] Show current RSVP status by category - [ ] Summary view with counts - [ ] JSON output for scripting - [ ] Filter by status