This repository has been archived on 2026-02-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
swift-duct-calc/TODO.md
Michael Housh a10f3ef0f5
Some checks failed
CI / Linux Tests (push) Failing after 5m44s
feat-postgres (#1)
Store timestamps as strings in the database to fix errors with postgres.

Reviewed-on: #1
Co-authored-by: Michael Housh <michael@mhoush.com>
Co-committed-by: Michael Housh <michael@mhoush.com>
2026-02-11 21:51:52 +00:00

27 lines
1.2 KiB
Markdown

# TODO's
- [x] Fix theme not working when selected upon signup.
- [x] Pdf generation
- [x] Add postgres / mysql support
- [x] Opensource / license
- [x] Figure out domain to host
- [x] 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.
- [x] Add ability to associate room load / airflow with another room.
- [x] 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.
- [x] Add select all rooms for trunks, useful for sizing main supply or return trunks.
- [x] Add optional level to room model.
- [ ] Add way to sponsor the project.
- [x] Need to push url after signup.
- [x] Update urls to point to public mirror of repository
- [x] Add email to footer
- [x] Validation errors, if they occur are vague in ResultView
- [x] Privacy policy
- [ ] Update README
- [ ] Self hosting documentation
- [x] Check signup flow when using 'get-started' button from home page, it may need a push url.