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

Feat/models: Implement Models #2

Merged
merged 21 commits into from
Oct 24, 2023
Merged

Feat/models: Implement Models #2

merged 21 commits into from
Oct 24, 2023

Conversation

Diegogagan2587
Copy link
Owner

Implemented Changes

  • Set up models according to the ERD Diagram.
    • create User model with next properties
      • name
      • has many Groups
      • has many Entity
      • Include validations test
    • Create Entity model with next properties
      • AuthorId
      • Name
      • Amount
      • CreatedAt
      • belongs to User
      • belongs to Group
      • Include Validation tests
    • Group: include next properties
      • Name
      • Icon
      • Created at
      • belongs to User
      • has many Entities
      • Include validation test

@Diegogagan2587 Diegogagan2587 merged commit 30514c6 into development Oct 24, 2023
3 checks passed
@Diegogagan2587 Diegogagan2587 deleted the feat/models branch October 24, 2023 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant