drew
fb25b8aba6
fixed a lot of stuff
2026-07-25 16:19:23 -05:00
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
85678f5742
changed order to job - updated model,
2026-07-23 14:20:14 -05:00
drew
33f59fd7f8
fixed customer id type
2026-07-23 14:20:14 -05:00
drew
0d2e049e69
added job itms endpoints
2026-07-19 20:50:02 -05:00
drew
656ccd7d52
added endpoints and fixed some typos
2026-07-19 20:41:02 -05:00
drew
7dcc366393
added job endpoints
2026-07-19 16:10:09 -05:00
drew
8b0a90d2e5
changed order to job
2026-07-19 15:41:47 -05:00
drew
be5260547b
moved inputs to ctor for better encapsulation
2026-07-18 18:57:59 -05:00
drew
3b07318e34
fixed typos
2026-07-17 12:06:03 -05:00
drew
161a73cbb7
created customer endpoints
2026-07-17 11:56:33 -05:00
drew
cf38713f92
migration!
2026-07-15 21:06:50 -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
92788701d4
db migration
2026-07-15 19:41:54 -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
d317758569
fixed ci cd errors, maybe
2026-06-10 18:51:53 -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
Drew Rautenberg
fdca0d68b1
Update coors
2025-05-04 15:38:44 -05:00
drew
afecdefb8d
added weight field
2025-05-04 14:35:12 -05:00
drew
eb17e4e68c
changed get to return sorted by barcode
2025-02-03 10:33:55 -06:00
drew
9f0d28d919
fixed incorrect update status map
2025-02-03 10:32:43 -06:00
drew
faa8f13a42
backed end add
2025-02-03 10:06:11 -06:00
drew
a4a038f8bc
fixed stupid, also page redirect
2025-01-29 20:33:37 -06:00
drew
73d58aea4f
changed return
2025-01-29 20:03:49 -06:00
drew
4c844a8051
back end changes
2025-01-29 19:56:56 -06:00
drew
25f767979e
fixed status
2025-01-24 11:57:58 -06:00
drew
3c2bda989a
deleted empty migration
2025-01-24 11:13:08 -06:00
drew
a7458e1419
fixed things
2025-01-24 10:58:16 -06:00
drew
f1bad20522
forgot migrations
2025-01-24 09:07:28 -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
439fd9d51c
grouped api endpoints in swagger
2025-01-23 19:17:04 -06:00
drew
64ec597a1c
more status
2025-01-23 18:52:25 -06:00
drew
b13acf36ed
added rest of inventory status endpoints
2025-01-23 13:24:16 -06:00
drew
58e19bd32a
created item status db
2025-01-23 13:02:54 -06:00
drew
b41e078595
Migrations!
2025-01-21 19:46:54 -06:00
drew
364c7d83e2
Switch to PostgreSQL and update database configuration
2025-01-21 19:41:18 -06:00
drew
93e62ad6e4
added anyheader to coors
2025-01-20 21:30:34 -06:00
drew
18ac612b55
Expand CORS policy to allow all HTTP methods.
...
Updated the CORS configuration to permit any HTTP method for specified origins. This change enhances flexibility for client-server interactions while maintaining the defined security boundaries.
2025-01-20 21:19:21 -06:00
Drew Rautenberg
88d583ee4f
Update barkmanAPI/Program.cs
...
Co-authored-by: Nix <3743825+NixFey@users.noreply.github.com >
2025-01-15 20:48:57 -06:00