Customer onboarding dashboard

Copied link
A dashboard that lets you create and onboard accounts. You can see which accounts have not been onboarded and add users and assign a deployment region.
Components
FormTableNotificationSelectTextInput
4+
template preview

View

Customer onboarding

Task

Create account
Create user
List new accounts
Update region
README.md
Copied
1
# Template: Customer onboarding dashboard
2
3
## Next steps
4
- Navigate to the customer_onboarding_dashboard directory: `cd customer_onboarding_dashboard`
5
- If you plan on using this on a different database resource than the demo database, change the `demo_db` resource in `create_account.task.yaml`, `create_user.task.yaml`, and `list_new_accounts.task.yaml`, `update_region.task.yaml` to your own database resource
6
- Develop your view locally: `airplane dev`
7
- Deploy your tasks and view: `airplane deploy --yes`
8
- Visit the docs to learn more about how to build views: https://docs.airplane.dev/views/getting-started
Have a template suggestion? Let us know!