You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(spp_programs): show cycle compliance status on registrant form
Add visibility into cycle-level compliance status from the registrant
form. Users can now see at a glance which programs have non-compliant
cycles and drill down to the specific cycle details.
- Add latest_cycle_state computed field on spp.program.membership
showing the most recent cycle state per registrant+program
- Add "View Cycles" button on program membership rows opening
filtered cycle memberships for that registrant+program
- Add compliance_criteria computed field on spp.cycle.membership
showing the program CEL expression when non-compliant
- Add cycle_membership_count and non_compliant_cycle_count on
res.partner with smart button
- Add Non-Compliant filter to cycle membership search view
Closes #860
0 commit comments