19d523213b
📚 Project restructuring and CI/CD setup
...
✨ Major reorganization:
- Move all documentation to docs/ directory
- Clean up root directory from temporary files
- Add comprehensive project documentation
- Implement Drone CI/CD pipeline
📁 Structure changes:
- docs/SCRIPTS_README.md - Complete scripts guide
- docs/DEPLOYMENT.md - Production deployment guide
- docs/API.md - Comprehensive API documentation
- patch/ - Temporary and test files
- Clean .gitignore with proper exclusions
🚀 CI/CD Pipeline (.drone.yml):
- Code quality checks (flake8, black, bandit)
- Unit and integration testing
- Docker image building and security scanning
- Staging deployment automation
- Production deployment on tags
- Telegram notifications
- Scheduled maintenance tasks
📖 Enhanced README.md:
- Technology stack badges with icons
- Drone CI build status badge
- Comprehensive quick start guide
- Clear project architecture
- Links to all documentation
🔧 Additional improvements:
- MIT License added
- .gitkeep files for important directories
- Improved .gitignore patterns
- Professional project presentation
🎯 Result: Clean, professional project structure ready for production
2025-11-25 07:00:36 +09:00
b1759eac10
merge
2025-11-24 08:10:56 +09:00
37d7fc74b8
fix: PostgreSQL compatibility and Telegram bot token validation
...
- Fixed PostgreSQL 18+ compatibility by using postgres:17 image
- Added token validation for Telegram bot
- Improved error handling in telegram_bot.py
- Added scripts for bot token management
- Cleaned up old QR codes and added new utility files
2025-11-23 21:23:51 +09:00
7ce0c6c62a
pre-deploy
2024-11-05 15:38:34 +09:00
daa5c49bb9
fully functional. UX/UI stage
2024-11-01 19:27:14 +09:00
ae95a0c958
registration on site is functional. needs bot fix
2024-10-31 19:17:01 +09:00
920463356f
registration functions. service request resolved
2024-10-29 20:56:48 +09:00
d1855a1af8
renew commit
2024-10-29 16:13:58 +09:00
f17c6b3a1a
main funtions are ready
...
issue: ServiceRequest creates when QR code scanned
2024-10-14 05:24:48 +09:00