Skip to content

Latest commit

 

History

History
executable file
·
17 lines (13 loc) · 570 Bytes

TODO.md

File metadata and controls

executable file
·
17 lines (13 loc) · 570 Bytes

Status TODO

Backend (statusng)

Milestone 1 (MVP)

  • Public API versions 1 and 2
  • Refreshing according to config
  • Publishing data to Vercel Blob Storage

Milestone 2

  • Remove API version 1
  • Make history use a binary format
  • Make private API use a binary format

Frontend (client)

  • Remove as much HTML from the JS files as possible (maybe make a small formatting lib?) and instead insert it directly as hidden HTML in index.html.
  • Performance and caching improvements