You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: