mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 16:59:25 +00:00
Move code comment todos to forgejo issues
This commit is contained in:
@@ -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>');
|
||||
|
||||
Reference in New Issue
Block a user