Commit Graph
100 Commits
Author SHA1 Message Date
beatz174-bit f46d245d8b Merge pull request #95 from beatz174-bit/codex/add-targeted-test-for-product-selection
Add e2e coverage for pick list search metadata
2025-11-24 08:19:08 +10:00
beatz174-bit f3929f1659 Merge pull request #94 from beatz174-bit/codex/add-tests-for-useserviceworker-hook
Add tests for service worker registration hook
2025-11-24 08:18:57 +10:00
beatz174-bit 3ddf0d08f5 Merge pull request #93 from beatz174-bit/codex/add-e2e-scenario-for-pick-complete-action
Add pick completion e2e scenario
2025-11-24 08:18:37 +10:00
beatz174-bit 4d645d8e87 Merge branch 'main' into codex/add-e2e-scenario-for-pick-complete-action 2025-11-24 08:18:29 +10:00
beatz174-bit 8cbc44a96f Merge pull request #92 from beatz174-bit/codex/add-playwright-test-for-toggling-item-types
Add e2e coverage for packaging toggle
2025-11-24 08:18:00 +10:00
beatz174-bit 97fddbb279 Merge branch 'main' into codex/add-playwright-test-for-toggling-item-types 2025-11-24 08:17:53 +10:00
beatz174-bit 9f5412e845 Merge pull request #91 from beatz174-bit/codex/extend-picklist-spec-for-unmarking-items
Add e2e coverage for toggling picked status
2025-11-24 08:16:57 +10:00
beatz174-bit 1f2f56893d Merge branch 'main' into codex/extend-picklist-spec-for-unmarking-items 2025-11-24 08:16:50 +10:00
beatz174-bit de08f620dd Merge pull request #90 from beatz174-bit/codex/create-playwright-test-for-pick-list
Add E2E coverage for adding products to existing pick lists
2025-11-24 08:15:31 +10:00
beatz174-bit e8338095c3 Merge pull request #89 from beatz174-bit/codex/add-e2e-test-for-product-removal
Add e2e coverage for deleting items from pick lists
2025-11-24 08:15:18 +10:00
beatz174-bit 457afa51f7 Add e2e coverage for pick list search metadata 2025-11-24 08:11:56 +10:00
beatz174-bit 209adcac71 Add tests for service worker registration hook 2025-11-24 08:11:38 +10:00
beatz174-bit 7155ccd6bc Add pick completion e2e scenario 2025-11-24 08:11:16 +10:00
beatz174-bit 962b80bed3 Add e2e coverage for packaging toggle 2025-11-24 08:10:54 +10:00
beatz174-bit 789212951e Add e2e test for toggling picked status 2025-11-24 08:10:35 +10:00
beatz174-bit 185be8f7bb Add e2e test for editing pick lists 2025-11-24 08:10:11 +10:00
beatz174-bit df818767d4 Add e2e test for deleting pick list items 2025-11-24 08:09:49 +10:00
beatz174-bit 345b9bceb1 Merge pull request #88 from beatz174-bit/codex/add-future-prop-to-react-router-components
Add React Router v7 future flags to routers
2025-11-24 07:54:11 +10:00
beatz174-bit 4148214e80 Add React Router v7 future flags to routers 2025-11-24 07:53:54 +10:00
beatz174-bit 1a0461e7b3 Merge pull request #87 from beatz174-bit/codex/fix-failing-test-in-productrow-component
Remove unit label from read-only ProductRow display
2025-11-24 07:53:11 +10:00
beatz174-bit 4c4583e00e Hide unit type in ProductRow read-only view 2025-11-24 07:52:50 +10:00
beatz174-bit 73c03b70cb Merge pull request #86 from beatz174-bit/codex/refactor-productrow-layout-g62j3n
Restore product action controls
2025-11-24 07:44:54 +10:00
beatz174-bit 6ff02a9418 Merge branch 'main' into codex/refactor-productrow-layout-g62j3n 2025-11-24 07:44:49 +10:00
beatz174-bit f753d68ab2 Restore product edit and delete controls 2025-11-24 07:44:19 +10:00
beatz174-bit aab2437863 Merge pull request #85 from beatz174-bit/codex/fix-strict-mode-violation-in-e2e-test
Clarify manage product category selectors
2025-11-24 07:43:06 +10:00
beatz174-bit d01ba0079e Clarify category selectors for manage products 2025-11-24 07:42:50 +10:00
beatz174-bit 4a9b89e136 Merge pull request #84 from beatz174-bit/codex/update-read-only-view-in-productrow-a6vr8p
Remove unit text from ProductRow read-only view
2025-11-24 07:38:38 +10:00
beatz174-bit f242900618 Merge branch 'main' into codex/update-read-only-view-in-productrow-a6vr8p 2025-11-24 07:38:31 +10:00
beatz174-bit d4f184f69c Add test for ProductRow read-only display 2025-11-24 07:37:31 +10:00
beatz174-bit 2faeb09526 Merge pull request #83 from beatz174-bit/codex/extend-product-validation-in-manageproductsscreen
Validate product name uniqueness
2025-11-24 07:35:57 +10:00
beatz174-bit b25c5aa23a Validate product name uniqueness 2025-11-24 07:33:36 +10:00
beatz174-bit 19af1a3cd5 Merge pull request #82 from beatz174-bit/codex/add-no-products-found-message
Add empty state message for filtered products
2025-11-24 07:32:33 +10:00
beatz174-bit 141c2af06f Show empty results message on product filters 2025-11-24 07:32:20 +10:00
beatz174-bit b0115943dc Merge pull request #81 from beatz174-bit/codex/refactor-productrow-layout
Make product row layout more compact
2025-11-24 07:30:39 +10:00
beatz174-bit 35c7d15467 Merge branch 'main' into codex/refactor-productrow-layout 2025-11-24 07:30:33 +10:00
beatz174-bit 05a4347271 Refine product row layout 2025-11-24 07:28:54 +10:00
beatz174-bit 8615d0070e Merge pull request #80 from beatz174-bit/codex/update-read-only-view-in-productrow
Remove unit text from ProductRow read-only view
2025-11-24 07:28:01 +10:00
beatz174-bit 4e785a1680 Merge pull request #79 from beatz174-bit/codex/add-category-select-dropdown-to-manageproductsscreen
Add category filter to manage products screen
2025-11-24 07:25:30 +10:00
beatz174-bit 41c519fed8 Remove unit text from ProductRow view 2025-11-24 07:25:20 +10:00
beatz174-bit 0b28409c74 Add category filter to manage products 2025-11-24 07:24:54 +10:00
beatz174-bit dd690c95b9 Merge pull request #78 from beatz174-bit/codex/add-memoized-sort-to-filtered-products
Sort filtered products by name in manage products screen
2025-11-24 07:23:34 +10:00
beatz174-bit 46793af5d3 Sort manage products list 2025-11-24 07:23:19 +10:00
beatz174-bit 8fc9d06278 Merge pull request #77 from beatz174-bit/codex/deduplicate-seed-data-and-add-tests
Deduplicate seed data and add tests
2025-11-24 07:21:08 +10:00
beatz174-bit 11db402bd3 Deduplicate seed data and add tests 2025-11-24 07:20:55 +10:00
beatz174-bit b01fc87403 Merge pull request #76 from beatz174-bit/codex/expand-unit-and-e2e-tests-4l5sv6
Fix pick list e2e flows
2025-11-23 17:12:07 +10:00
beatz174-bit eb038a693d Merge branch 'main' into codex/expand-unit-and-e2e-tests-4l5sv6 2025-11-23 17:11:45 +10:00
beatz174-bit 599f44dec8 Fix pick list e2e flows 2025-11-23 17:11:00 +10:00
beatz174-bit 06e9dc57a0 Merge pull request #75 from beatz174-bit/codex/fix-docker-container-build-failure
Fix ActivePickListScreen test mocks typing
2025-11-23 17:06:19 +10:00
beatz174-bit 09cd4a2548 Fix ActivePickListScreen test mocks typing 2025-11-23 17:06:01 +10:00
beatz174-bit 0fb3162193 Merge pull request #74 from beatz174-bit/codex/expand-unit-and-e2e-tests
Expand unit and e2e coverage
2025-11-23 16:58:50 +10:00
beatz174-bit e9fdce5772 Expand unit and e2e coverage 2025-11-23 16:58:36 +10:00
beatz174-bit da58c6ae03 Merge pull request #73 from beatz174-bit/codex/fix-e2e-test-for-active-pick-list
Fix active pick list product filtering
2025-11-23 16:51:02 +10:00
beatz174-bit d8342e6dff Fix pick list product filtering 2025-11-23 16:50:46 +10:00
beatz174-bit 02532ec571 Merge pull request #72 from beatz174-bit/codex/fix-e2e-test-visibility-issue
Fix pick list product search and category display
2025-11-23 16:41:07 +10:00
beatz174-bit f1d4f8e600 Merge branch 'main' into codex/fix-e2e-test-visibility-issue 2025-11-23 16:40:58 +10:00
beatz174-bit 07dda72f82 Fix pick list product search and category display 2025-11-23 16:40:19 +10:00
beatz174-bit 1181b217de Merge pull request #71 from beatz174-bit/codex/refine-product-search-filtering-logic
Filter pick list search to available products
2025-11-23 16:32:06 +10:00
beatz174-bit b872844e02 Filter pick list search to available products 2025-11-23 16:31:40 +10:00
beatz174-bit 90a7fb3f9d Merge branch 'main' into codex/update-pick-list-packaging-filter-logic-lvix0v 2025-11-23 16:27:29 +10:00
beatz174-bit 8bcd62ac2a Handle packaging filter when hiding picked items 2025-11-23 16:26:40 +10:00
beatz174-bit 681801f100 Merge pull request #69 from beatz174-bit/codex/filter-product-list-by-selected-categories
Filter pick list product options by categories
2025-11-23 16:17:29 +10:00
beatz174-bit 62147659bb Filter pick list product options by categories 2025-11-23 16:17:14 +10:00
beatz174-bit 5e71a69c7e Merge pull request #68 from beatz174-bit/codex/update-pick-list-packaging-filter-logic
Adjust packaging filter when single type present
2025-11-23 16:16:56 +10:00
beatz174-bit 0cf759d540 Adjust packaging filter when only one type 2025-11-23 16:16:40 +10:00
beatz174-bit a1f80e2554 Merge pull request #67 from beatz174-bit/codex/disable-radio-buttons-for-empty-packaging-types-bjsx56
Disable unavailable packaging filters
2025-11-23 16:10:26 +10:00
beatz174-bit d197f80e5b Merge branch 'main' into codex/disable-radio-buttons-for-empty-packaging-types-bjsx56 2025-11-23 16:10:20 +10:00
beatz174-bit af0931f86c Handle single packaging type filter 2025-11-23 16:08:17 +10:00
beatz174-bit 4e48c648cb Merge pull request #66 from beatz174-bit/codex/disable-radio-buttons-for-empty-packaging-types
Disable unavailable packaging filters
2025-11-23 16:02:00 +10:00
beatz174-bit 6e39d6436e Merge pull request #65 from beatz174-bit/codex/add-checkbox-for-new-products-on-pick-list
Add auto-add option for pick lists and sync new products
2025-11-23 16:01:48 +10:00
beatz174-bit 23f2904dd6 Disable unavailable packaging filters 2025-11-23 16:01:45 +10:00
beatz174-bit 3fa9e6df5f Add auto-add option for pick lists and sync new products 2025-11-23 16:01:10 +10:00
beatz174-bit c29c779fd8 Merge pull request #64 from beatz174-bit/codex/add-dropdown-and-checkboxes-for-categories-7h33gk
Deduplicate prefilled pick list products
2025-11-23 15:50:31 +10:00
beatz174-bit ccad85dbbb Merge branch 'main' into codex/add-dropdown-and-checkboxes-for-categories-7h33gk 2025-11-23 15:50:23 +10:00
beatz174-bit b9ca6f7e31 Deduplicate prefilled pick list products 2025-11-23 15:49:08 +10:00
beatz174-bit 6f8e4f4c30 Merge pull request #63 from beatz174-bit/codex/add-dropdown-and-checkboxes-for-categories
Add category selection and prefilling for new pick lists
2025-11-23 15:42:35 +10:00
beatz174-bit 65f765df3a Remove category dropdown from pick list creation 2025-11-23 15:42:14 +10:00
beatz174-bit 81569e1124 Add category selection when starting pick lists 2025-11-23 15:38:41 +10:00
beatz174-bit 1efa5a161d Merge pull request #62 from beatz174-bit/codex/fix-pick-list-sorting-by-product-name
Sort pick list items alphabetically
2025-11-23 15:26:33 +10:00
beatz174-bit ed96c7d40a Sort pick list items alphabetically 2025-11-23 15:26:15 +10:00
beatz174-bit 32e2adaf2f Merge pull request #61 from beatz174-bit/codex/add-memoized-sorteditems-and-productmap
Add memoized pick item sorting and product lookup
2025-11-23 15:21:23 +10:00
beatz174-bit 04317139dc Memoize pick list data 2025-11-23 15:21:06 +10:00
beatz174-bit 79ecd9b074 Merge pull request #60 from beatz174-bit/codex/sort-product-list-alphabetically-z5figo
Deduplicate pick list products by name
2025-11-23 15:15:41 +10:00
beatz174-bit d98508019c Merge branch 'main' into codex/sort-product-list-alphabetically-z5figo 2025-11-23 15:15:30 +10:00
beatz174-bit 798593e8af Merge pull request #59 from beatz174-bit/codex/fix-pick-list-sorting-issue
Fix pick list item sorting
2025-11-23 15:13:49 +10:00
beatz174-bit 777c53f6ae Deduplicate pick list products by name 2025-11-23 15:13:14 +10:00
beatz174-bit cf2bee1e7e Merge pull request #58 from beatz174-bit/codex/sort-product-list-alphabetically-ddqol8
Deduplicate pick list product search options
2025-11-23 15:07:38 +10:00
beatz174-bit 7da580ef52 Merge branch 'main' into codex/sort-product-list-alphabetically-ddqol8 2025-11-23 15:07:31 +10:00
beatz174-bit 666048a10b Fix pick list item sorting 2025-11-23 15:06:19 +10:00
beatz174-bit cc4f20e1ea Deduplicate pick list product options 2025-11-23 15:05:47 +10:00
beatz174-bit bd9117575d Merge pull request #57 from beatz174-bit/codex/sort-pick-lists-alphabetically
Sort pick lists alphabetically
2025-11-23 15:00:20 +10:00
beatz174-bit 32b2e3eada Sort pick lists alphabetically 2025-11-23 15:00:05 +10:00
beatz174-bit da87489d50 Merge pull request #56 from beatz174-bit/codex/sort-product-list-alphabetically
Sort pick list product search options alphabetically
2025-11-23 14:58:25 +10:00
beatz174-bit 8782d61718 Sort pick list product search options alphabetically 2025-11-23 14:58:07 +10:00
beatz174-bit 2f7d5024e8 Merge pull request #55 from beatz174-bit/codex/disable-show-picked-checkbox-when-all-checked
Disable show picked toggle when all items picked
2025-11-23 14:52:37 +10:00
beatz174-bit 5262c6cdac Disable show picked toggle when all items picked 2025-11-23 14:52:18 +10:00
beatz174-bit 6d024b2d25 Merge pull request #54 from beatz174-bit/codex/add-button-to-check-all-products
Ensure Pick Complete shows picked items
2025-11-23 14:49:13 +10:00
beatz174-bit 4c0570af56 Ensure Pick Complete reveals picked items 2025-11-23 14:48:54 +10:00
beatz174-bit 2250196cca Merge pull request #53 from beatz174-bit/codex/add-product-icon-to-pick-list
Add add-product shortcut to pick list search
2025-11-23 14:44:51 +10:00
beatz174-bit 17854652f6 Add quick add product icon to pick list search 2025-11-23 14:44:34 +10:00
beatz174-bit 7eb6c5d5d2 Merge pull request #52 from beatz174-bit/codex/move-show-picked-checkbox-position
Align show picked toggle with packaging filters
2025-11-23 14:35:24 +10:00