Files
OpenVPN-Monitoring-Simple/DEV/task.md
Антон c9af0a5bb1 init commit
2026-01-09 01:05:50 +03:00

1.1 KiB

Application Analysis Task List

  • Analyze Python Backend
    • Review APP/openvpn_api_v3.py for API structure and endpoints
    • Review APP/openvpn_gatherer_v3.py for logic and data handling
    • Review APP/config.ini for configuration
  • Analyze PHP Frontend
    • Review UI/index.php
    • Review UI/dashboard.php
    • Review UI/certificates.php
    • Check API/Database usage in PHP files
  • Refactor Frontend
    • Create UI/config.php
    • Create UI/css/style.css
    • Create UI/js/utils.js
    • Update UI/index.php
    • Update UI/dashboard.php
    • Update UI/certificates.php
  • Refactor Backend
    • Create APP/requirements.txt
    • Create APP/db.py
    • Update APP/openvpn_api_v3.py
    • Update APP/openvpn_gatherer_v3.py
  • Verify Integration
    • Check syntax of modified files
    • Create walkthrough
    • Match PHP API calls to Python endpoints
    • Check for shared resources (DB, files) consistency
  • Generate Report
    • Summarize findings on structural, logical, and integration integrity