Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Populate Data and Test the Site #114

Open
Ritvik1121 opened this issue Jan 15, 2023 · 3 comments
Open

Populate Data and Test the Site #114

Ritvik1121 opened this issue Jan 15, 2023 · 3 comments

Comments

@Ritvik1121
Copy link
Collaborator

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.

@bbmcmann
Copy link
Collaborator

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

@bbmcmann
Copy link
Collaborator

This issue is intended to find new bugs from our reformatting, and small bugs that users may have ran into but not mentioned in meetings.

@bbmcmann bbmcmann added the Fix label Jan 25, 2023
@hopieyimmie hopieyimmie self-assigned this Jan 26, 2023
@aryaramchander1 aryaramchander1 self-assigned this Jan 26, 2023
@hopieyimmie
Copy link

H4I Research.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants