Reorganize project structure and cleanup root directory
All checks were successful
continuous-integration/drone/push Build is passing

 Major improvements:
- Created organized folder structure with utils/, scripts/, backups/, temp/
- Moved Python scripts to scripts/ folder for better organization
- Moved utility files (start, stop, update, cli, logs, drone) to utils/ folder
- Moved backup files to backups/ folder for cleaner root directory
- Added comprehensive README.md files for each new folder
- Updated main README.md with new project structure documentation
- Enhanced .gitignore with rules for new folders
- Added real-time career vacancy counter on homepage
- Improved homepage career stats styling with better visibility

🗂️ New folder structure:
- utils/ - Project management utilities and tools
- scripts/ - Python helper scripts for banners and data
- backups/ - Configuration and file backups
- temp/ - Temporary files and development data

🎨 UI improvements:
- Fixed white text visibility issues on homepage career section
- Added dynamic vacancy count from database
- Implemented glassmorphism design for career stats card
- Better color contrast and hover effects

This reorganization makes the project more maintainable and professional.
This commit is contained in:
2025-11-25 18:00:50 +09:00
parent bcd01a5d3e
commit 6fe0780113
59 changed files with 192 additions and 213 deletions

12
.gitignore vendored
View File

@@ -110,6 +110,11 @@ sent_emails/
# 🌍 Translation files
*.pot
# 📋 Temporary files and folders
temp/
*.tmp
*.temp
# 🚫 Exclude test files from root
response_*.json
test_*.html
@@ -121,4 +126,9 @@ qr_success_animation_demo.html
# 📋 Temporary documentation files that moved to docs/
BACKUP_SETUP_COMPLETE.md
COMMIT_SUMMARY.md
SCRIPTS_README.md
SCRIPTS_README.md
# 🔧 Utils and scripts (keep tracked but ignore development versions)
utils/*.log
scripts/*.log
backups/*.tmp