chore: mark completed plan checklists (CORS, peer fix, deployment tools, phase 4.5)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## TODOs
|
||||
|
||||
- [ ] 1. Create Makefile with reset-db command
|
||||
- [x] 1. Create Makefile with reset-db command
|
||||
|
||||
**What to do**:
|
||||
- Create `D:\www-project\NexusGuard\Makefile` with this content:
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
**Recommended Agent Profile**: `build` (file creation + git)
|
||||
|
||||
- [ ] 2. SSH: Migrate empty HWIDs to NULL + restart container
|
||||
- [x] 2. SSH: Migrate empty HWIDs to NULL + restart container
|
||||
|
||||
**What to do**:
|
||||
- SSH into 172.20.8.191:
|
||||
@@ -63,9 +63,9 @@
|
||||
Expected Result: count = 0
|
||||
```
|
||||
|
||||
- [ ] 3. Commit and push all changes (server-core HWID fix, frontend delete button, Makefile)
|
||||
- [x] 3. Commit and push all changes (server-core HWID fix, frontend delete button, Makefile)
|
||||
|
||||
- [ ] 4. Verify POST /api/v1/peers returns 201
|
||||
- [x] 4. Verify POST /api/v1/peers returns 201
|
||||
|
||||
```bash
|
||||
ssh root@172.20.8.191 'curl -s -X POST http://localhost:3000/api/v1/auth/login -H "Content-Type: application/json" -d "{\"username\":\"admin\",\"password\":\"...\"}"'
|
||||
|
||||
Reference in New Issue
Block a user