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

[BE] Database schema design for Users, Pets, Medications, Settings, etc. #2

Open
4 tasks
michaelhyi opened this issue Jan 15, 2025 · 0 comments
Open
4 tasks

Comments

@michaelhyi
Copy link
Contributor

Description

  • Schema for entities should be written out and defined using TypeScript + Mongoose. The main models to focus on, for now, would be Users, Pets, Medications, and Settings. More models may be added and schema design may change, with time.

Acceptance Criteria

  • Entities carry all necessary attributes and are thorough
  • Relationships between entities are well established and necessary
  • Creates DB schema and typing for Users, Pets, Medications, and Settings
  • Integrates well with Mongoose + MongoDB
@michaelhyi michaelhyi added this to the Sprint 1 - S24 milestone Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant