Commit Graph

111 Commits

Author SHA1 Message Date
drew 11879ab346 refactored unneeded code 2025-02-05 13:06:36 -06:00
drew 322c20f70f barcode works and populates next available 2025-02-05 13:01:47 -06:00
drew f5646fa6cf sort works, barcode is weird 2025-02-05 11:42:06 -06:00
drew 15e5957ecf it works! 2025-02-05 11:16:03 -06:00
drew 246b7072b6 maybe almost there 2025-02-05 10:57:08 -06:00
drew 54adaa99ce added query to return last used barcode and autopoulate field 2025-02-03 11:23:16 -06:00
drew 571914ac0f "Update inventory routes to include 'inventory' prefix.
Adjusted routes and links throughout the inventory feature to include the 'inventory' prefix for improved path clarity and consistency. This change ensures better organization and aligns with routing standards across the application."
2025-02-03 10:39:14 -06: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 730cbc6733 added notifications and redirect to edit item page 2025-02-03 10:29:50 -06:00
drew ee4baa3d50 ui updates 2025-02-03 10:18:43 -06:00
drew faa8f13a42 backed end add 2025-02-03 10:06:11 -06:00
Drew Rautenberg 0203e7bd3b Merge pull request #25 from Pup-Ion-Dev/add-item-page
closes #13
2025-01-29 21:29:56 -06:00
drew c11cf8cfe7 added notifications 2025-01-29 21:23:57 -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 aa4ff86d3e new item works 2025-01-29 14:38:27 -06:00
drew 451f108a3f wut 2025-01-29 13:31:54 -06:00
Drew Rautenberg e4ebb661c1 Merge pull request #24 from Pup-Ion-Dev/item-status
Item status
2025-01-24 12:35:13 -06:00
drew 25f767979e fixed status 2025-01-24 11:57:58 -06:00
drew d593d0753e Refactor inventory status to use object instead of string. 2025-01-24 11:26:47 -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 Rautenberg 47d2918a0b Merge pull request #22 from Pup-Ion-Dev/ui-improvments
UI improvments
2025-01-23 12:04:50 -06:00
drew 57d6b8ae8e Fix missing dependency comment in EditItem useEffect
Added a comment to acknowledge the intentional omission of dependencies in the useEffect hook. This ensures clarity for future contributors and aligns with ESLint rules.
2025-01-23 11:13:16 -06:00
drew 1daa3d23c0 cleaned up ui and code 2025-01-23 11:12:43 -06:00
drew 22101fa212 Add layout enhancements to ItemDetail and EditItem components 2025-01-22 11:26:18 -06:00
drew 146dca7679 added logo to header 2025-01-22 10:19:20 -06:00
drew 16f597e7da changed text color 2025-01-22 10:19:06 -06:00
Drew Rautenberg 6202e3d0d7 Merge pull request #20 from Pup-Ion-Dev/postyDB
Posty db
2025-01-21 19:51:00 -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 4f76a08ca3 changed page title 2025-01-21 11:01:43 -06:00
Drew Rautenberg 757fd4f662 Merge pull request #18 from Pup-Ion-Dev/edit-page-form
Edit page form
2025-01-20 21:38:21 -06:00
drew 3619782463 forms pt3 2025-01-20 21:36:54 -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 581fd5dd7b form stuff pt2 2025-01-20 21:13:17 -06:00
drew 90bba7f40f form stuff 2025-01-20 15:42:49 -06:00
drew 2f7369c7f5 Move BarkHeader component to App layout
Consolidated BarkHeader usage by removing it from individual pages and including it in the main App layout. This improves consistency and reduces redundancy across components.
2025-01-19 20:10:22 -06:00
drew 354823e00e Add EditItem component and route for editing inventory items 2025-01-18 19:47:42 -06:00
Drew Rautenberg 28ffeb7052 Merge pull request #17 from Pup-Ion-Dev/add-item-detail-page
Add item detail page
2025-01-18 13:24:29 -06:00