Remove obsolete scripts and files, update site builder configurations

- Deleted the `import_plans.py`, `run_tests.py`, and `test_run.py` scripts as they are no longer needed.
- Updated the initial migration dependency in `0001_initial.py` to reflect recent changes in the `igny8_core_auth` app.
- Enhanced the implementation plan documentation to include new phases and updates on the site builder project.
- Updated the `vite.config.ts` and `package.json` to integrate testing configurations and dependencies for the site builder.
This commit is contained in:
IGNY8 VPS (Salman)
2025-11-17 17:48:15 +00:00
parent 5a36686844
commit 4b9e1a49a9
23 changed files with 4305 additions and 342 deletions

View File

@@ -18,8 +18,9 @@ This folder contains detailed implementation plans for each phase of the IGNY8 P
| **Phase 6** | [PHASE-6-SITE-INTEGRATION-PUBLISHING.md](./PHASE-6-SITE-INTEGRATION-PUBLISHING.md) | 2-3 weeks | MEDIUM | Phase 5 |
| **Phase 7** | [PHASE-7-UI-COMPONENTS-MODULE-SETTINGS.md](./PHASE-7-UI-COMPONENTS-MODULE-SETTINGS.md) | 3-4 weeks | MEDIUM | Phase 0, Phase 3, Phase 5 |
| **Phase 8** | [PHASE-8-UNIVERSAL-CONTENT-TYPES.md](./PHASE-8-UNIVERSAL-CONTENT-TYPES.md) | 2-3 weeks | LOW | Phase 4 |
| **Phase 9** | [PHASE-9-AI-FRAMEWORK-SITE-BUILDER-INTEGRATION.md](./PHASE-9-AI-FRAMEWORK-SITE-BUILDER-INTEGRATION.md) | 2-3 weeks | MEDIUM | Phase 3 |
**Total Estimated Time**: 20-29 weeks (5-7 months)
**Total Estimated Time**: 22-32 weeks (5.5-8 months)
---
@@ -79,6 +80,12 @@ This folder contains detailed implementation plans for each phase of the IGNY8 P
- Support taxonomy generation
- Extend linker and optimizer for all types
### Phase 9: AI Framework & Site Builder Integration
- Add site structure prompt to Thinker UI
- Document AI framework integration
- Implement blueprint-to-writer task queuing
- Enable bulk page content generation
---
## IMPLEMENTATION ORDER
@@ -90,11 +97,13 @@ This folder contains detailed implementation plans for each phase of the IGNY8 P
4. Phase 5 → Phase 6
5. Phase 1 → Phase 4
6. Phase 4 → Phase 8
7. Phase 3 → Phase 9
**Parallel Phases** (can be done in parallel):
- Phase 2 and Phase 3 (after Phase 1)
- Phase 4 and Phase 5 (after Phase 1/3)
- Phase 6 and Phase 7 (after Phase 5)
- Phase 8 and Phase 9 (after Phase 3/4)
---