Summary
The data model (datamodel.md) specifies a qr_code field in UserProfile as a v1.1+ feature, but it is not yet implemented.
Scope
- Add QR code generation on the backend (encode profile data, store in ZeroDB file storage)
- Add QR display on the profile screen
- Add QR scanning on the discovery screen as an alternative to BLE peer discovery
- Add
qr_code field to the Profile type
References
- Data model:
datamodel.md line 19
- Profile type:
mobile-frontend/types/profile.ts
Refs #13
Summary
The data model (datamodel.md) specifies a
qr_codefield in UserProfile as a v1.1+ feature, but it is not yet implemented.Scope
qr_codefield to the Profile typeReferences
datamodel.mdline 19mobile-frontend/types/profile.tsRefs #13