Goals Creation
I'm continuing work on the Goals feature.
I'll define goals as a sequential series of events - a funnel.
{
"client-id": "7de9214e-6dc2-4cc7-85cd-308d18a613c8",
"name": "Interest",
"events": [
"landed",
"clicked_on_cta",
"submitted_email"
]
}
Many more features come to mind, but I have to aggressively cut down the scope and really develop only the bare essentials for this to work.
I've set up the basic CRUD. The UI is not very pretty or intuitive but it works. I can get all the custom events I ever sent and set up the Goal.
That's all I have time for today. Next steps:
- Finalize CRUD (update, delete missing)
- Display Goals (with filtering)
- Make the UX better