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

Event Organizers #49

Closed
ChaelCodes opened this issue Sep 26, 2021 · 1 comment · Fixed by #105
Closed

Event Organizers #49

ChaelCodes opened this issue Sep 26, 2021 · 1 comment · Fixed by #105

Comments

@ChaelCodes
Copy link
Owner

ChaelCodes commented Sep 26, 2021

Description

Anyone can create an event, but we limit editing to admins to prevent folks from interfering with others' events. Instead, we should support having a few organizers who are allowed to modify the events they are organizing. I like the idea of tracking this with event attendance.

Changes

  • Add a column to EventAttendance: organizer: bool
  • Add a checkbox to EventAttendee to edit organizer
  • Modify EventPolicy, so organizers can edit events
  • Modify EventAttendeePolicy so organizers can delegate other organizers
  • When an event is created, designate the creator an organizer
@ChaelCodes ChaelCodes added needs work this ticket is not fully groomed and removed needs work this ticket is not fully groomed labels Sep 26, 2021
@zedbydade
Copy link
Contributor

I will go work on this, if there is no problem.

@zedbydade zedbydade mentioned this issue Oct 18, 2021
3 tasks
ChaelCodes pushed a commit that referenced this issue Oct 22, 2021
* Event Attendess organizer boolean migrations
* Organizer checkbox and organizer as permitted param
* Organizer policies and testings
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

Successfully merging a pull request may close this issue.

2 participants