Equalify Hub
Sign Up for Updates
EqualifyEverything
/
equalify
Code
/
Commits
/ 9b8edbe
feat(stats): added session tracking & monthly KPI history to system stats
Christopher Aitken
committed on Sep 3, 2026, 06:25 PM
Showing
15
changed files
+345 additions
-44 deletions
M
apps/backend/routes/auth/getSystemStats.ts
+80
-10
M
apps/backend/routes/auth/index.ts
+31
-30
A
apps/backend/routes/auth/trackSession.ts
+48
M
apps/frontend/src/components/Navigation.tsx
+5
M
apps/frontend/src/components/SystemStats.module.scss
+10
M
apps/frontend/src/components/SystemStats.tsx
+51
M
apps/frontend/src/routes/Login.tsx
+3
M
apps/frontend/src/routes/Signup.tsx
+2
-1
M
apps/frontend/src/routes/SsoCallback.tsx
+2
-1
M
apps/frontend/src/utils/index.ts
+2
-1
A
apps/frontend/src/utils/trackSession.ts
+48
A
db/migrations/add_sessions.sql
+20
M
db/schema.sql
+29
M
docs/technical/backend-api.md
+2
-1
M
docs/technical/database-schema.md
+12
Browse files at this commit →