ensembler
ensembler copied to clipboard
Ensembler: the Remote Ensemble Registration System
Confirm they declined (only after accepting?)
Go from /member/profile to /member/register (and rename /member/register to /member/ensembles)
Right now, if the EnsembleService gets a `FailedToScheduleMeeting` exception, it never sends notifications that the Ensemble was scheduled. Even if the video conference is created later (via the `changeTo`), no...
- [x] 1. Adjust security for /invite needing to be authN - [x] 2. TEST: Create database table for invitations: token, username, date_created, date_used, was_user - [x] 3. TEST: InvitationRepository...
Member's GitHub username should be lower case in the database in the Member table. Currently the MemberService converts to lower case, but direct searches against the repository are case-sensitive. Should...
Must be scheduled for a date/time in the Future, perhaps some amount of time in the future. Possibly within 8am-6pm local time zone?
Currently only the meeting link (URI) can be edited for an Ensemble. Need to allow the rest of the Conference Details to be edited.
Right now it's hard-coded for 1 hour and 55 minutes.
Question: do I need anything more than the current `Set roles`? Or can this support: 1. Priority for registration: higher "tiers" can Accept before lower tiers 2. Define which Ensemble...
Sends notification This is really a Cancel + Create shortcut as those who registered for the original date/time should not already be registered. Later: prioritize those who already registered to...