rules and planning finalize for docs to be standrd always
This commit is contained in:
46
TODOS.md
Normal file
46
TODOS.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user