-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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 ClubOr
club_id = GET /api/clubs/?title=Lucan Cycling Road Club
event:
organised_by:
club_id: {club_id}Originally posted by @rosscado in #57 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels