steelforesight/frontend
alireza 03405e3f5d feat: implement content generator for steel sector editorial generation
- Added content-generator.js to handle the generation of "At a Glance" and "Radar Future" articles.
- Integrated OpenAI API for generating editorial content based on provided news and sources.
- Implemented job management for tracking the status of content generation tasks.
- Added functions for fetching news, processing source materials, and creating drafts for articles.
- Established structured prompts for AI to ensure content adheres to specified formats and requirements.
2026-07-04 17:03:29 +03:30
..
public feat: update membership gate copy for clarity and engagement 2026-06-29 17:06:42 +03:30
scripts feat: implement news aggregation pipeline and expand frontend infrastructure with new site sections and pages 2026-07-04 08:52:12 +03:30
src feat: implement content generator for steel sector editorial generation 2026-07-04 17:03:29 +03:30
.dockerignore Remove unused sections: ReportsCarouselSection, SpecialSpreadSection, SustainabilitySection, and TeamSection 2026-06-27 16:00:39 +03:30
.gitignore feat: implement news aggregation pipeline and expand frontend infrastructure with new site sections and pages 2026-07-04 08:52:12 +03:30
Dockerfile fix: update VITE_PANEL_API URL and improve login form accessibility 2026-06-29 14:23:24 +03:30
eslint.config.js Remove unused sections: ReportsCarouselSection, SpecialSpreadSection, SustainabilitySection, and TeamSection 2026-06-27 16:00:39 +03:30
index.html Remove unused sections: ReportsCarouselSection, SpecialSpreadSection, SustainabilitySection, and TeamSection 2026-06-27 16:00:39 +03:30
liara.json Remove unused sections: ReportsCarouselSection, SpecialSpreadSection, SustainabilitySection, and TeamSection 2026-06-27 16:00:39 +03:30
nginx.conf Remove unused sections: ReportsCarouselSection, SpecialSpreadSection, SustainabilitySection, and TeamSection 2026-06-27 16:00:39 +03:30
package-lock.json feat: implement news aggregation pipeline and expand frontend infrastructure with new site sections and pages 2026-07-04 08:52:12 +03:30
package.json feat: implement news aggregation pipeline and expand frontend infrastructure with new site sections and pages 2026-07-04 08:52:12 +03:30
tsconfig.app.json Remove unused sections: ReportsCarouselSection, SpecialSpreadSection, SustainabilitySection, and TeamSection 2026-06-27 16:00:39 +03:30
tsconfig.json Remove unused sections: ReportsCarouselSection, SpecialSpreadSection, SustainabilitySection, and TeamSection 2026-06-27 16:00:39 +03:30
tsconfig.node.json Remove unused sections: ReportsCarouselSection, SpecialSpreadSection, SustainabilitySection, and TeamSection 2026-06-27 16:00:39 +03:30
vite.config.ts Remove unused sections: ReportsCarouselSection, SpecialSpreadSection, SustainabilitySection, and TeamSection 2026-06-27 16:00:39 +03:30