-
Notifications
You must be signed in to change notification settings - Fork 0
Remove vigil functionality #139
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The site no longer uses vigils, instead shifts will be stored in one large shifts collection. Users will not have a list of their own shifts.
Need to go through the signup functionality and remove all db operations that use vigils and the vigil shifts collection, then replace these with the new schema(see below).
- When a user signs up for a shift, the shift should be pushed to the new "shifts" collection in the database.
- The calendar should pull shifts from the new shifts collection in the db instead of each vigil.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request