codeforbtv / baby-equipment-exchange

MIT License
0 stars 8 forks source link

Create user details data attribute to track scheduling no-shows #27

Open ksnielsen opened 1 year ago

NathanWEdwards commented 10 months ago

Acceptance criteria:

Pull Request 1 introduces a Firebase Firestore User Details collection for storing primarily internally user-related information. Pull request 34 introduces a Firebase Firestore Event collection that may be used for storing information related to user-defined events that take place within the application.

Pull request 42 introduces a calendar page for scheduling to brainstorm around how event tracking could be implemented. Additional effort is needed to determine how a circumstance like a no-show should be represented, retrieved, and stored.