Commit Graph
100 Commits
Author SHA1 Message Date
beatz174-bit 0f782d8fb3 Allow configuring Playwright Chrome path 2025-11-23 14:11:52 +10:00
beatz174-bit e2499c0e19 Merge pull request #47 from beatz174-bit/codex/update-pick-list-toggle-icons
Adjust carton toggle icon to indicate next packaging state
2025-11-23 13:45:16 +10:00
beatz174-bit 375a6449ee Update carton toggle icon to reflect action 2025-11-23 13:45:03 +10:00
beatz174-bit 055864c428 Merge pull request #46 from beatz174-bit/codex/fix-test-timeout-in-e2e-picklist-test
Add gitignore rules for Playwright test artifacts
2025-11-23 13:44:11 +10:00
beatz174-bit a7f4af0431 Merge branch 'main' into codex/fix-test-timeout-in-e2e-picklist-test 2025-11-23 13:44:04 +10:00
beatz174-bit f74bc2d702 Add Playwright test artifacts to gitignore 2025-11-23 13:43:23 +10:00
beatz174-bit 76fcf50869 Merge pull request #45 from beatz174-bit/codex/remove-quantity-field-and-carton-checkbox
Remove redundant quantity controls from active pick list
2025-11-23 13:37:51 +10:00
beatz174-bit 251c76fbdf Remove redundant pick list quantity controls 2025-11-23 13:37:32 +10:00
beatz174-bit fb3d2b8cb6 Merge pull request #44 from beatz174-bit/codex/change-toggle-icon-to-box
Update carton toggle icon
2025-11-23 13:29:45 +10:00
beatz174-bit ade987b712 Update carton toggle icon 2025-11-23 13:29:15 +10:00
beatz174-bit d209c363ff Merge pull request #43 from beatz174-bit/codex/add-delete-confirmation-for-product
Add confirmation prompt before deleting pick list items
2025-11-23 13:27:07 +10:00
beatz174-bit c820427144 Add confirmation dialog before deleting pick list items 2025-11-23 13:26:51 +10:00
beatz174-bit c014f43a40 Merge pull request #42 from beatz174-bit/codex/add-playwright-tests-to-launch.json
Add Playwright launch configuration
2025-11-23 13:24:42 +10:00
beatz174-bit 7e7b4a2488 Add Playwright launch configuration 2025-11-23 13:24:28 +10:00
beatz174-bit a1aa42386c Merge pull request #41 from beatz174-bit/codex/fix-blank-page-after-adding-product-and-add-tests
Fix pick list crash and add Playwright e2e coverage
2025-11-23 13:20:35 +10:00
beatz174-bit 1a67151e60 Fix pick list item actions and add Playwright tests 2025-11-23 13:20:18 +10:00
beatz174-bit edd9712ea1 Merge pull request #40 from beatz174-bit/codex/embed-product-search-ui-in-activepicklistscreen
Embed product search into active pick list
2025-11-23 13:06:30 +10:00
beatz174-bit 0d11cace24 Embed inline product add flow 2025-11-23 13:06:13 +10:00
beatz174-bit 8eada29b50 Merge pull request #39 from beatz174-bit/codex/add-confirmation-prompt-for-pick-list-deletion
Add confirmation dialog for pick item deletion
2025-11-23 13:04:33 +10:00
beatz174-bit 398760fceb Merge branch 'main' into codex/add-confirmation-prompt-for-pick-list-deletion 2025-11-23 13:04:25 +10:00
beatz174-bit 61d9dfb614 Merge pull request #38 from beatz174-bit/codex/update-pickitemrow-to-use-icon-buttons
Switch pick item controls to icons and add decrement support
2025-11-23 13:02:10 +10:00
beatz174-bit a4f03c799f Add confirmation dialog for deleting pick items 2025-11-23 13:02:02 +10:00
beatz174-bit 6c22fd0a20 Use icon buttons for pick item actions 2025-11-23 13:01:41 +10:00
beatz174-bit 3b4a6ef9f9 Merge pull request #37 from beatz174-bit/codex/fix-product-name-display-on-add-item-page
Show selected product name on add item page
2025-11-23 12:49:54 +10:00
beatz174-bit e80f064745 Show selected product summary on add item page 2025-11-23 12:49:37 +10:00
beatz174-bit 029c51f0d3 Merge pull request #36 from beatz174-bit/codex/fix-referenceerror-in-additemscreen-test
Fix AddItemScreen quantity state
2025-11-23 12:45:23 +10:00
beatz174-bit fd8da0c7a3 Fix AddItemScreen quantity state 2025-11-23 12:45:09 +10:00
beatz174-bit ad091a39cb Merge pull request #34 from beatz174-bit/codex/refactor-pickitem-model-and-related-components
Simplify pick item quantity handling
2025-11-23 12:37:11 +10:00
beatz174-bit 069d0ca93f Merge branch 'main' into codex/refactor-pickitem-model-and-related-components 2025-11-23 12:37:04 +10:00
beatz174-bit f2bb55f95a Simplify pick item quantity handling 2025-11-23 12:33:13 +10:00
beatz174-bit 864c819fc4 Merge pull request #33 from beatz174-bit/codex/refactor-additemscreen-for-quantity-input-zovgfo
Simplify add item quantity controls
2025-11-23 12:28:47 +10:00
beatz174-bit aab3430787 Simplify add item quantity controls 2025-11-23 12:28:33 +10:00
beatz174-bit d41edb671c Merge pull request #31 from beatz174-bit/codex/refactor-additemscreen-for-quantity-input
Add quantity and carton controls to pick items
2025-11-23 12:09:38 +10:00
beatz174-bit 6337f69b63 Merge branch 'main' into codex/refactor-additemscreen-for-quantity-input 2025-11-23 12:09:30 +10:00
beatz174-bit 60205e6628 Merge pull request #32 from beatz174-bit/codex/add-quantity-and-is_carton-fields-to-pickitem
Add carton-aware pick item quantities and migration
2025-11-23 12:07:10 +10:00
beatz174-bit 7e9278ce5f Merge branch 'main' into codex/add-quantity-and-is_carton-fields-to-pickitem 2025-11-23 12:07:03 +10:00
beatz174-bit dffb64803e Merge pull request #30 from beatz174-bit/codex/replace-swipe-handlers-with-checkbox-interaction
Add checkbox toggle for pick list items
2025-11-23 12:04:50 +10:00
beatz174-bit dc2aeaa3dd Add delete control for pick list items 2025-11-23 12:03:54 +10:00
beatz174-bit 0dce13233f Add carton-aware pick item quantities and migration 2025-11-23 12:03:22 +10:00
beatz174-bit 5d17bb2609 Add carton flag to pick item quantity handling 2025-11-23 11:59:53 +10:00
beatz174-bit 6452b41e0c Update interaction guidance for checkbox model 2025-11-23 11:59:18 +10:00
beatz174-bit 98d8d4d65c Merge pull request #29 from beatz174-bit/codex/add-sha-256-fingerprint-and-assetlinks.json
Add signing fingerprint and asset links for TWA
2025-11-23 11:38:22 +10:00
beatz174-bit 9dd5cca7df Add TWA signing fingerprint and asset links 2025-11-23 11:38:10 +10:00
beatz174-bit dbb82dab9f Merge pull request #28 from beatz174-bit/codex/add-.dockerignore-to-exclude-non-source-files
Add dockerignore for build context
2025-11-23 10:44:06 +10:00
beatz174-bit 9661429554 Merge pull request #27 from beatz174-bit/codex/update-dockerfile-for-optimized-build-stage
Optimize Docker build cache for dependencies
2025-11-23 10:43:54 +10:00
beatz174-bit bd913d7479 Add dockerignore for build context 2025-11-23 10:43:28 +10:00
beatz174-bit fe7e01d5fa Optimize Docker build cache for dependencies 2025-11-23 10:42:59 +10:00
beatz174-bit a7cd402c34 Merge pull request #26 from beatz174-bit/codex/fix-docker-build-caching-issues
Ensure build stage has dependencies available
2025-11-23 10:23:17 +10:00
beatz174-bit bd1d8f7ea8 Ensure Docker build uses cached dependencies 2025-11-23 10:23:02 +10:00
beatz174-bit d7010d02cb Merge pull request #25 from beatz174-bit/codex/optimize-dockerfile-for-caching-dependencies
Optimize Docker build caching
2025-11-23 10:19:24 +10:00
beatz174-bit da0e45c5ee Optimize Docker build caching 2025-11-23 10:19:07 +10:00
beatz174-bit 8ac83e74ba Merge pull request #23 from beatz174-bit/codex/fix-search-feature-on-pick-lists
Improve pick list product search UX
2025-11-23 10:04:37 +10:00
beatz174-bit 86c65dd112 Handle autocomplete input changes to keep selection 2025-11-23 10:03:49 +10:00
beatz174-bit 7e8a02b7d2 Merge pull request #24 from beatz174-bit/codex/update-seed-data-for-products-and-categories
Update seed categories and products
2025-11-23 10:03:04 +10:00
beatz174-bit 84c163b210 Update seed categories and products 2025-11-23 10:02:42 +10:00
beatz174-bit 0d6f6d2e96 Improve pick list product search 2025-11-23 09:54:54 +10:00
beatz174-bit 61a692dc77 Merge pull request #22 from beatz174-bit/codex/provide-csv-template-for-product-seed-data
Add CSV template for product seed data
2025-11-23 09:38:01 +10:00
beatz174-bit d692c4ce74 Add product seed CSV template 2025-11-23 09:37:33 +10:00
beatz174-bit 22a64c7ccd Delete .gradle directory 2025-11-23 09:12:00 +10:00
beatz174-bit e0397fa27f Merge pull request #21 from beatz174-bit/codex/fix-vitest-failing-test-for-deletion
Improve ManageProductsScreen deletion safeguard test
2025-11-22 06:43:21 +10:00
beatz174-bit 8e4b4c2ddd Improve ManageProductsScreen deletion safeguard test 2025-11-22 06:43:10 +10:00
beatz174-bit b82e1d4897 Merge pull request #20 from beatz174-bit/codex/fix-search-products-bar-in-pick-list
Fix pick list product search filtering
2025-11-21 19:21:37 +10:00
beatz174-bit b477b5fe0c Improve product search when adding pick items 2025-11-21 19:21:23 +10:00
beatz174-bit f01db8d76e Merge pull request #19 from beatz174-bit/codex/fix-duplicate-barcode-addition-in-product-table
Enforce unique barcodes in product management
2025-11-21 19:21:07 +10:00
beatz174-bit 1eb5847bd9 Merge branch 'main' into codex/fix-duplicate-barcode-addition-in-product-table 2025-11-21 19:20:59 +10:00
beatz174-bit 7ee999e67f Enforce unique product barcodes 2025-11-21 19:20:23 +10:00
beatz174-bit cc750e85a3 Merge pull request #18 from beatz174-bit/codex/fix-search-field-in-pick-list
Prevent duplicate products in pick list add flow
2025-11-21 19:13:33 +10:00
beatz174-bit d50c2a3dc8 Prevent adding duplicate products to pick lists 2025-11-21 19:13:16 +10:00
beatz174-bit c269f1ab9e Merge pull request #17 from beatz174-bit/codex/prevent-deletion-of-in-use-products-categories-areas
Prevent deletion of in-use records
2025-11-21 19:13:03 +10:00
beatz174-bit 3a84537d42 Prevent deletion of in-use records 2025-11-21 19:12:49 +10:00
beatz174-bit b8b85dbbec Merge pull request #16 from beatz174-bit/codex/add-clear-action-for-product-name
Add clear control to product name field
2025-11-21 18:50:33 +10:00
beatz174-bit 6bca88fe2b Add clear control to product name field 2025-11-21 18:50:20 +10:00
beatz174-bit 85259981c4 Merge pull request #15 from beatz174-bit/codex/find-pick-list-design-purpose
Redesign pick list workflow for reuse
2025-11-21 18:49:51 +10:00
beatz174-bit 858c1559d7 Redesign pick lists for reuse 2025-11-21 18:49:35 +10:00
beatz174-bit 48df3ea41e Merge pull request #14 from beatz174-bit/codex/implement-open-food-facts-barcode-lookup
Add Open Food Facts barcode lookup workflow
2025-11-21 18:44:55 +10:00
beatz174-bit cf9a4f010d Add Open Food Facts barcode lookup workflow 2025-11-21 18:44:38 +10:00
beatz174-bit 7f24948317 Merge pull request #13 from beatz174-bit/codex/move-camera-frame-to-popup-on-scan
Move barcode scanning to modal and allow adding missing products
2025-11-21 18:30:32 +10:00
beatz174-bit d5c5e9b9d0 Add modal barcode scanning flow and product link 2025-11-21 18:29:20 +10:00
beatz174-bit 0f3acd590b Merge pull request #12 from beatz174-bit/codex/update-barcode-scanner-page-features
Enhance barcode scanner lookup
2025-11-21 18:20:42 +10:00
beatz174-bit d099951883 Enhance barcode scanner lookup 2025-11-21 18:20:26 +10:00
beatz174-bit 127f05ec37 Merge pull request #11 from beatz174-bit/codex/remove-units-per-bulk-from-products
Add barcode scanning to manage products
2025-11-21 18:17:44 +10:00
beatz174-bit b81ac51242 Add barcode scanning to manage products 2025-11-21 18:17:01 +10:00
beatz174-bit e361af2a1c Merge pull request #10 from beatz174-bit/codex/find-purpose-of-unit-type-and-bulk-name
Use fixed unit and bulk labels in product UI
2025-11-21 18:09:27 +10:00
beatz174-bit fcf5b74be2 Use fixed unit and bulk labels in product UI 2025-11-21 18:09:12 +10:00
beatz174-bit c6b4f5ff03 Merge pull request #9 from beatz174-bit/codex/fix-dockerfile-build-errors
Include index.html in Docker build
2025-11-21 16:52:01 +10:00
beatz174-bit 0243e79a9f Include index.html in Docker build 2025-11-21 16:51:52 +10:00
beatz174-bit c5f94fe902 Merge pull request #8 from beatz174-bit/codex/add-page-for-editing-product-categories
Add category management screen
2025-11-21 16:32:10 +10:00
beatz174-bit 6d363d1c43 Add category management screen 2025-11-21 16:31:57 +10:00
beatz174-bit 9116741741 Merge pull request #7 from beatz174-bit/codex/add-navigation-to-all-pages
Add navigation bar to all pages
2025-11-21 16:23:16 +10:00
beatz174-bit e4dfdbf0c8 Add navigation bar across screens 2025-11-21 16:23:02 +10:00
beatz174-bit c278a86831 Merge pull request #6 from beatz174-bit/codex/add-controls-to-edit-or-delete-items
Add edit and delete controls for areas and products
2025-11-21 16:22:36 +10:00
beatz174-bit 8eaac86e02 Add edit and delete controls for areas and products 2025-11-21 16:22:22 +10:00
beatz174-bit c10463f53b Merge pull request #5 from beatz174-bit/codex/remove-chrome-from-launch-items
Update VS Code launch configs for server tasks
2025-11-21 16:15:52 +10:00
beatz174-bit 9381d41826 Update VS Code launch configs for server tasks 2025-11-21 16:15:36 +10:00
beatz174-bit 81afccaaaf Merge pull request #4 from beatz174-bit/codex/update-stockfill-folder-structure
Restructure project to root layout
2025-11-21 16:10:58 +10:00
beatz174-bit 3ffe9bbf99 Restructure project to root layout 2025-11-21 16:10:41 +10:00
beatz174-bit e0e26a34ab Merge pull request #3 from beatz174-bit/codex/review-and-correct-folder-structure
Move VSCode configuration to workspace root
2025-11-21 15:49:54 +10:00
beatz174-bit f8527573fb Move VSCode configuration to workspace root 2025-11-21 15:49:45 +10:00
beatz174-bit 16c0ee8ac8 Merge pull request #2 from beatz174-bit/codex/add-vscode-configuration-for-servers
Add VSCode launch configs for dev and preview servers
2025-11-21 15:42:26 +10:00
beatz174-bit 89fd32c027 Add VSCode launch configs for dev and preview servers 2025-11-21 15:42:10 +10:00