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,26 @@
|
||||
# DemoReactLogin
|
||||
---
|
||||
tags: [requirements]
|
||||
---
|
||||
|
||||
# REQ0147-DemoReactLogin
|
||||
|
||||
## Description
|
||||
|
||||

|
||||
|
||||
## Schema
|
||||
|
||||
```dbml
|
||||
// Add your DBML here
|
||||
Table users {
|
||||
id integer
|
||||
username string
|
||||
password_hash string
|
||||
last_login_at datetime
|
||||
login_count integer
|
||||
}
|
||||
```
|
||||
|
||||
## Related
|
||||
|
||||
- [REQ0146-DemoReactLifecycles](#)
|
||||
|
Reference in New Issue
Block a user