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

|
||||
|
||||
## Schema
|
||||
|
||||
```dbml
|
||||
// Add your DBML here
|
||||
Table cart_items {
|
||||
id integer
|
||||
product_id integer
|
||||
quantity integer
|
||||
user_id integer
|
||||
}
|
||||
```
|
||||
|
||||
## Related
|
||||
|
||||
- [REQ0140-DemoQuoteApp](#)
|
||||
|
Reference in New Issue
Block a user