Commit Graph

27 Commits

Author SHA1 Message Date
drew 1b478cd7ba seperated out start and end date and time into seprate date and time fields 2026-07-25 15:59:46 -05:00
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 33f59fd7f8 fixed customer id type 2026-07-23 14:20:14 -05:00
drew 8b0a90d2e5 changed order to job 2026-07-19 15:41:47 -05:00
drew dd8db9c2d3 added classes to context 2026-07-15 21:05:58 -05:00
drew dc8ce245bf changed start and end date to datetimeoffset 2026-07-15 20:55:56 -05:00
drew a6a536d44f changed proce to a decimal because curency 2026-07-15 20:55:30 -05:00
drew 92f25b6575 updated order ststus 2026-07-15 20:51:03 -05:00
drew bc72fb449b wrote some clases 2026-07-15 20:49:00 -05:00
drew 3c707744fc made phone optional in customers model 2026-07-15 20:26:25 -05:00
drew 188102fe4a removed required keywords. will address at a later time. 2026-07-15 19:41:26 -05:00
drew 791737a28d added customers model to context 2026-07-15 19:35:02 -05:00
drew a2bf58cf85 added required keywords to align with new standards 2026-07-15 19:33:26 -05:00
drew 993a9b3357 created customers model 2026-07-15 19:31:01 -05:00
drew f77f9fb9ea added unique check for barcode 2026-06-10 20:03:07 -05:00
drew afecdefb8d added weight field 2025-05-04 14:35:12 -05:00
drew faa8f13a42 backed end add 2025-02-03 10:06:11 -06:00
drew 25f767979e fixed status 2025-01-24 11:57:58 -06:00
drew a7458e1419 fixed things 2025-01-24 10:58:16 -06:00
drew b7aa576727 broke and fixed db at the same time 2025-01-24 09:06:32 -06:00
drew 9892684ebc things 2025-01-23 20:05:08 -06:00
drew 64ec597a1c more status 2025-01-23 18:52:25 -06:00
drew 58e19bd32a created item status db 2025-01-23 13:02:54 -06:00
drew 364c7d83e2 Switch to PostgreSQL and update database configuration 2025-01-21 19:41:18 -06:00
drew c6a54ee2e1 moved db to folder 2025-01-12 20:05:30 -06:00
drew f942c30b49 added a bunch of shit 2025-01-08 19:04:35 -06:00
drew 09e65ee0d1 Rename and refactor inventory model to bark database model
Renamed `inventoryModel.cs` to `barkDbModel.cs` and refactored the context class from `InventoryContext` to `BarkContext`. Consolidated inventory item properties into a new `InventoryItems` class for better organization and future scalability.
2025-01-08 17:09:20 -06:00