Format TODO.md with prettier (make fmt)

This commit is contained in:
2026-07-06 21:26:30 +02:00
parent f2c6457358
commit c639d345ec

62
TODO.md
View File

@@ -1,47 +1,45 @@
# Workflow # Workflow
* branch (from `main`) - branch (from `main`)
* do the work in Next Step - do the work in Next Step
* move Next Step to the top of Completed Steps - move Next Step to the top of Completed Steps
* move the top item of Future Steps into Next Step - move the top item of Future Steps into Next Step
* commit (`TODO.md` changes in the same commit as the work) - commit (`TODO.md` changes in the same commit as the work)
* merge to `main` if the branch is not protected, otherwise open a PR - merge to `main` if the branch is not protected, otherwise open a PR
* push - push
# Status # Status
pre-1.0. No git tags. Backend work in flight on feat/reportbuf-storage pre-1.0. No git tags. Backend work in flight on feat/reportbuf-storage (dirty:
(dirty: src/main.js). Frontend is functional; backend is new and unmerged. src/main.js). Frontend is functional; backend is new and unmerged.
# Next Step # Next Step
Land feat/reportbuf-storage: finish the in-progress src/main.js change, Land feat/reportbuf-storage: finish the in-progress src/main.js change, get make
get make check green, and merge the branch to main. The branch adds the check green, and merge the branch to main. The branch adds the backend (buffered
backend (buffered zstd-compressed report storage), the CI workflow, and zstd-compressed report storage), the CI workflow, and backend repo standard
backend repo standard files, so merging it also closes most compliance files, so merging it also closes most compliance gaps.
gaps.
# Completed Steps # Completed Steps
- 2026-02-27: backend with buffered zstd-compressed report storage; CI - 2026-02-27: backend with buffered zstd-compressed report storage; CI workflow
workflow and backend repo standard files; backend Dockerfile fixed (Go and backend repo standard files; backend Dockerfile fixed (Go 1.25,
1.25, golangci-lint) and moved to repo root (feat/reportbuf-storage, golangci-lint) and moved to repo root (feat/reportbuf-storage, unmerged)
unmerged) - 2026-02-26: host row layout redesigned with CSS grid; overflow and spacing
- 2026-02-26: host row layout redesigned with CSS grid; overflow and fixes; nginx config extracted; port hardcoded to 8080
spacing fixes; nginx config extracted; port hardcoded to 8080 - 2026-02-26: debug log panel, median stats, recovery probe, Docker build fix,
- 2026-02-26: debug log panel, median stats, recovery probe, Docker S3 Singapore endpoint added
build fix, S3 Singapore endpoint added - 2026-02-23: summary box redesign, host pinning, local and UTC clocks, checks
- 2026-02-23: summary box redesign, host pinning, local and UTC clocks, counter
checks counter - 2026-02-23: hosts sorted by latency; GET instead of HEAD for latency; timeout
- 2026-02-23: hosts sorted by latency; GET instead of HEAD for latency; derived from interval; Hetzner regional endpoints; 3s interval
timeout derived from interval; Hetzner regional endpoints; 3s interval
- 2026-01-29: initial NetWatch network latency monitor - 2026-01-29: initial NetWatch network latency monitor
# Future Steps # Future Steps
- Compliance top-up as one small commit: add .editorconfig and add the - Compliance top-up as one small commit: add .editorconfig and add the hooks
hooks target to the Makefile target to the Makefile
- After merge, confirm .gitea/workflows/check.yml is on main and CI is - After merge, confirm .gitea/workflows/check.yml is on main and CI is green
green (main always green policy) (main always green policy)
- Decide what to do with untracked resume.sh: commit it, gitignore it, - Decide what to do with untracked resume.sh: commit it, gitignore it, or delete
or delete it it