Admin panel
Copied link
An internal admin dashboard for looking up customers, editing customer metadata, and editing orders belonging to those customers.
Components
TableCardDividerButtonTextInput
3+

View
Admin dashboard
Task
List customer orders
Search customers
Update customer contact name
Update ship address for order
Pairs well with
1
# Template: Admin panel
2
3
## Next steps
4
5
- Navigate to the admin_panel directory: `cd admin_panel`
6
- If you plan on using this on a different database resource than the demo database, change the `demo_db` resource in `list_customer_orders.task.yaml`, `search_customers.task.yaml`, `update_customer_contact_name.task.yaml`, and `update_ship_address.task.yaml` to the name of your own database resource
7
- Develop your template locally: `airplane dev`
8
- Deploy your tasks and view: `airplane deploy --yes`
9
- 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!