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
Action item
Update ClubProfileModel‘s fields, and the functions for ClubProfileController, to work with the updated user-auth workflow which incorporates the fireauth credentials into a system of club accounts and profiles.
Deliverables
For ClubProfileModel
Add the field ClubAccountId to link to the account that this profile is associated with.
For ClubProfileController
Update the create, update and remove functions to use account id to modify the profile object, and update the associated account accordingly at the end.
The text was updated successfully, but these errors were encountered:
Action item
Update ClubProfileModel‘s fields, and the functions for ClubProfileController, to work with the updated user-auth workflow which incorporates the fireauth credentials into a system of club accounts and profiles.
Deliverables
ClubAccountId
to link to the account that this profile is associated with.create
,update
andremove
functions to use account id to modify the profile object, and update the associated account accordingly at the end.The text was updated successfully, but these errors were encountered: