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
What?
On the backend add the user_id of the person who is creating the form as the host.
Use /api/profile to get that user
Why?
The host won't be a field that is added on the frontend, it needs to be figured out on the backend.
Acceptance Criteria:
When a new workshop is created using the create_workshop form the user_id of the user who created it will be added to the workshop database as the host_id
The text was updated successfully, but these errors were encountered:
What?
On the backend add the user_id of the person who is creating the form as the host.
Use /api/profile to get that user
Why?
The host won't be a field that is added on the frontend, it needs to be figured out on the backend.
Acceptance Criteria:
When a new workshop is created using the create_workshop form the user_id of the user who created it will be added to the workshop database as the host_id
The text was updated successfully, but these errors were encountered: