• Stefy Lanza (nextime / spora )'s avatar
    Add reports synchronization feature with API endpoint and web interface · 79ef3b52
    Stefy Lanza (nextime / spora ) authored
    - Implement /api/reports/sync endpoint for client report data synchronization
    - Add database models: ReportSync, Bet, BetDetail, ExtractionStats, ReportSyncLog
    - Create web interface at /reports with filtering, pagination, and export (PDF/XLSX/CSV)
    - Add sync logs interface at /sync-logs with comprehensive search and filtering
    - Implement comprehensive logging for all sync operations
    - Add migration 010 for existing systems to create all reports tables
    - Update navigation menu with Reports and Sync Logs links
    - Add weasyprint dependency for PDF generation
    - Include test suite for reports sync API
    - Add complete documentation in REPORTS_FEATURE_README.md
    79ef3b52
Name
Last commit
Last update
..
__init__.py Loading commit data...
routes.py Loading commit data...