mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-01-18 18:29:53 -06:00
- Add centralized module registry system (ModuleRegistry) for managing module metadata, dependencies, and visibility across the application - Create module helper utilities with decorators (@module_enabled) and helper functions for route protection and template access - Add database migration (092) to add missing module visibility flags to settings and users tables for granular control - Extend Settings and User models with additional module visibility flags for CRM, Finance, Tools, and Advanced features - Implement admin module management UI for system-wide module enable/disable controls - Add module checks to routes (calendar, contacts, deals, expenses, invoices, leads, custom_reports) to enforce visibility rules - Update scheduled report service and report templates to respect module visibility settings - Bump version to 4.8.0 in setup.py - Add comprehensive documentation for module integration planning and implementation analysis
Developer Documentation
Complete documentation for developers contributing to TimeTracker.
📖 Getting Started
- Contributing Guidelines - How to contribute to TimeTracker
- Code of Conduct - Community standards
- Project Structure - Codebase organization
- Local Testing with SQLite - Quick local testing setup
- Local Development with Analytics - Development setup with analytics
🏗️ Development Resources
Testing
- See testing/ for testing documentation
CI/CD
- See cicd/ for CI/CD setup and workflows
Architecture
- See implementation-notes/ for architecture decisions and notes
📚 Related Documentation
- Main Documentation Index - Complete documentation overview
- API Documentation - REST API reference
- Admin Documentation - Administrator guides