Skip to content
This repository was archived by the owner on May 24, 2026. It is now read-only.
This repository was archived by the owner on May 24, 2026. It is now read-only.

Add QR scanner data collection #87

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