- Updated the product page to filter size options, ensuring only string types are included.
- Modified Footer and Header components to allow nullable types for phone, email, whatsapp, and footerText properties.
- Enhanced Dockerfile to optimize dependency installation and build process using Turbo for improved performance.
- Created a new .dockerignore file to prevent inclusion of node_modules, build artifacts, and logs in the Docker context.
- Specified additional directories and files related to the apps and backups to streamline the Docker build process.
- Updated `justfile` to simplify dev server commands and clean up node_modules.
- Added Turbo as a dev dependency in `package.json` for enhanced build performance.
- Modified `apps/scraper/package.json` and `apps/web/package.json` to include clean scripts.
- Adjusted `apps/web/src/payload-types.ts` to make `orderNumber` optional.
- Refactored `apps/web/src/collections/Orders.ts` to change hook from `beforeChange` to `beforeValidate` for better data handling during order creation.
- Added type checking and cleaning scripts to `packages/shared/package.json` for consistency across packages.
- Updated `.gitignore` to exclude scraper intermediate data.
- Enhanced `justfile` with new scrape commands for raw data and LLM processing.
- Added OpenAI dependency in `scraper/package.json`.
- Modified `config.ts` to include OpenRouter API key and model.
- Expanded `extract.ts` to capture additional product details such as discount percentage, frost resistance, and size options.
- Updated `import.ts` to handle new product attributes during import.
- Enhanced `index.ts` to support raw scraping mode and improved product extraction logic.
- Updated `payload-types.ts` and `Products.ts` to include new product fields.
- Enhanced frontend components to display new product attributes and filters for availability and frost resistance.
- Improved error handling and logging in scraper functions.
- Added new features for managing product variants and specifications in the admin interface.