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

Edit event modal (for officers) #28

Open
firmianaw opened this issue Nov 3, 2024 · 0 comments · May be fixed by #35
Open

Edit event modal (for officers) #28

firmianaw opened this issue Nov 3, 2024 · 0 comments · May be fixed by #35
Assignees

Comments

@firmianaw
Copy link
Contributor

Description

Currently, there's no way to edit events on the points website points.illinoiswcs.org. We want the ability for officers to edit events (doesn't matter if they were the ones who created it). In this issue, you will be adding a pop-up modal to each event. This modal should only appear for officers! (There's another issue that will add the edit event button. For development, you can just add some text/button that leads to the pop-up modal.)

Todos

These points are a rough guideline. Please feel free to explore what the best way to design this feature is!

  • You'll most likely be working inside Events/index.tsx
  • Determine what info can be edited (take a look at how EventModal is setup)
  • Take a look at how Create New Event works
  • Add some checks to conditionally display the modal based on whether the user is an officer or not
@ashleyyli ashleyyli linked a pull request Nov 18, 2024 that will close this issue
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