Skip to content

Commit 82bd886

Browse files
Merge pull request #155 from ChandanMeher4/feat/ats-score-progression-chart
feat: add score progression chart to track ATS improvement over time
2 parents 1d5bf18 + be6ec09 commit 82bd886

5 files changed

Lines changed: 340 additions & 77 deletions

File tree

client/src/lib/query-keys.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const queryKeys = {
2121
ats: {
2222
all: ["ats"] as const,
2323
usage: () => ["ats", "usage"] as const,
24+
history: () => ["ats", "history"] as const,
2425
},
2526
coverLetter: {
2627
history: () => ["cover-letter", "history"] as const,

0 commit comments

Comments
 (0)