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

Guest Event Page #57

Closed
wants to merge 13 commits into from
Closed

Guest Event Page #57

wants to merge 13 commits into from

Conversation

noahgiboney
Copy link
Collaborator

Developer: Noah Giboney

Closes #52

Pull Request Summary

Created a page for guests to view upcoming events. The page lists over the expandable event component. I fetched these events using the api endpoints and then filtered the events to only show upcoming events. Users can click on the event component and learn more about the event and take action from there.

Modifications

made this page in dashboard/events/page.tsx
created the css folder styles/dashboard
then in there an events module for the styles

Testing Considerations

I struggled with the css to fill the white space of the page due to the small nature of the expandable event component. I think I made it work but the component styles might need refactoring in the future.

Pull Request Checklist

  • Code is neat, readable, and works
  • Comments are appropriate
  • The commit messages follows our guidelines
  • The developer name is specified
  • The summary is completed
  • Assign reviewers

Screenshots/Screencast

{put screenshots of your change, or even better a screencast displaying the functionality}

Screen.Recording.2024-02-17.at.10.04.52.PM.mov

@noahgiboney noahgiboney self-assigned this Feb 18, 2024
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 this pull request may close these issues.

Create events page and list out events[X]
1 participant