Open thekaveman opened 3 weeks ago
This is blocked until https://github.com/cal-itp/data-infra/pull/3468 is complete and merged.
We want to take this historical enrollment record from Amplitude/Metabase and backfill our newly created local EnrollmentEvent table in the app.
EnrollmentEvent
The general approach could be something like:
manage.py loaddata <fixtures>
prod
EnrollmentEvents
event_time
EnrollmentEvent.enrollment_datetime
EnrollmentEvent.enrollment_method
DIGITAL
Blocked until https://github.com/cal-itp/data-infra/pull/3518 is merged.
This is blocked until https://github.com/cal-itp/data-infra/pull/3468 is complete and merged.
We want to take this historical enrollment record from Amplitude/Metabase and backfill our newly created local
EnrollmentEvent
table in the app.The general approach could be something like:
manage.py loaddata <fixtures>
to load the fixtures inAcceptance criteria
prod
Admin interfaceEnrollmentEvents
table.event_time
is used for theEnrollmentEvent.enrollment_datetime
valueEnrollmentEvent.enrollment_method
isDIGITAL
for all backfilled events