codeforsanjose / codeforsanjose/BadgeHub
Allow admins to change which parts of the NFC data will be logged to Google Sheets
- Dominant language
- JavaScript
- Stars
- 29
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
NFC data contains several fields, like an ID and zero or more NDEF records. NDEF records which are in the `urn:nfc:wkt:T` format are plain text records which should be selectable to be output to the printer.
For a list of NDEF records available, see [the NDEF specification](https://nfc-forum.org/our-work/specification-releases/specifications/nfc-forum-assigned-numbers-register/)
These NFC data are available in Redis when used with the [nfc_manager](https://github.com/codeforsanjose/BadgeHub/blob/6d1bfd15d890502eb22475b7ffe513a7c5428df6/BadgeHub/nfc_manager.py).
All that's needed for this issue is to create a way in the profile edit page to select the NDEF records or ID and select whether this data will be included in the Sheets upload.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.