chore: Update tasks and drive feature

This commit is contained in:
Rodrigo Rodriguez 2026-02-19 12:38:44 +00:00
parent 40e735a56f
commit 60e2054a02
2 changed files with 12 additions and 12 deletions

View file

@ -9,10 +9,9 @@
## 🔴 P0 — CRITICAL SECURITY FLAWS ## 🔴 P0 — CRITICAL SECURITY FLAWS
### SEC-01: ✅ RESOLVED — History Clean ### SEC-01: ✅ RESOLVED — History Clean
**Status:** ✅ Repositor history rewritten. Sensitive files removed and ignored. **Status:** ✅ Repositor history rewritten (git-filter-repo).
- [x] `vault-unseal-keys`, `init.json` removed from history (git-filter-repo) - [x] `vault-unseal-keys`, `init.json` removed
- [x] Files ignored in `.gitignore` - [x] Remote `origin` force-pushed
- [x] Remote `origin` updated (force pushed)
### SEC-02: ✅ PARTIALLY RESOLVED — `.env` exposure ### SEC-02: ✅ PARTIALLY RESOLVED — `.env` exposure
**Status:** ✅ Mitigated (Untracked). **Rotation needed.** **Status:** ✅ Mitigated (Untracked). **Rotation needed.**
@ -48,14 +47,15 @@
- [x] Fixed syntax and logic in `validate_origin` - [x] Fixed syntax and logic in `validate_origin`
### IMP-14: 🟡 IN PROGRESS — Code Cleanup (TODOs) ### IMP-14: 🟡 IN PROGRESS — Code Cleanup (TODOs)
**Status:** References cleaned. Features pending. **Status:** Features partially implemented.
- [x] Removed stale references to `TODO-refactor1.md` - [x] Cleaned stale README references
- [ ] Implement `drive_handlers.rs` (Drive stubbed) - [x] **IMPLEMENTED `drive_handlers.rs`** (S3 Integration Active)
- [ ] Implement `admin_invitations.rs` (Schema missing) - [ ] Implement `admin_invitations.rs` (Stubbed)
- [ ] Remaining minor TODOs
### IMP-15: 🟡 IN PROGRESS — Integration Tests ### IMP-15: 🟡 READY — Integration Tests
**Status:** Tool installing (`cargo-tarpaulin` compiling in background). **Status:** Tool installed (`cargo-tarpaulin` available).
- [ ] Generate coverage report once installed - [ ] Generate coverage report (Run `cargo tarpaulin --out Html`)
--- ---

@ -1 +1 @@
Subproject commit 98813fbdc8058ba663e11ab50cb76b8bf0e2e60d Subproject commit df9b228a35b2035f6e4b1e07d6380a7e24ad7be1