Michael Housh michael
  • Joined on 2024-04-01
michael pushed to dev at michael/swift-duct-calc 2026-02-09 21:58:36 +00:00
980d99e40b feat: Adds ductulator button to logged in views.
06b663052e feat: Renames quick calc routes / views to ductulator. Adds button to home page for using ductulator, needs added to navbar still.
007d13be2f feat: Adds quick calculation views, need to add buttons / links in navbar / home page.
88af6f722e feat: Adds logout route and switches user navbar item to dropdown menu.
5a7cf4714b feat: Adds multi-select option for selecting rooms in trunk sizing form.
Compare 5 commits »
michael renamed repository from swift-manual-d to michael/swift-duct-calc 2026-02-09 14:30:34 +00:00
michael pushed to dev at michael/swift-duct-calc 2026-02-09 00:13:05 +00:00
e4ddec0d53 feat: Updates to home / landing page.
michael pushed to dev at michael/swift-duct-calc 2026-02-08 15:27:31 +00:00
bb88d48eb3 feat: Updates tests to include home page snapshot test, updates TODO's.
michael pushed to dev at michael/swift-duct-calc 2026-02-08 15:14:32 +00:00
d957cc1c19 feat: Adds minimal home page, change license to cc-by-nc-sa license in prep for public availablility.
2aaa408712 fix: Fixes user not automatically being logged in upon creation.
Compare 2 commits »
michael pushed to dev at michael/swift-duct-calc 2026-02-08 02:17:37 +00:00
291bed28d5 feat: Adds minimal cli executable and commands.
michael pushed to dev at michael/swift-duct-calc 2026-02-07 23:26:21 +00:00
1a38922ac0 fix: Fixes gitignore to not ignore rooms.csv test resource.
michael pushed to dev at michael/swift-duct-calc 2026-02-07 23:16:20 +00:00
76bd788769 feat: Adds createFromCSV to create rooms in the database, properly handling delegating airflow to another room.
michael synced commits to main at michael/dotfiles from mirror 2026-02-07 04:11:40 +00:00
0a59fef11c fix: Fixes hyprpaper configuration, updates to new syntax.
michael pushed to dev at michael/swift-duct-calc 2026-02-06 22:07:13 +00:00
0134c9bfc2 WIP: Updates test html snapshots, working on validation when delegating airflow to a different room.
michael pushed to dev at michael/swift-duct-calc 2026-02-06 22:01:51 +00:00
0775474f57 WIP: Updates test html snapshots, working on validation when delegating airflow to a different room.
michael pushed to dev at michael/swift-duct-calc 2026-02-06 17:11:17 +00:00
f2c79ad56f WIP: Adds database field to delegate airflow to another room, adds select to room form.
728a6c3000 feat: Adds CSV upload form to room view.
Compare 2 commits »
michael pushed to dev at michael/swift-duct-calc 2026-02-05 21:39:48 +00:00
57766c990e feat: Initial csv parsing for uploading rooms for a project. Need to style the upload form.
b2b5e32535 feat: Experiments with csv parsing / printing, currently implemented in RoomTests only.
881737978d feat: Experiments with csv parsing / printing, currently implemented in RoomTests only.
6a764ade2b feat: Update room cooling load to accept either total or sensible loads, instead of requiring a total load.
Compare 4 commits »
michael pushed to dev at michael/swift-duct-calc 2026-02-05 02:06:16 +00:00
5f03056534 feat: Adds createMany for rooms, in prep for parsing / uploading a csv file of room loads.
michael pushed to dev at michael/swift-duct-calc 2026-02-04 21:59:52 +00:00
10dd0dac82 feat: Updates todos.
michael pushed to dev at michael/swift-duct-calc 2026-02-03 14:41:54 +00:00
3cc7fe9926 feat: Updates environment variables and datbase to allow postgres configuration for production environments.
michael synced commits to main at michael/dotfiles from mirror 2026-02-02 18:31:25 +00:00
fdf1ba6fb0 feat: Set TERM at bottom of .zshrc when in a devpod environment so that tmux works inside dev container.
17d83c347d feat: Adds devpod module to starship prompt.
c4faef634a feat: Working on devpod in starship
2795a86441 feat: Adds container component to starship prompt.
03244bd272 feat: Updates devcontainer-env
Compare 317 commits »
michael pushed tag 0.2.1 to michael/swift-dev-container 2026-02-02 14:05:15 +00:00
michael pushed to main at michael/swift-dev-container 2026-02-02 14:04:40 +00:00
5616b2728d feat: Removes dotfiles from image in favor of having devpod set them up.
michael pushed to dev at michael/swift-duct-calc 2026-02-02 03:01:35 +00:00
bad4a49f41 feat: Adds devcontainer