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

CC-02: User Models #1

Closed
matherg opened this issue Sep 19, 2023 · 0 comments · Fixed by #5
Closed

CC-02: User Models #1

matherg opened this issue Sep 19, 2023 · 0 comments · Fixed by #5

Comments

@matherg
Copy link
Contributor

matherg commented Sep 19, 2023

Create type definitions in the type.go file based off our UML diagram for User, Customer, Admin
Create input types for each model.
Create relations between User - Customer (1:1), User - Admin (1:1)
Make sure to place constraints where needed (ex. email should not be more than x characters)
Test correct model creation and relations in the db_test.go file.

@hmcclew @ddusichka
Gorm
EngNotes
UML

@matherg matherg added this to the Basic Backend Infrastructure milestone Sep 19, 2023
@matherg matherg assigned matherg and joey-tsai and unassigned matherg Sep 19, 2023
@matherg matherg changed the title CC-01: User Models CC-02: User Models Sep 20, 2023
@ddusichka ddusichka linked a pull request Sep 24, 2023 that will close this issue
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 a pull request may close this issue.

2 participants