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
5 lines
415 B
Markdown
5 lines
415 B
Markdown
Create a new branch, save the detailed implementation plan to a markdown file for context handover to another session, then stop.
|
|
|
|
1. **Create new branch** with descriptive name based on current task
|
|
2. **Save the implementation plan** you created earlier in this session to a markdown file in the project root
|
|
3. **Stop execution** - do not commit anything, just prepare the context for handover to another session |