bikebrigade / dispatch

Bike Brigade's dispatching software! 🚴
https://bikebrigade.ca
Apache License 2.0
72 stars 9 forks source link

Event log table for rider signups #323

Closed mveytsman closed 2 months ago

mveytsman commented 3 months ago

In order to facilitate analytics about when riders are signing up (or cancelling) deliveries we need an event log table

The schema @sereprz and I came up with is

task_id references(task)
rider_id references(rider)
user_id references(rider)
timestamp datetime
action string/enum

Actions so far are assigned, unassigned