In progress flow (#163)

* initial commit

* move from applied to in-progress

* KANBAN BOARD!

* backfill jobs

* backfill rejected jobs

* drag events 😋

* fix backfill bug

* UI improvements

* remove applied

* gold near offer

* team match meeting swim lane

* formatting

* Add tests for InProgressBoardPage and enhance job stage handling
This commit is contained in:
Shaheer Sarfaraz
2026-02-15 00:45:45 +00:00
committed by GitHub
parent f114fb6200
commit f8b5dc2f42
28 changed files with 901 additions and 47 deletions
@@ -238,7 +238,7 @@ describe("TrackingInboxPage", () => {
await waitFor(() => {
expect(api.getJobs).toHaveBeenCalledWith({
statuses: ["applied"],
statuses: ["applied", "in_progress"],
view: "list",
});
});