Move code comment todos to forgejo issues

This commit is contained in:
Ian Renton
2025-09-28 19:38:36 +01:00
parent e71ec1b72a
commit 4681b2b74c
5 changed files with 0 additions and 28 deletions

View File

@@ -1,8 +1,3 @@
// TODO get all data into JS on first load
// TODO populate table more nicely
// TODO filtering & limit (applied via new request to server)
// TODO look and feel
$.getJSON('/api/spots', function(jsonData) {
let headers = Object.keys(jsonData[0]);
let table = $('<table>').append('<thead><tr></tr></thead><tbody></tbody>');