Commit Graph

101 Commits

Author SHA1 Message Date
2672d47203 docs: document testing and coverage requirements 2025-12-25 04:13:09 -07:00
3a184154db chore: Add coverage directory to .gitignore 2025-12-25 04:10:07 -07:00
943e535560 build: enforce 80% test coverage on changed files via husky 2025-12-25 04:08:43 -07:00
9bc55f3a06 feat: introduce Jest testing framework and decouple Product logic
- Added Jest infrastructure (deps, config, global mocks)
- Introduced ISpreadsheetService with GAS and Mock implementations
- Refactored Product.ts to use dependency injection
- Added unit tests for Product class
- Updated documentation (README, SETUP, ARCHITECTURE) to reflect testing and init scripts
2025-12-25 03:59:23 -07:00
3c6130778e feat: Start refactoring code base to be testable
Implement a spreadsheet service abstraction, GAS integration, and Jest testing setup.
2025-12-25 03:52:16 -07:00
85cdfe1443 feat: implement status automation and router pattern
- Implemented modular status automation system (statusHandlers.ts).
- Added handlers for 'Published' (Active/Qty 1), 'Sold' (Active/Qty 0), and 'Drafted'.
- Refactored onEdit triggers into a central Router pattern in OnEditHandler.ts.
- Updated Product.ts to support explicit quantity setting (fixed 0 value bug).
- Updated shopifyApi.ts to implement SetInventoryItemQuantity (using ignoreCompareQuantity).
- Consolidated triggers into single onEditHandler.
- Updated project documentation.
2025-12-24 23:55:28 -07:00
2d43c07546 feat: implement periodic shopify sales sync
- automated sales check (default 10 mins)

- manual reconciliation menu

- updates 'status' and 'shopify_status' in sheet

- updated docs
2025-12-24 22:08:12 -07:00
418123d742 feat: add troubleshooting side panel and advanced queue controls
- Implemented a global toggle to enable/disable background queue processing.
- Added a Side Panel (Sidebar.html) to view pending edits.
- Added per-item controls: 'Delete' to remove from queue, 'Push' to force update.
- Updated 'onEditQueue.ts' with robust error handling for batch processing.
- Updated documentation (README, ARCHITECTURE) to reflect new features.
- Fixed 'clasp' deployment issues by cleaning up manifest management.
2025-12-24 21:14:19 -07:00
ca0ba1dc94 docs: add project documentation, memory, and setup guides 2025-12-24 17:47:53 -07:00
237f57cf36 drastically reduce time to create photo folders 2025-10-19 23:11:22 -06:00
a893cd326f automatically create photo folder 2025-09-30 00:10:40 -06:00
92f636f247 combine metafields update 2025-09-29 23:37:28 -06:00
66c711916e combine metafields update 2025-09-29 22:51:21 -06:00
5b6db0eece add ebay category_id 2025-09-08 00:49:44 -06:00
a5f9b1542c add queued and batched edits of products 2025-09-07 23:28:13 -06:00
688536d0ac add Shopify category to product 2025-08-31 20:22:30 -06:00
6d75973835 simplify product category handling 2025-08-10 13:43:54 -06:00
62514fa20e simplify and update onEdit columns 2025-08-10 02:09:52 -06:00
17e0c1b707 actually working dimension fields! 2025-08-03 02:08:09 -06:00
f738390d76 adding some type changes 2025-08-01 01:01:53 -06:00
096eb80999 add product dimensions 2025-07-31 21:21:20 -06:00
5707fa59b8 fix missing global function 2024-11-29 17:22:29 -07:00
5adc6a5cf4 don't read the whole sheet to find headers 2024-11-26 20:00:04 -07:00
cace87989c allow multiple rows for template 2024-11-26 19:37:13 -07:00
6c7092bc5e misc fixes
*  updateShopifyProductHandler acts on all selected rows
*  updateProductToShopify checks SKU more quickly
*  defaults are always set products
2024-11-19 21:49:41 -07:00
ce0c233dd3 don't overwrite Product default values 2024-11-19 13:15:36 -07:00
69c8870ff0 add functions to public for menu access 2024-11-17 17:33:49 -07:00
f43c758fdb make newSku resiliant to column moves 2024-11-17 14:20:27 -07:00
fa700b622e unset shopify properties if search fails 2024-11-17 11:06:29 -07:00
dc97a0001a add compare_at_price support 2024-11-17 10:30:35 -07:00
a1f5e04797 add columns to watch 2024-11-17 09:33:02 -07:00
9d234c77d9 create column-based onedit handler 2024-11-17 09:28:53 -07:00
d6d6af3c44 don't try to update if there is no SKU 2024-11-17 08:18:54 -07:00
5d0ae653fa new product defaults are set correctly 2024-11-17 06:57:03 -07:00
475eee70ea publish to online store 2024-11-16 20:26:34 -07:00
531da95091 fixes to create new products 2024-11-16 05:24:19 -07:00
69ec8b8cdd include shopify_status 2024-11-16 05:13:47 -07:00
6dd205dcbb I can update a row! 2024-11-16 04:51:23 -07:00
ca48bb6572 a little bit farther 2024-11-14 08:36:08 -07:00
220ee45e22 partial implementation of product update 2024-11-14 02:03:42 -07:00
9b01d6de8a use installed triggers
cannot call external services from default triggers
2024-11-14 00:50:05 -07:00
a5c0a1176d omg this is working 2024-11-13 23:43:32 -07:00
fb86c9c96d able to pull Products using Shopify GraphQL API 2024-11-09 02:40:13 -07:00
6bbd8d4525 move clasp to project root 2024-11-07 21:53:09 -07:00
b3833f4b22 use npm to manage modules 2024-11-07 21:49:40 -07:00
7316ba08d7 enable changes based on template, refactor newSku 2024-11-04 21:48:31 -07:00
20a5e738f7 working version checkin
*  add config class
*  add vlookup
*  add menu
*  add photo folder creation
*  add prep for product templates
2024-11-04 20:44:19 -07:00
b6b75e426c use column names for newSku 2024-11-04 01:35:44 -07:00
0fd89bc9ea initial working version 2024-11-04 01:06:00 -07:00
b2af2fc98c initial checkout of appscript 2024-11-03 20:00:26 -07:00