Files
roa2web-service-auto/.claude/commands/context-handover.md
Marius Mutu 6b13ffa183 Initial commit: ROA2WEB - FastAPI + Vue.js + Telegram Bot
Modern ERP Reports Application with microservices architecture

Tech Stack:
- Backend: FastAPI + python-oracledb (Oracle DB integration)
- Frontend: Vue.js 3 + PrimeVue + Vite
- Telegram Bot: python-telegram-bot + SQLite
- Infrastructure: Shared database pool, JWT authentication, SSH tunnel

Features:
- FastAPI backend with async Oracle connection pool
- Vue.js 3 responsive frontend with PrimeVue components
- Telegram bot alternative interface
- Microservices architecture with shared components
- Complete deployment support (Linux Docker + Windows IIS)
- Comprehensive testing (Playwright E2E + pytest)

Repository Structure:
- reports-app/ - Main application (backend, frontend, telegram-bot)
- shared/ - Shared components (database pool, auth, utils)
- deployment/ - Deployment scripts (Linux & Windows)
- docs/ - Project documentation
- security/ - Security scanning and git hooks
2025-10-25 14:55:08 +03:00

626 B

Save detailed context about the current problem to a markdown file for handover to another session due to context limit reached.

  1. Create context handover file in project root: CONTEXT_HANDOVER_[TIMESTAMP].md
  2. Document the current problem being worked on with all relevant details and analysis
  3. Include current progress - what has been discovered, analyzed, or attempted so far
  4. List key files examined and their relevance to the problem
  5. Save current state - todos, findings, next steps, and any constraints
  6. Stop execution - context is now ready for a fresh session to continue the work