- Remove all debug logging and statements for production deployment - Convert operational logging from info to debug level where appropriate - Clean up debug test files and commented code - Refactor access control helpers into centralized AccessControlMixin - Consolidate duplicated access control methods across controllers - Enforce team-based access control for all portal users - Fix access control logic to match expected security behavior - Move TODO.md to notes/ directory for better organization - All 76 tests passing with proper security enforcement Production ready: Clean codebase with centralized access control and no debug noise |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| injury_document.py | ||
| mail_followers.py | ||
| patient.py | ||
| patient_contact.py | ||
| patient_injury.py | ||
| res_partner.py | ||
| res_users.py | ||
| sports_team.py | ||
| treatment_note.py | ||