pub async fn count_by_state(
conn: &mut PgConnection,
) -> ModelResult<Vec<(CreditRegistrationState, i64)>>Expand description
Live rows per state, for the dashboard funnel.
pub async fn count_by_state(
conn: &mut PgConnection,
) -> ModelResult<Vec<(CreditRegistrationState, i64)>>Live rows per state, for the dashboard funnel.