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

|
||||
|
||||
## Schema
|
||||
|
||||
```dbml
|
||||
// Add your DBML here
|
||||
Table characters {
|
||||
id integer
|
||||
name string
|
||||
description text
|
||||
thumbnail_url string
|
||||
comics_available integer
|
||||
}
|
||||
```
|
||||
|
||||
## Related
|
||||
|
||||
- [REQ0147-DemoReactLogin](#)
|
||||
|
Reference in New Issue
Block a user