mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Implement spot API filtering
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
// 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 filtering (applied locally)
|
||||
// TODO filtering & limit (applied via new request to server)
|
||||
// TODO look and feel
|
||||
|
||||
$.getJSON('/api/spots', function(jsonData) {
|
||||
|
||||
Reference in New Issue
Block a user