From 6a695966bfc74ef2817bce4cbb708ad8e19d5db2 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sun, 12 Oct 2025 22:43:18 +0200 Subject: [PATCH] instruction3 --- instructions.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/instructions.md b/instructions.md index ac07ee3..ee6c2e3 100644 --- a/instructions.md +++ b/instructions.md @@ -24,6 +24,23 @@ The goal is to create a FastAPI-based web application that provides a modern int 5. Commit in git 6. goto 1. +## Implementation Order + +The tasks should be completed in the following order to ensure proper dependencies and logical progression: + +1. **Project Structure Setup** - Foundation and dependencies +2. **Authentication System** - Security layer implementation +3. **Configuration Management** - Settings and config handling +4. **Anime Management Integration** - Core functionality wrapper +5. **Download Queue Management** - Queue handling and persistence +6. **WebSocket Real-time Updates** - Real-time communication +7. **Frontend Integration** - Integrate existing frontend assets +8. **Core Logic Integration** - Enhance existing core functionality +9. **Database Layer** - Data persistence and management +10. **Testing** - Comprehensive test coverage +11. **Deployment and Configuration** - Production setup +12. **Documentation and Error Handling** - Final documentation and error handling + ## Core Tasks ### 1. Project Structure Setup @@ -385,19 +402,4 @@ When working with these files: - Check for injection vulnerabilities - Test session management security -## Implementation Order - -1. Start with project structure and dependencies -2. Implement authentication system completely -3. Add configuration management -4. Create anime service wrapper -5. Implement download queue management -6. Add WebSocket real-time updates -7. Integrate existing frontend assets with new backend -8. Enhance core logic integration -9. Implement database layer -10. Create comprehensive tests -11. Add deployment configuration -12. Complete documentation - Each task should be implemented with proper error handling, logging, and type hints according to the project's coding standards.