jobs-monorepo/migrations
Elshimy Ziad Magdy Taha 0ab6954231 feat: add job analysis infrastructure and Glassdoor support
- Added new job analysis result repository and database migration system
- Expanded job creation to support Glassdoor as a new provider alongside LinkedIn
- Added CV analysis service launch configuration in VS Code
- Updated Makefile with new commands for scraper service and migrations
- Improved environment loading in cron analyzer to support local development
- Added error handling for unsupported job providers
- Integrated job analysis results
2025-10-24 15:10:20 +05:00
..
001_jobs.down.sql init 2025-09-28 21:00:08 +05:00
001_jobs.up.sql init 2025-09-28 21:00:08 +05:00
002_job_descriptions.down.sql init 2025-09-28 21:00:08 +05:00
002_job_descriptions.up.sql init 2025-09-28 21:00:08 +05:00
003_add_unique_constraint_job_id.down.sql init 2025-09-28 21:00:08 +05:00
003_add_unique_constraint_job_id.up.sql init 2025-09-28 21:00:08 +05:00
004_job_link_unique.down.sql init 2025-09-28 21:00:08 +05:00
004_job_link_unique.up.sql init 2025-09-28 21:00:08 +05:00
005_job_provider.down.sql refactor 2025-09-29 22:44:30 +05:00
005_job_provider.up.sql refactor 2025-09-29 22:44:30 +05:00
006_job_timestamp.down.sql rabbitmq 2025-10-11 13:55:38 +05:00
006_job_timestamp.up.sql rabbitmq 2025-10-11 13:55:38 +05:00
007_add_job_status.down.sql feat: add job status tracking and analysis queue infrastructure 2025-10-12 22:56:20 +05:00
007_add_job_status.up.sql feat: add job status tracking and analysis queue infrastructure 2025-10-12 22:56:20 +05:00
008_job_analysis_results.down.sql feat: add job analysis infrastructure and Glassdoor support 2025-10-24 15:10:20 +05:00
008_job_analysis_results.up.sql feat: add job analysis infrastructure and Glassdoor support 2025-10-24 15:10:20 +05:00