- Replaced broken .NET backend with Node.js/Express
- Restored original website design with purple gradient hero
- Updated homepage and shop pages with Bootstrap 5 responsive design
- Disabled GitHub remote sync - all code now stored locally only
- Created backup scripts and documentation
- All changes saved on Ubuntu server at /var/www/SkyArtShop
- Removed all test-*.sh and test-*.html files
- Removed all verify-*.sh verification scripts
- Removed all setup and install scripts
- Removed migration scripts (no longer needed)
- Removed password reset scripts
- Removed fail2ban configs
- Removed old SQLite database files
- Removed deployment and sync scripts
This results in a cleaner, production-ready codebase with only essential files needed for running the website.
- Add Node.js variant-api server with PostgreSQL integration
- Add new utility scripts for system verification and website status
- Update CI/CD workflow configuration
- Add color variant solution documentation
- Add product variants JavaScript support
- Update gitignore for new build artifacts