From 10dd0dac82b34f227652059c5a7521c17845f460 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 4 Feb 2026 16:59:27 -0500 Subject: [PATCH] feat: Updates todos. --- .devcontainer/devcontainer.json | 2 +- TODO.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2a6887b..a496edd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,6 @@ "name": "swift-manual-d-dev", "image": "git.housh.dev/michael/swift-dev-container:latest", "features": { - //"ghcr.io/devcontainers/features/sshd:1": {}, "ghcr.io/devcontainers/features/git:1": { "version": "os-provided", "ppa": "false" @@ -10,6 +9,7 @@ "ghcr.io/swift-server-community/swift-devcontainer-features/jemalloc:1": { }, "ghcr.io/swift-server-community/swift-devcontainer-features/swift-format:0": { }, "ghcr.io/swift-server-community/swift-devcontainer-features/foundationnetworking:1": {}, + "ghcr.io/devcontainers-extra/features/markdownlint-cli2:1": {}, "ghcr.io/jsburckhardt/devcontainer-features/just:1": {}, "ghcr.io/rocker-org/devcontainer-features/pandoc:1": {}, //"ghcr.io/devcontainers/features/docker-in-docker:2": {}, diff --git a/TODO.md b/TODO.md index a1c1240..2b189e9 100644 --- a/TODO.md +++ b/TODO.md @@ -2,8 +2,17 @@ - [x] Fix theme not working when selected upon signup. - [x] Pdf generation -- [ ] Add postgres / mysql support +- [x] Add postgres / mysql support - [ ] Opensource / license ?? - [ ] Figure out domain to host (currently thinking ductcalc.pro) - [ ] Logo / navbar name may have to change if it's not duct-calc. - [ ] MainPage meta items will have to change also +- [ ] Add ability for either sensible or total load while specifying a room load. + - CoolCalc current version specifies the sensible cooling for a room break down, + and currently we require the total load and calculate sensible based on project + shr. +- [ ] Add ability to associate room load / airflow with another room. +- [ ] Trunk size form, room / register selection is wonky when labels are long. + - They will overlap each other making it difficult to read / decipher which checkbox belongs + to which label. +- [ ] Add select all rooms for trunks, useful for sizing main supply or return trunks.