• Stefy Lanza (nextime / spora )'s avatar
    Implement database-based queue for reports synchronization · eef784ce
    Stefy Lanza (nextime / spora ) authored
    - Add ReportsSyncQueueModel database model for persistent sync queue storage
    - Update ReportsSyncResponseHandler to use database instead of JSON files
    - Add transaction safety with rollback support for queue operations
    - Implement automatic cleanup of completed items
    - Add database indexes for efficient querying
    - Create comprehensive test suite for database-based queue (test_reports_sync_db.py)
    - Update documentation to reflect database implementation
    
    This change improves performance, data integrity, and scalability of the
    reports synchronization feature by migrating from JSON file storage to SQLite database.
    eef784ce
Name
Last commit
Last update
..
api_client Loading commit data...
config Loading commit data...
core Loading commit data...
database Loading commit data...
qt_player Loading commit data...
utils Loading commit data...
web_dashboard Loading commit data...
__init__.py Loading commit data...
assets Loading commit data...