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

|
||||
|
||||
## Schema
|
||||
|
||||
```dbml
|
||||
// Add your DBML here
|
||||
Table overlays {
|
||||
id integer
|
||||
component_name string
|
||||
is_visible boolean
|
||||
z_index integer
|
||||
animation_type string
|
||||
}
|
||||
```
|
||||
|
||||
## Related
|
||||
|
||||
- [REQ0151-DemoReactOnboardingUi](#)
|
||||
|
Reference in New Issue
Block a user