4 Commits

Author SHA1 Message Date
4245a6c939 Enhance Dockerfile to set up PNPM environment variables for improved package management 2026-04-02 22:57:38 +03:00
1c5cb18d30 Refactor product page and improve type safety in Footer and Header components
- 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.
2026-04-02 22:39:37 +03:00
8a8cfcd0f1 Add scraper functionality and enhance product data extraction
- 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.
2026-04-02 13:34:27 +03:00
Снесарев Максим
a240d523e1 init 2026-04-01 22:34:50 +03:00