wages/backend/src
jtricerolph 265df96a63 Parallelize per-day timesheet fetch; extend compare route timeout to 120s
Sequential day-by-day caused 504 on month-long ranges. Switching to
Promise.all over all dates so 30 concurrent calls complete in ~3-5s.
Route timeout bumped to 120s to give the parallel calls room to land.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-23 13:53:30 +00:00
..
lib Parallelize per-day timesheet fetch; extend compare route timeout to 120s 2026-07-23 13:53:30 +00:00
routes Parallelize per-day timesheet fetch; extend compare route timeout to 120s 2026-07-23 13:53:30 +00:00
auth.js Initial scaffold: wages app 2026-07-23 09:03:52 +00:00
db.js Add per-employee dept breakdown via modal popup 2026-07-23 11:02:11 +00:00
index.js Initial scaffold: wages app 2026-07-23 09:03:52 +00:00
ip-check.js Initial scaffold: wages app 2026-07-23 09:03:52 +00:00