You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: