3
0
Fork 0
Stylish time-tracker for check-in, overtime, time off, and more.
  • JavaScript 78.7%
  • CSS 15.9%
  • HTML 5.4%
Find a file
Sky Johnson 2550747433 Lightweight polling system for near-real-time data updates
Server-side in-memory change tracker records timestamps per topic/metro
when mutations occur. Client polls a tiny endpoint every 2s and only
refetches data when timestamps change. Covers check-ins, overtime,
time-off, and late/out notices across manager, senior, and tech views.
2026-02-20 12:34:13 -06:00
db Wire up a lot of improvements for the manager and senior views 2026-02-20 11:34:26 -06:00
public Lightweight polling system for near-real-time data updates 2026-02-20 12:34:13 -06:00
src Lightweight polling system for near-real-time data updates 2026-02-20 12:34:13 -06:00
.gitignore Scaffold entire project 2026-01-28 18:16:03 -06:00
CLAUDE.md Fix some inconsistencies 2026-02-20 10:03:02 -06:00
index.js Lightweight polling system for near-real-time data updates 2026-02-20 12:34:13 -06:00
logic.md Lots of fixes and work on the dashboard; enable more display logic for various states 2026-01-31 16:41:09 -08:00
package.json Significant styling and layout work 2026-01-31 12:27:50 -08:00
README.md Initial commit 2026-01-28 17:37:28 -06:00

Tempo

The goal of this project is to build a new timekeeping utility for internal teams.