Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proper handling of joins / unjoins #18

Open
smucode opened this issue Mar 3, 2014 · 0 comments
Open

proper handling of joins / unjoins #18

smucode opened this issue Mar 3, 2014 · 0 comments

Comments

@smucode
Copy link
Owner

smucode commented Mar 3, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant