We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/checkin/{event_id}
Make a new HappeningNowChip.jsx that is similiar to the existed HappeningInChip
HappeningNowChip.jsx
HappeningInChip
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.
EventCard.jsx
start_time
end_time
HappeningInChip.jsx
The text was updated successfully, but these errors were encountered:
brelieu05
jessieh9
Successfully merging a pull request may close this issue.
Bug 1: Admin Home Page event card:
Admin Home Page
, clicking on an event should take you to the check-in page/checkin/{event_id}
pageBug 2: Create Happening Now Tag
Make a new
HappeningNowChip.jsx
that is similiar to the existedHappeningInChip
Create a algorithm in
EventCard.jsx
to check whether the current time is in the range of the event'sstart_time
column andend_time
column.HappeningNowChip.jsx
. Else, renderHappeningInChip.jsx
Resources:
The text was updated successfully, but these errors were encountered: