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

Add QR scanner data collection #87

Open
3 tasks
jkleiber opened this issue Jan 18, 2025 · 0 comments
Open
3 tasks

Add QR scanner data collection #87

jkleiber opened this issue Jan 18, 2025 · 0 comments

Comments

@jkleiber
Copy link
Member

Summary
A normal QR scanner will just copypasta information into a text file. We should handle that in the batch uploader introduced in #78 by adding a "text" mode for the data input type (vs. the implicitly expected JSON mode).

The idea here is to create a JSON array of scanned data (JSON objects) and then process the data in CSV or upload mode as normal

Work Required

  • Add a mode switch for text vs. json input
  • Create JSON array from text data
  • Pipe each input mode into the output modes
@jkleiber jkleiber added this to the 2025 First Event Ready milestone Jan 18, 2025
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

No branches or pull requests

1 participant