CougarCS / CougarCS-AdminPortal

Our officer admin portal created with React & Typescript
MIT License
6 stars 12 forks source link

Event Details Page #74

Closed seesjays closed 1 year ago

seesjays commented 1 year ago

What type of PR is this? (check applicable) 🚧

Describe your PR request 🔥

Adds a page that allows users to check the details + attendance in regard to a specific event.

This was made into a separate page using dynamic routes instead of a modal for simplicity and UX reasons.

Mobile & Desktop Screenshots/Recordings 📷

image image
seesjays commented 1 year ago

As you can see, a lot of the frontend for this is just sliced from the Contacts page, so major changes to one should also be made to the other (where it makes sense to do so). It was just that convenient! But maybe very far down the road, if it's necessary, the page itself could be made into its own component with data sources + stuff. But that'd be complex, and again, very far down the road.