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
DummyVolunteerQR
DummyAdminQR
Axios
import Backend from '../utils/utils';
GET /data/checkin/:eventId/:volunteerId
is_checked_in
true
/volunteer-qr/:eventId/:volunteerId
localhost:3001/[eventId]/[volunteerId]
/admin-qr
The text was updated successfully, but these errors were encountered:
Holy moly @Jaslavie ‼️‼️
Sorry, something went wrong.
KevinWu098
Jaslavie
No branches or pull requests
Goal
DummyVolunteerQR
andDummyAdminQR
componentsNOTE:
Axios
instance already created for you in the utils folder in the frontendimport Backend from '../utils/utils';
Instruction
Backend
GET /data/checkin/:eventId/:volunteerId
is_checked_in
column totrue
Frontend (Volunteer side)
/volunteer-qr/:eventId/:volunteerId
(useParams to extract eventId & volunteerId)localhost:3001/[eventId]/[volunteerId]
Frontend (Admin side)
/admin-qr
GET /data/checkin/:eventId/:volunteerId
to mark volunteer as checked in.Resources
As always, feel free to pm Dang or Ostend on Slack for support
The text was updated successfully, but these errors were encountered: