Skip to content

proper handling of joins / unjoins #18

@smucode

Description

@smucode

perhaps remove support for modifying participants from regular api, but we still return that data. then we can check if the auth user already is part of the event.

if he isnt, we show a join button. and do a POST/PUT to /api/users/:id/intents/:id/participants
if he is, we show a disjoin(!) button. and do a DELETE to /api/users/:id/intents/:id/participants

perhaps

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions