Commit Graph

21 Commits

Author SHA1 Message Date
b4049630ed fix: clear conflicting local root created dirs 2026-06-30 19:40:28 +05:30
f3727af697 refactor: Add JobSummary and Transaction models, client to get currency exchange rate 2026-06-29 20:57:06 +05:30
2e556173d4 docs: Added misc comments 2026-06-29 17:52:25 +05:30
40881b4773 test: Update tests for jobs endpoint 2026-06-29 17:52:08 +05:30
d980558bee feat: Setup celery worker 2026-06-29 17:51:15 +05:30
0cc2b5fe57 feat: Setup CORS middleware and healthcheck 2026-06-29 17:49:37 +05:30
c00f27aa30 feat: Add job model 2026-06-29 15:15:11 +05:30
265c6704a7 define db session connector 2026-06-29 15:14:22 +05:30
0b20fd3263 feat: Implement API endpoints for jobs 2026-06-29 15:12:30 +05:30
fa48a39277 ci: Update pyproject.toml to include ruff 2026-06-29 15:09:59 +05:30
bcf99c66cd ci: Add linter, minor lint fixes 2026-06-29 15:07:28 +05:30
22b5cd8ced setup dependencies and fix test_job_repositories missing deps 2026-06-29 15:00:48 +05:30
f63cd4774c Added basic exceptions 2026-06-29 14:58:38 +05:30
a2a25d7bfb add test config and basic tests for csv_parser 2026-06-29 14:56:54 +05:30
47b2db8a15 feat: Setup app lifecycle, job service and basic csv parser 2026-06-29 14:48:41 +05:30
22f300474f Setup docker-compose file 2026-06-29 14:45:05 +05:30
fdfd5b54f8 feat: Added get_by_id and update in job repository 2026-06-29 14:00:08 +05:30
2cafef095d Added job repository, implemented create and listall functions 2026-06-29 13:58:45 +05:30
714d185846 switch to python slim image 2026-06-29 13:19:48 +05:30
e0cd0bba6e Implement service-based model for jobs 2026-06-29 13:18:23 +05:30
7201fa0138 Initial Structure 2026-06-29 11:35:53 +05:30