Starting to implement queries for the JSON endpoint

This commit is contained in:
Ian Renton
2025-09-28 17:35:54 +01:00
parent bcda5769ee
commit 69e0ba0a8d
3 changed files with 16 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
// TODO get all data into JS
// TODO get all data into JS on first load
// TODO subscribe to SSE to get updates, merge with local data, sort, refresh display
// TODO cap at a sensible number of lines in the table, throw away other data, make the number configurable
// TODO populate table more nicely
// TODO track last received time and use API since call, merge and sort local data, refresh display
// TODO filtering (applied locally)
// TODO look and feel