hensei-api/spec
Justin Edmund b75a905e2e add crew invitations system
- create crew_invitations table with status enum
- add CrewInvitation model with accept/reject flow
- add CrewInvitationsController for send/accept/reject
- add invitation error classes
- add invitation routes nested under crews
- add pending invitations endpoint for current user
- 38 passing specs for model and controller
2025-12-03 23:06:07 -08:00
..
controllers/concerns Migrate to Query Builder (#179) 2025-02-12 23:43:02 -08:00
factories add crew invitations system 2025-12-03 23:06:07 -08:00
fixtures Fix filters and add processors (#181) 2025-02-17 23:51:50 -08:00
models add crew invitations system 2025-12-03 23:06:07 -08:00
requests add crew invitations system 2025-12-03 23:06:07 -08:00
services Fix filters and add processors (#181) 2025-02-17 23:51:50 -08:00
support/matchers Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
rails_helper.rb add crew specs and fix error handling 2025-12-03 22:51:34 -08:00
spec_helper.rb Add first round of tests (#178) 2025-02-12 02:42:30 -08:00