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

200 refactor volunteer registrationcheck in flow #205

Merged
merged 6 commits into from
May 19, 2024

Conversation

theNatePi
Copy link
Collaborator

Changes

  • Matched design flow
  • Event side bar now conditionally shows check in or cancel registration
    • For both mobile and desktop
  • Only upcoming, non-registered events will show up on the events page
  • Only past/upcoming registered events show up on the volunteer home page
  • The events stats thing is also conditionally rendered
  • Updated featured events to show two most recent upcoming non-registered events

Testing

  • Made new user account
  • Registered from events, unregistered
  • Confirmed events only showed up on the right page and that the side bar was rendered correctly
  • Confirmed event was deleted from event_data when user unregistered

Backend

  • Created new backend route
  • /data/unregistered/:volunteerid:
  • See backend branch by same name

@theNatePi theNatePi linked an issue May 13, 2024 that may be closed by this pull request
@theNatePi theNatePi requested review from NwinNwin and Aokijiop May 13, 2024 00:23
Copy link
Collaborator

@Aokijiop Aokijiop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job guys!

@Aokijiop Aokijiop merged commit 0ccb37e into main May 19, 2024
4 of 5 checks passed
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.

Refactor Volunteer Registration/Check-In Flow
3 participants