cal-itp / benefits

Transit benefits enrollment, minus the paperwork.
https://docs.calitp.org/benefits
GNU Affero General Public License v3.0
27 stars 9 forks source link

Model and capture local enrollment events #2267

Closed angela-tran closed 1 month ago

angela-tran commented 3 months ago

As we roll out the in-person eligibility and enrollment feature, we'd like to implement a basic enrollment log to support reporting or auditing requests from agencies -- in a way that is not tied to an external service.

Since Django already provides a framework for modeling this data, we can start simply by:

Acceptance Criteria

EnrollmentEvent

Implementation

Additional context

thekaveman commented 3 months ago

We're not going to work on this right now for the MVP of the in-person eligibility and enrollment feature.

thekaveman commented 2 months ago

We'll come back to this feature later and specify it in more detail.

thekaveman commented 1 month ago

Updated this ticket to describe just modeling and capturing the data for a local enrollment log.

We'll come back to visualizing and reporting on this data later.