bemade-addons/bemade_sports_clinic/controllers
Denis Durepos 6872e5fac2 portal: refactor teams list to responsive card grid; adjust events therapist badge styling
- Convert  from table to Bootstrap card grid in  for better long name visibility and mobile UX
- Preserve fields: team name, parent org, player/injured counts, therapist-only activity count; keep pagination; no sorting/grouping changes
- Events portal templates: set therapist initials badge to #783E88; leave event type badges unchanged
- Add portal static assets scaffolding under  and update manifest accordingly
- Minor template cleanups; no functional changes beyond layout/styling
2025-08-31 18:52:59 -04:00
..
__init__.py feat: Update bemade_sports_clinic to v18.0.2.0.0 with comprehensive activity management 2025-08-12 09:23:05 -04:00
access_control_mixin.py feat: Production readiness sanitization and access control refactoring 2025-07-31 14:55:18 -04:00
events_portal.py portal: refactor teams list to responsive card grid; adjust events therapist badge styling 2025-08-31 18:52:59 -04:00
patient_injury_portal.py Modified auto-assignment logic for therapists on new injuries. Added tests for defaults and auto-assignment. 2025-08-15 20:29:33 -04:00
player_management_portal.py feat: Production readiness sanitization and access control refactoring 2025-07-31 14:55:18 -04:00
task_management_portal.py Modified sports.event creation interfaces onchange events for start and end datetimes to adjust therapist start time to 120 min before. Extended functionality to internal views. Modified add activity interface to default to To-Do type. 2025-08-15 20:10:28 -04:00
team_management_portal.py Portal: fix initial treatment note creation on injury creation; enforce DOB required on player creation (templates + server); injury form team-selection validation and cleanup 2025-08-15 10:14:35 -04:00
team_staff_portal.py Added filters to sports.patient portal view. 2025-08-15 20:54:37 -04:00