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
Go into the database and add some test data for the past shifts, discussions, and calendar.
After you have added some test data look around the site to make sure that the data was added properly and the site still functions properly. If something doesn't work then write up a description of the issue and attach it below.
The text was updated successfully, but these errors were encountered:
The database layout should be as follows:
(note follow the exact names bolded here so it links properly with our code)
a discussions collection
each document in discussion collection has the following fields:
dateCreated: timeStamp
name: type string
pinned: type boolean
a vigils collection
address: type string
endTime: type timeStamp
notes: type string
startTime: type timeStamp
in the users collection, you can follow the formatting of documents already in there.
if you have questions or clarifications feel free to reach out :D
This task will need 2 people.
Go into the database and add some test data for the past shifts, discussions, and calendar.
After you have added some test data look around the site to make sure that the data was added properly and the site still functions properly. If something doesn't work then write up a description of the issue and attach it below.
The text was updated successfully, but these errors were encountered: