Fixing missing index.html

This commit is contained in:
Denis Durepos 2025-08-12 10:08:35 -04:00
parent d2286d136e
commit 805c694e21
2 changed files with 103 additions and 82 deletions

View file

@ -21,91 +21,23 @@
'version': '18.0.2.0.0',
'summary': 'Comprehensive sports medicine clinic management with portal access and activity tracking.',
'description': """
Sports Clinic Management System
=============================
Sports Clinic Management System
A comprehensive solution for managing sports medicine clinics, focusing on player health,
injury tracking, team collaboration, and integrated activity management.
A comprehensive solution for managing sports medicine clinics, focusing on player health, injury tracking, team collaboration, and integrated activity management.
Key Features:
------------
Key Features:
- User roles and access control for clinic staff, treatment professionals, and portal users
- Player management with contact information and team memberships
- Injury tracking with comprehensive documentation and workflow
- Team management with staff assignments and portal access
- Activity management with mail.activity integration
- Portal access for coaches and field therapists
- Security and privacy with layered architecture
- Data protection with anonymization and retention policies
- Full French Canadian localization support
- Integration with mail system and project tasks
1. User Roles and Access:
- Internal clinic staff with full patient record access
- Treatment professionals with medical record access
- Portal access for field therapists and team coaches
- Automated group assignment based on team roles
2. Player Management:
- Track player details and contact information with address management
- Monitor team memberships and playing status
- Record and track injuries and treatment history
- Track match and practice availability
- Emergency contacts management with mobile numbers
- Canadian address validation (provinces/territories)
3. Injury Tracking:
- Comprehensive injury recording and documentation
- Treatment professional assignment and parental consent tracking
- Progress tracking and resolution monitoring
- Internal and external notes for different audiences
- Document attachment support with portal access
- Injury status workflow (Unverified Active Resolved)
4. Team Management:
- Organize players into teams with staff assignments
- Assign coaching and medical staff with automatic portal access
- Team-specific player status tracking
- Player removal workflow with approval process
- Treatment notes management across team members
5. Activity Management (NEW):
- Integrated mail.activity system for task management
- Portal access to activities for treatment professionals
- Activity creation, completion, and reassignment
- Team-based activity filtering and access control
- Activity counts and navigation throughout portal
- Activity detail views with attachment support
6. Portal Access:
- Coaches can view their teams and player status
- Field therapists can access and update medical records
- Injury reporting directly through the portal
- Comprehensive activity management interface
- Player removal requests with reason tracking
- Emergency contacts and address management
- Document upload and download capabilities
- Messages and attachments portal access
7. Security and Privacy:
- Layered security architecture (ACL + Record Rules + Controller filtering)
- Team-based access control throughout the system
- Field-level security for sensitive information
- Audit trails for all changes
- GDPR and Quebec Law 25 compliance features
- Configurable data retention policies
- RPC security protection with buddy method pattern
8. Data Protection:
- Scheduled data anonymization
- Configurable retention periods
- Audit logging of all data handling
- Manual anonymization wizard
9. Localization:
- Full French Canadian (fr_CA) translation support
- Canadian-specific address and province handling
- Localized date and number formatting
10. Integration Features:
- Mail system integration for notifications
- Project task integration for event management
- Task-to-event conversion wizard
- Comprehensive demo data for testing
This module provides a complete sports medicine clinic management solution with
robust portal access, activity tracking, and team collaboration features while
maintaining strict security and data privacy controls.
This module provides a complete sports medicine clinic management solution with robust portal access, activity tracking, and team collaboration features while maintaining strict security and data privacy controls.
""",
"category": "Services/Medical",
"author": "Bemade Inc.",

View file

@ -0,0 +1,89 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bemade Sports Clinic</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 40px;
color: #333;
}
.header {
text-align: center;
margin-bottom: 30px;
}
.logo {
max-width: 200px;
height: auto;
}
.section {
margin-bottom: 25px;
}
.feature-list {
list-style-type: disc;
margin-left: 20px;
}
.feature-list li {
margin-bottom: 8px;
}
</style>
</head>
<body>
<div class="header">
<img src="icon.png" alt="Bemade Sports Clinic" class="logo">
<h1>Bemade Sports Clinic</h1>
<p><strong>Comprehensive Sports Medicine Management System</strong></p>
</div>
<div class="section">
<h2>Overview</h2>
<p>The Bemade Sports Clinic module provides a complete solution for managing sports medicine operations, including team management, patient care, injury tracking, and portal access for treatment professionals.</p>
</div>
<div class="section">
<h2>Key Features</h2>
<ul class="feature-list">
<li><strong>Team Management</strong> - Organize sports teams with coaches and treatment professionals</li>
<li><strong>Patient Management</strong> - Comprehensive patient records with medical history</li>
<li><strong>Injury Tracking</strong> - Detailed injury documentation and treatment planning</li>
<li><strong>Portal Access</strong> - Secure portal for treatment professionals and coaches</li>
<li><strong>Activity Management</strong> - Task and appointment scheduling system</li>
<li><strong>Document Management</strong> - Secure document storage and sharing</li>
<li><strong>Multi-language Support</strong> - Full French Canadian localization</li>
</ul>
</div>
<div class="section">
<h2>Portal Features</h2>
<ul class="feature-list">
<li>Treatment professional portal with team-based access control</li>
<li>Coach portal for team and player management</li>
<li>Activity creation, completion, and tracking</li>
<li>Injury reporting and management</li>
<li>Patient information and emergency contacts</li>
<li>Secure document upload and download</li>
</ul>
</div>
<div class="section">
<h2>Security</h2>
<ul class="feature-list">
<li>Role-based access control</li>
<li>Team-based data isolation</li>
<li>Comprehensive audit trails</li>
<li>GDPR compliance features</li>
</ul>
</div>
<div class="section">
<h2>Technical Information</h2>
<p><strong>Version:</strong> 18.0.1.0.0</p>
<p><strong>Category:</strong> Healthcare</p>
<p><strong>Dependencies:</strong> base, mail, portal, website</p>
<p><strong>License:</strong> LGPL-3</p>
</div>
</body>
</html>