Files
OpenVPN-Monitoring-Simple/DEV/task.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

2026-01-09 01:05:50 +03:00
# Application Analysis Task List
- [x] Analyze Python Backend
- [x] Review `APP/openvpn_api_v3.py` for API structure and endpoints
- [x] Review `APP/openvpn_gatherer_v3.py` for logic and data handling
- [x] Review `APP/config.ini` for configuration
- [x] Analyze PHP Frontend
- [x] Review `UI/index.php`
- [x] Review `UI/dashboard.php`
- [x] Review `UI/certificates.php`
- [x] Check API/Database usage in PHP files
- [ ] Refactor Frontend
- [x] Create `UI/config.php`
- [x] Create `UI/css/style.css`
- [x] Create `UI/js/utils.js`
- [x] Update `UI/index.php`
- [x] Update `UI/dashboard.php`
- [x] Update `UI/certificates.php`
- [ ] Refactor Backend
- [x] Create `APP/requirements.txt`
- [x] Create `APP/db.py`
- [x] Update `APP/openvpn_api_v3.py`
- [x] Update `APP/openvpn_gatherer_v3.py`
- [x] Verify Integration
- [x] Check syntax of modified files
- [x] Create walkthrough
- [x] Match PHP API calls to Python endpoints
- [x] Check for shared resources (DB, files) consistency
- [x] Generate Report
- [x] Summarize findings on structural, logical, and integration integrity