docs-plans

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-29 20:32:07 +00:00
parent 4f7ab9c606
commit b23cb07f41
3 changed files with 100 additions and 0 deletions

46
docs/plans/TODOS.md Normal file
View File

@@ -0,0 +1,46 @@
# IGNY8 Cleanup TODOs
**Last Updated:** December 27, 2025
---
## 🗑️ Code Marked for Removal
### SiteBuilder (Deprecated)
SiteBuilder module is completely removed from the app. Any code found related to it should be cleaned up.
| File/Location | Type | Status | Notes |
|---------------|------|--------|-------|
| *Add entries here when found* | | | |
**How to identify SiteBuilder code:**
- References to `sitebuilder`, `site_builder`, `SiteBuilder`
- Components/pages with "SiteBuilder" in name
- API endpoints containing `sitebuilder`
- Models or services for building sites using IGNY8
---
## ⏸️ Inactive Modules (Phase 2)
These modules exist but are NOT active. Do not modify unless specifically requested.
| Module | Status | Planned Activation |
|--------|--------|-------------------|
| Linker | ⏸️ Disabled | Phase 2 |
| Optimizer | ⏸️ Disabled | Phase 2 |
---
## 📝 Found Items Log
*When you find deprecated code during development, add it here:*
```markdown
### [Date] - [Found By]
- **File:** path/to/file
- **Type:** SiteBuilder / Other
- **Action Needed:** Remove / Refactor
- **Notes:** Description
```