npm install
npm run db
npm run dev
/customers
./[customer]
: Single customer details, including workloads. Link toGET
/events/new?customer=[customer]&workload=[workload]
to create a new event./new
GET
: Input formPOST
: Create, redirect to/customers
./workloads/new
GET
: Input formPOST
: Create, redirect to/customers/[customer]
Is this necssary?./[workload]
: Workload details
/workloads
./reports
./bystage
: Report grouped by stage./needslove
: Aging report
?customer
: Filter by multiple customers (OR)?stage
: Filter by multiple stages (OR)?size
/events
?customer
?workload
?when=last+7+days
./[event]
: Detail./new
- [
?customer
] - [
?workload
] - [
next
]: Path to return to, e.g./customers/[customer]
- [
- customers
- customer 🔑
- label
- name
- segment
- industry
- region
- workloads
- workload 🔑
- label
- customer 🔗
- events
- event 🔑
- workload 🔗
- happened_at
- outcome
cp .devcontainer/.env.example .devcontainer/.env