init commit
This commit is contained in:
30
DEV/task.md
Normal file
30
DEV/task.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user