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 Gifts, GiftRequest, GiftResponse and GiftCollection.
Create input types for each model.
Create relations between GiftRequest - GiftResponse (1:1), GiftCollection-GiftResponse(1:0,1), GiftCollection - Gift (Many:Many)
Make sure to place constraints where needed (ex. age should be between 0 and 120)
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 Gifts, GiftRequest, GiftResponse and GiftCollection.
Create input types for each model.
Create relations between GiftRequest - GiftResponse (1:1), GiftCollection-GiftResponse(1:0,1), GiftCollection - Gift (Many:Many)
Make sure to place constraints where needed (ex. age should be between 0 and 120)
Test correct model creation and relations in the db_test.go file.
@aidanobrien411 @DamianUduevbo
Gorm
EngNotes
UML
The text was updated successfully, but these errors were encountered: