membershipworks: Create view for instructors showing list of attendees for upcoming class #10

Open
opened 2024-03-05 02:59:42 -05:00 by adam.goldsmith · 0 comments

features

  • maybe it should be the same as the event detail page (ie with the invoice) [linked to a new view in 9c2084903f]
  • should also be sent out as an email to the instructor after the registration closes for the class
  • at least the emergency contact info should be accessible to front desk

implementation

  • probably need to scrape each registration; this will create a lot of requests
    • is there a way to do sane caching/cache invalidation for registrations, in case they are modified later? maybe check if MW uess HTTP Last-Modified in the API
  • also need to figure out storage; will at least require one new table, and several more unless I use more JSON fields
# features - [x] maybe it should be the same as the event detail page (ie with the invoice) [linked to a new view in 9c2084903f] - [ ] should also be sent out as an email to the instructor after the registration closes for the class - [ ] at least the emergency contact info should be accessible to front desk # implementation - probably need to scrape each registration; this will create a lot of requests - is there a way to do sane caching/cache invalidation for registrations, in case they are modified later? maybe check if MW uess HTTP `Last-Modified` in the API - also need to figure out storage; will at least require one new table, and several more unless I use more JSON fields
adam.goldsmith added the
enhancement
label 2024-03-05 02:59:42 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: CMS/cmsmanage#10
No description provided.