28 lines
364 B
Markdown
28 lines
364 B
Markdown
---
|
|
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](#)
|