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

@@ -107,9 +107,3 @@ class WebServer:
if "limit" in query.keys():
spots = spots[:int(query.get("limit"))]
return spots
# Todo serve Server-Sent Events to frontend? - see https://medium.com/@tdenton8772/streaming-api-design-using-python-and-javascript-1b0ce8adb703
# Todo serve apidocs
# Todo push spot API (to start with only to this server)
# Todo current todos to fit issues