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

Admin Home Page Bug Fix + Happening Now Tag #188

Closed
NwinNwin opened this issue Apr 30, 2024 · 0 comments · Fixed by #195
Closed

Admin Home Page Bug Fix + Happening Now Tag #188

NwinNwin opened this issue Apr 30, 2024 · 0 comments · Fixed by #195
Assignees

Comments

@NwinNwin
Copy link
Collaborator

Bug 1: Admin Home Page event card:

  • On Admin Home Page, clicking on an event should take you to the check-in page
  • when clicked, the site should navigate to /checkin/{event_id} page

Bug 2: Create Happening Now Tag

  • Make a new HappeningNowChip.jsx that is similiar to the existed HappeningInChip

    • Match The design Please
    • image
  • Create a algorithm in EventCard.jsx to check whether the current time is in the range of the event's start_time column and end_time column.

    • If it is, conditional render HappeningNowChip.jsx. Else, render HappeningInChip.jsx

Resources:

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.

3 participants