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
Separate the club entity from the POST event request, since we won't be recreating clubs on every event.
This will then require a means of looking up the club and linking the event to it.
E.g.
club:
id: Lucan Cycling Road Club
...
event:
organised_by:
club_id: Lucan Cycling Road Club
Or club_id = GET /api/clubs/?title=Lucan Cycling Road Club
Separate the club entity from the POST event request, since we won't be recreating clubs on every event.
This will then require a means of looking up the club and linking the event to it.
E.g.
Or
club_id = GET /api/clubs/?title=Lucan Cycling Road Club
Originally posted by @rosscado in #57 (comment)
The text was updated successfully, but these errors were encountered: