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

|
||||
|
||||
## Schema
|
||||
|
||||
```dbml
|
||||
// Add your DBML here
|
||||
Table onboarding_steps {
|
||||
id integer
|
||||
title string
|
||||
description text
|
||||
is_completed boolean
|
||||
order_number integer
|
||||
component_name string
|
||||
}
|
||||
```
|
||||
|
||||
## Related
|
||||
|
||||
- [REQ0150-DemoReactNotes](#)
|
||||
|
Reference in New Issue
Block a user