8000 Club Entities · Issue #62 · rosscado/raceready · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Club Entities #62
Open
Open
@rosscado

Description

@rosscado

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

event:
   organised_by:
     club_id: {club_id}

Originally posted by @rosscado in #57 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No pr 301E ojects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0