ahmed.mujtaba
65b39e9bff
sample offer emial and tempalte
2026-09-16 18:24:10 +05:00
ahmed.mujtaba
5254bdb964
offer_Format1
2026-09-16 16:40:40 +05:00
ahmed.mujtaba
9c11e8a104
reference _check
2026-09-16 16:20:14 +05:00
ahmed.mujtaba
3095fb338f
verification_check
2026-09-16 16:04:36 +05:00
ahmed.mujtaba
3838634e82
commit with reqxdepoart realtion
Deploy to S3 / deploy (push) Successful in 33s
Details
2026-09-16 13:39:48 +05:00
ahmed.mujtaba
b841677bc3
Users
...
Deploy to S3 / deploy (push) Successful in 42s
Details
Department import correct
2026-09-15 18:41:08 +05:00
ahmed.mujtaba
7d185c3ff3
import department.models # noqa: F401
...
Deploy to S3 / deploy (push) Successful in 35s
Details
correctede the sync crash
2026-09-15 18:19:58 +05:00
ahmed.mujtaba
eaec58bd0e
.
2026-09-15 17:36:17 +05:00
ahmed.mujtaba
a2932fd1bf
.
2026-09-15 17:30:59 +05:00
ahmed.mujtaba
43852e22e0
.
2026-09-15 15:52:53 +05:00
ahmed.mujtaba
1fa25f2854
,
2026-09-15 14:13:58 +05:00
ahmed.mujtaba
51bd8b56f2
Merge branch 'dev_main' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into Edit_Job_Profile
2026-09-14 21:05:36 +05:00
ahmed.mujtaba
91bc1089b2
candidates are arrigving
2026-09-14 21:02:15 +05:00
ahmed.mujtaba
433b2086b7
tested department
2026-09-14 19:12:02 +05:00
ahmed.mujtaba
3c0421c2ec
job linkked successfully
2026-09-14 18:21:23 +05:00
ahmed.mujtaba
f86c908076
job post and deaprtrment li kage
2026-09-14 18:13:27 +05:00
ahmed.mujtaba
eee2071ac2
deapratment page and form working now linking depends
2026-09-14 17:57:09 +05:00
ahmed.mujtaba
addbc77d2b
.
2026-09-14 14:55:01 +05:00
ahmed.mujtaba
a021d60fc3
forms done
2026-09-11 18:37:16 +05:00
ahmed.mujtaba
80a3b290b9
forms done
2026-09-11 18:37:08 +05:00
ahmed.mujtaba
79a479ba36
advanced to openai
2026-09-10 17:24:22 +05:00
ahmed.mujtaba
de4d360e06
candidate inbopx,pipeline progress,cv bank
2026-09-10 16:25:32 +05:00
ahmed.mujtaba
9ffa2b1367
Merge branch 'Talha' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER
2026-09-10 15:15:12 +05:00
ahmed.mujtaba
34f15c7183
commit
2026-09-10 15:15:05 +05:00
ahmed.mujtaba
2efc2cdf3a
corrected candiadte
2026-09-10 14:55:57 +05:00
ahmed.mujtaba
bdfae436ac
ats score ignired
Deploy to S3 / deploy (push) Successful in 33s
Details
2026-09-09 21:02:17 +05:00
ahmed.mujtaba
3933ba55d6
pkt tiemzone no mateter the briowser
Deploy to S3 / deploy (push) Successful in 39s
Details
2026-09-09 20:37:20 +05:00
ahmed.mujtaba
07faee1180
.
2026-09-09 20:26:28 +05:00
ahmed.mujtaba
c0e4a94d58
total applications removed
2026-09-09 19:42:01 +05:00
ahmed.mujtaba
25220d237b
Merge branch 'main' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER
2026-09-09 19:20:23 +05:00
ahmed.mujtaba
0e4902d486
offerws page
2026-09-09 19:19:05 +05:00
Talha Ahmed
f63878fe19
Merge remote-tracking branch 'origin/main' into Talha
...
Deploy to S3 / deploy (push) Successful in 36s
Details
# Conflicts:
# backend/inbox/views.py
2026-09-09 16:13:13 +05:00
Talha Ahmed
06427a4f32
Run gpt-4o-mini in production and cut OpenAI spend without changing outputs
...
- .env.example documents the production model (gpt-4o-mini-2024-07-18) and a
4000-token output cap; the model rejects caps above 16384 with a 400, which
the old 32768 value triggered on every llm_call request.
- llm_setup: safe default cap and per-call token/cache usage logging.
- agent/prompt: job posts precede the resume so the stable block hits the
prompt cache for every CV after the first in a sync run.
- inbox: On-Hold rescan pairs candidates with active jobs only; scores against
closed roles were paid for and never shown.
- app: ruff formatting for the config/model edits from main, and an accurate
comment on why gpt-4o-mini is admitted while the rest of gpt-4o is not.
Verified live on gpt-4o-mini: llm_call and the scorer both succeed, the
28-check scoring audit passes, ruff/mypy/pytest pass for app.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-09 15:58:07 +05:00
ahmed.mujtaba
3969d62a51
sumkmary check udpate
2026-09-09 15:52:46 +05:00
ahmed.mujtaba
adcd3097f8
add abtcht additon
2026-09-09 14:04:01 +05:00
ahmed.mujtaba
cd4743e953
global countires
2026-09-08 17:10:08 +05:00
ahmed.mujtaba
9f6f453220
creds
2026-09-08 16:12:04 +05:00
ahmed.mujtaba
79098aefd5
RESCAN IMPLEMENTED
2026-09-08 15:25:43 +05:00
ahmed.mujtaba
a077d55d3e
remove the s3
2026-09-07 20:10:52 +05:00
ahmed.mujtaba
c520b2d9c2
ordered
2026-09-07 20:10:45 +05:00
ahmed.mujtaba
86531c77db
commitred with correct city name
CI / checks (push) Failing after 1m53s
Details
CI / checks (pull_request) Failing after 1m55s
Details
2026-09-07 19:59:28 +05:00
ahmed.mujtaba
ad6f8ba121
s3 lionk done
CI / checks (push) Failing after 2m9s
Details
CI / checks (pull_request) Failing after 2m4s
Details
2026-09-07 19:32:49 +05:00
ahmed.mujtaba
7c9e18741d
applied 10 cache
CI / checks (push) Failing after 1m58s
Details
CI / checks (pull_request) Failing after 1m53s
Details
2026-09-07 18:55:42 +05:00
ahmed.mujtaba
d00ebcf6f5
filter appliede
CI / checks (push) Failing after 1m57s
Details
CI / checks (pull_request) Failing after 1m53s
Details
2026-09-07 18:42:15 +05:00
ahmed.mujtaba
ded1b9053d
dashboiard sheet export
CI / checks (push) Failing after 1m55s
Details
CI / checks (pull_request) Failing after 1m47s
Details
2026-09-07 17:53:49 +05:00
ahmed.mujtaba
3dd716c3d3
added onhold tab that sorts the unmatched cvs
2026-09-07 17:32:20 +05:00
ahmed.mujtaba
7ceecdb6c7
reapplied logic correct
CI / checks (push) Failing after 2m41s
Details
CI / checks (pull_request) Failing after 2m37s
Details
2026-09-07 15:54:47 +05:00
ahmed.mujtaba
82686f0bdf
cronjjob implementedd
2026-09-07 14:56:03 +05:00
ahmed.mujtaba
20f03aad3c
Merge branch 'main' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER
2026-09-07 14:00:09 +05:00
ahmed.mujtaba
2e0e6b1dda
notification
2026-09-07 13:55:32 +05:00