documenso/apps/openpage-api
Ephraim Duncan 7e2cbe46c0
fix: show current month data and add caching (#2573)
### Summary

- Add Cache-Control headers to all route responses (1h s-maxage, 2h
stale-while-revalidate)
- Append current month to chart data so graphs stay up-to-date
(cumulative carries forward, else zero)
- Remove `.limit(12)` from growth queries for full history
- Pass isCumulative flag through addZeroMonth
- Deduplicate TransformedData type, remove transformRepoStats
2026-03-06 13:30:31 +11:00
..
app fix: show current month data and add caching (#2573) 2026-03-06 13:30:31 +11:00
lib fix: show current month data and add caching (#2573) 2026-03-06 13:30:31 +11:00
.gitignore feat: open page api (#1419) 2024-12-10 21:19:05 +11:00
next.config.ts chore: dependency updates (#2229) 2025-11-22 20:28:20 +11:00
package.json deps: 2026-02-26 upgrades (#2545) 2026-02-26 14:17:08 +11:00
README.md feat: open page api (#1419) 2024-12-10 21:19:05 +11:00
tsconfig.json feat: open page api (#1419) 2024-12-10 21:19:05 +11:00

@documenso/openpage-api