Move TODOs re logging to the end

This commit is contained in:
2026-01-01 21:11:10 -06:00
parent ab74695f4c
commit 8be88bb696

24
TODO.md
View File

@@ -3,19 +3,6 @@
- [ ] Add unit tests all over the place.
- ⚠️ Huge task - needs breakdown before starting
- [ ] Add logging service
- New golang program, in the same directory as master
- Intended to be started by master
- Listens to a port specified command line arg
- Accepts POSTed (or possibly PUT) json messages, currently in a
to-be-defined format. We will work on this format later.
- Keeps the most recent N messages in memory. N can be a fairly large
number; let's start by assuming 1 million.
- [ ] Log to logging service from the express backend
- Fill out types and functions in `express/logging.ts`
- [ ] Create initial docker-compose.yml file for local development
- include most recent stable postgres
@@ -87,3 +74,14 @@
- [x] Add wrapper script to run master program (so that various assumptions related
to relative paths are safer)
- [x] Add logging service
- New golang program, in the same directory as master
- Intended to be started by master
- Listens to a port specified command line arg
- Accepts POSTed (or possibly PUT) json messages, currently in a
to-be-defined format. We will work on this format later.
- Keeps the most recent N messages in memory. N can be a fairly large
number; let's start by assuming 1 million.
- [x] Log to logging service from the express backend
- Fill out types and functions in `express/logging.ts`