• 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
..
api Loading commit data...
auth Loading commit data...
database Loading commit data...
main Loading commit data...
templates Loading commit data...
upload Loading commit data...
utils Loading commit data...
__init__.py Loading commit data...
models.py Loading commit data...