Skip to content

Remove vigil functionality #139

@bbmcmann

Description

@bbmcmann

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).

  1. When a user signs up for a shift, the shift should be pushed to the new "shifts" collection in the database.
  2. The calendar should pull shifts from the new shifts collection in the db instead of each vigil.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions