rules and planning finalize for docs to be standrd always

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-27 00:55:50 +00:00
parent 7a9fa8fd8f
commit 7af4190e6d
5 changed files with 228 additions and 247 deletions

46
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
```