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
Input Data
Go to database under event_data table to see who has is_checked_in is true. (remember the eventId + volunteer name)
is_checked_in
true
Go to /checkin/:eventId and search up for the name
Go to checked in section and you will find the Input data button
Input data
DataEntryModal should be located in src/components/DataEntryModal
DataEntryModal
src/components/DataEntryModal
Match Data Entry Modal new lo-fi design
When Input Data is clicked, it will open the DataEntryModal instead of a template modal
The text was updated successfully, but these errors were encountered:
tig-github
bobbyzhong
Successfully merging a pull request may close this issue.
Goals
Input Data
Button in data checkin page, it will open a data entry modal (functionality already implemented, just need to match lofi)Instruction:
Go to database under event_data table to see who has
is_checked_in
istrue
. (remember the eventId + volunteer name)Go to /checkin/:eventId and search up for the name
Go to checked in section and you will find the
Input data
buttonDataEntryModal
should be located insrc/components/DataEntryModal
Match Data Entry Modal new lo-fi design
When
Input Data
is clicked, it will open theDataEntryModal
instead of a template modalResources
As always, feel free to pm Dang or Ostend on Slack for support
The text was updated successfully, but these errors were encountered: