You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: