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 @@
|
||||
# DemoQuizApp
|
||||
---
|
||||
tags: [requirements]
|
||||
---
|
||||
|
||||
# REQ0139-DemoQuizApp
|
||||
|
||||
## Description
|
||||
|
||||

|
||||
|
||||
## Schema
|
||||
|
||||
```dbml
|
||||
// Add your DBML here
|
||||
Table quizzes {
|
||||
id integer
|
||||
questions json
|
||||
results json
|
||||
}
|
||||
```
|
||||
|
||||
## Related
|
||||
|
||||
- [REQ0138-DemoQrScanner](#)
|
||||
|
Reference in New Issue
Block a user