Customer relationship management

Copied link
A dashboard that displays leads, opportunities and customers. The dashboard tracks touch points and allows operators to move companies through the acquisition funnel.
Components
TableStackHeadingFormButton
template preview

View

Customer relationship management

Task

Create lead
Delete customer
Delete touch point
Edit customer
Get touch point
List customers by stage
List touch points
Update customer stage

Pairs well with

README.md
Copied
1
# Template: Customer Relationship Management Dashboard
2
3
## Next steps
4
5
- Navigate to the customer_relationship_management directory: `cd customer_relationship_management`
6
- If you plan on using this on a different database resource than the demo database, change the `[Demo DB]` resource in `create_touch_point.task.yaml`, `customer_touch_points.task.yaml`, `customers_list_by_stage.task.yaml`, `edit_customer.task.yaml`, and `upgrade_customer_stage.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!