Update requirement files with new feature templates and fix backend API error message, along with mobile project config updates and documentation improvements
This commit is contained in:
@@ -1 +1,24 @@
|
||||
# DemoQrScanner
|
||||
---
|
||||
tags: [requirements]
|
||||
---
|
||||
|
||||
# REQ0138-DemoQrScanner
|
||||
|
||||
## Description
|
||||
|
||||

|
||||
|
||||
## Schema
|
||||
|
||||
```dbml
|
||||
// Add your DBML here
|
||||
Table qr_scanners {
|
||||
id integer
|
||||
scan_data string
|
||||
scan_time datetime
|
||||
}
|
||||
```
|
||||
|
||||
## Related
|
||||
|
||||
- [REQ0137-DemoPullstateTutorial](#)
|
||||
|
Reference in New Issue
Block a user