Commit Graph

13 Commits

Author SHA1 Message Date
drew 5517924259 Fix duplicate changedOrderToJob migration blocking build
Two divergent copies of this branch each independently regenerated an
EF migration named changedOrderToJob, and merging both left two files
with the same C# class name (compile error) plus an orphaned
fixedOrderCustomerID migration referencing the already-renamed orders
table. Removed the dead/unapplied migrations, committed the two
migrations already live on the shared dev DB, and added
FixJobsCustomerIdType to bring jobs.customer_id in line with the model
(text -> integer) using an explicit USING cast.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-25 15:45:09 -05:00
drew 65df987f62 added routes and header button 2026-07-17 09:48:05 -05:00
drew ed72725581 Upgrade .NET version to 10.0, update header to reomve an error, switched to local dev setup 2026-06-09 20:31:08 -05:00
Nix 8502630550 Add docker build file for UI and associated Actions workflow 2025-05-04 14:13:02 -04:00
drew 1daa3d23c0 cleaned up ui and code 2025-01-23 11:12:43 -06:00
drew 146dca7679 added logo to header 2025-01-22 10:19:20 -06:00
drew 10dae797cf made things red 2025-01-17 09:41:40 -06:00
drew d41f812fd3 redid button 2025-01-16 21:17:49 -06:00
drew 967f34d0c9 header works pt3 2025-01-16 20:18:56 -06:00
drew e5cd155c29 header works 2025-01-16 19:54:18 -06:00
drew 5e43e2abbd wtf 2025-01-16 19:37:00 -06:00
drew ded5ec1137 things and stuff 2025-01-16 14:16:24 -06:00
drew e2deae0d9a Refactor inventory functionality and improve modularity.
Relocated inventory page to features directory and renamed it for clarity. Introduced a reusable `Button` component and replaced inline buttons across components. Added type definitions for inventory items and environment variable support for API URL configuration.
2025-01-15 20:36:03 -06:00