Skip to content

Add QR scanner data collection #87

@jkleiber

Description

@jkleiber

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions