Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Add schools #41

Open
juliepanda opened this issue Apr 14, 2016 · 4 comments
Open

Add schools #41

juliepanda opened this issue Apr 14, 2016 · 4 comments

Comments

@juliepanda
Copy link
Contributor

No description provided.

@juliepanda
Copy link
Contributor Author

@brentdur /school-attendances can only be accessed by TEAM_MEMBER, but I need to let people add schools in the profile, and they won't be eboard. How do you think we can fix this? Add an endpoint?

@brentdur
Copy link
Contributor

@AbhiAgarwal @ethanresnick I think to do this we would have to open CREATE on SchoolAttendances to PUBLIC? Unless we have an available permission for registered users, but I don't think so. (if that was the case we could register the person and than add 'SchoolAttendances')

@juliepanda
Copy link
Contributor Author

Keep in mind that only someone who is logged in and has a people account can get to that page in RSVP.

@ethanresnick
Copy link
Member

Unless we have an available permission for registered users, but I don't think so.

@brentdur This is what the "AUTHENTICATED" permission (automatically enforced by the firewall) does... it let's one access the route if they're signed in. So setting that for POST /school-attendances should be enough.

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

No branches or pull requests

3 participants