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,25 @@
|
||||
# DemoReactHookFormExample
|
||||
---
|
||||
tags: [requirements]
|
||||
---
|
||||
|
||||
# REQ0144-DemoReactHookFormExample
|
||||
|
||||
## Description
|
||||
|
||||

|
||||
|
||||
## Schema
|
||||
|
||||
```dbml
|
||||
// Add your DBML here
|
||||
Table forms {
|
||||
id integer
|
||||
form_data json
|
||||
submitted_at datetime
|
||||
user_id integer
|
||||
}
|
||||
```
|
||||
|
||||
## Related
|
||||
|
||||
- [REQ0143-DemoReactDrawingCanvas](#)
|
||||
|
Reference in New Issue
Block a user