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,27 @@
|
||||
# DemoReactMovieAppWithAlgolia
|
||||
---
|
||||
tags: [requirements]
|
||||
---
|
||||
|
||||
# REQ0149-DemoReactMovieAppWithAlgolia
|
||||
|
||||
## Description
|
||||
|
||||

|
||||
|
||||
## Schema
|
||||
|
||||
```dbml
|
||||
// Add your DBML here
|
||||
Table movies {
|
||||
id integer
|
||||
title string
|
||||
year integer
|
||||
rating decimal
|
||||
search_index string
|
||||
last_updated datetime
|
||||
}
|
||||
```
|
||||
|
||||
## Related
|
||||
|
||||
- [REQ0148-DemoReactMarvelApp](#)
|
||||
|
Reference in New Issue
Block a user