Commit Graph

  • a9dbbbf824 Add new vendors, brands, categories tables and calculate scripts Matt 2025-04-01 01:12:03 -04:00
  • 97296946f1 Clean up, fix file path issues with import scripts, adjust data management page for new metrics calcs Matt 2025-04-01 00:15:06 -04:00
  • 5035dda733 Add metrics historical backfill scripts, fix up all new metrics calc queries and add combined script to run Matt 2025-03-31 22:15:41 -04:00
  • 796a2e5d1f Add new metrics route Matt 2025-03-30 11:43:29 -04:00
  • 047122a620 Add new calculate scripts, add in historical data import Matt 2025-03-30 10:30:13 -04:00
  • 4c4359908c Create new metrics reset script Matt 2025-03-29 17:17:02 -04:00
  • 54cc4be1e3 Add new schemas and scripts for calculate Matt 2025-03-29 17:08:30 -04:00
  • f4854423ab Update import tables schema with minor changes, add new metrics schema Matt 2025-03-29 16:46:31 -04:00
  • 0796518e26 Add some additional existing data points to products table (partly broken) Matt 2025-03-29 10:44:13 -04:00
  • 7aa494aaad Clean up Matt 2025-03-28 19:35:23 -04:00
  • 1e0be3f86e Ensure data management page grabs progress of any running scripts on load, clean up unneeded console logs, restyle login page Matt 2025-03-28 19:26:52 -04:00
  • a068a253cd More data management page tweaks, ensure reusable images don't get deleted automatically Matt 2025-03-27 19:31:11 -04:00
  • 087ec710f6 Fix/enhance data management page Matt 2025-03-27 17:09:06 -04:00
  • 957c7b5eb1 Add new filter options and metrics to product filters and pages; enhance SQL schema for financial calculations Matt 2025-03-27 16:27:13 -04:00
  • 8b8845b423 Clean up build errors Matt 2025-03-26 21:53:33 -04:00
  • e5c4f617c5 Get frontend pages loading data again, remove unused components move-to-postgresql Matt 2025-03-26 21:47:24 -04:00
  • 8e19e6cd74 Finish fixing calculate scripts Matt 2025-03-26 14:22:08 -04:00
  • 749907bd30 Start migrating and fixing calculate scripts Matt 2025-03-26 01:19:44 -04:00
  • 108181c63d Fix more import script bugs/missing data Matt 2025-03-25 22:23:06 -04:00
  • 5dd779cb4a Fix purchase orders import Matt 2025-03-25 19:12:41 -04:00
  • 7b0e792d03 Merge branch 'master' into move-to-postgresql Matt 2025-03-25 12:15:07 -04:00
  • 517bbe72f4 Add in image library feature Matt 2025-03-25 12:14:36 -04:00
  • 87d4b9e804 Fixes/improvements for import scripts Matt 2025-03-24 22:27:44 -04:00
  • 75da2c6772 Get all import scripts running again Matt 2025-03-24 21:58:00 -04:00
  • 00a02aa788 Enhance ai validation changes dialog add-company-specific-ai-prompts Matt 2025-03-24 14:17:02 -04:00
  • 114018080a Enhance ai debug dialog Matt 2025-03-24 13:25:18 -04:00
  • 228ae8b2a9 Layout/style tweaks, remove text file prompts, integrate system prompt into database/settings Matt 2025-03-24 12:26:21 -04:00
  • dd4b3f7145 Add prompts table and settings page to create/read/update/delete from it, incorporate company specific prompts into ai validation Matt 2025-03-24 11:30:15 -04:00
  • 7eb4077224 Clean up build errors Matt 2025-03-23 22:15:11 -04:00
  • d60a8cbc6e Hide debug components without permission add-permissions Matt 2025-03-23 22:06:51 -04:00
  • 1fcbf54989 Layout/style tweaks, fix performance metrics settings page Matt 2025-03-23 22:01:41 -04:00
  • ce75496770 Clean up unused permissions, take user to first page/component they can access Matt 2025-03-23 17:18:31 -04:00
  • 7eae4a0b29 More permissions setup, simplify to one component Matt 2025-03-23 16:04:32 -04:00
  • f421154c1d Get user management page working, add permission checking in more places Matt 2025-03-22 22:27:50 -04:00
  • 03dc119a15 Initial permissions framework and setup Matt 2025-03-22 22:11:03 -04:00
  • 1963bee00c Merge branch 'add-product-upload-page' Matt 2025-03-22 21:11:10 -04:00
  • 387e7e5e73 Clean up add-product-upload-page Matt 2025-03-22 21:05:24 -04:00
  • a51a48ce89 Fix item number not getting updated when applying template Matt 2025-03-22 20:55:34 -04:00
  • aacb3a2fd0 Fix validating required cells when applying template Matt 2025-03-22 17:21:27 -04:00
  • 35d2f0df7c Refactor validation hooks into smaller files Matt 2025-03-21 00:33:06 -04:00
  • 7d46ebd6ba Add skeleton loading state to template field, remove duplicated or unused code in validate step hooks Matt 2025-03-19 14:30:39 -04:00
  • 1496aa57b1 Remove remaining chakra-ui dependencies, clean up files, clean up build errors, move react-spreadsheet-import directory into main component structure Matt 2025-03-19 12:56:56 -04:00
  • fc9ef2f0d7 Style tweaks, fix image uploads, refactor image upload step into smaller files Matt 2025-03-19 11:27:26 -04:00
  • af067f7360 Fix line and subline showing as inputs instead of selects Matt 2025-03-18 15:27:55 -04:00
  • 949b543d1f Fix issues with validation errors showing and problems with concurrent editing, improve scroll position saving Matt 2025-03-18 12:38:23 -04:00
  • 8fdb68fb19 Move UPC validation table adapter out of ValidationContainer Matt 2025-03-17 16:36:26 -04:00
  • 136f767309 Move product line fetching out of ValidationContainer, clean up some unused files Matt 2025-03-17 16:24:47 -04:00
  • aa9664c459 Move UPC validation out of ValidationContainer, add code lines tracking Matt 2025-03-17 16:03:21 -04:00
  • f60f0b1b5c Merge separate itemNumberCell in to ValidationCell Matt 2025-03-17 14:18:49 -04:00
  • 676cd44d9d Clean up linter errors and add sequential thinking Matt 2025-03-17 14:13:22 -04:00
  • 1d081bb218 Optimize error processing and re-rendering in ValidationCell component. Implemented a centralized processErrors function, improved memoization, and enhanced batch updates to reduce redundancy and improve performance. Matt 2025-03-16 15:25:23 -04:00
  • 52ae7e10aa Refactor validation error handling to use a single source of truth (validationErrors Map), speed up item number generation and loading lines/sublines Matt 2025-03-16 14:09:58 -04:00
  • 153bbecc44 Add standardized error handling with new enums and interfaces for validation errors Matt 2025-03-15 22:11:36 -04:00
  • cb46970808 Restore line and subline fields Matt 2025-03-15 18:50:33 -04:00
  • 97fa7f3495 Update doc Matt 2025-03-14 19:24:38 -04:00
  • a88dbb8486 Remove artificial delays from copydown function, fix issues with select components, ensure pointer cursor shows in copydown state, ensure table scroll position is reset on unmount Matt 2025-03-14 19:23:47 -04:00
  • d0a83c04ca Improve copy down functionality with loading state and ability to select end cell instead of defaulting to the bottom Matt 2025-03-14 16:59:07 -04:00
  • f95c1f2d43 Set UPC validation loading state to only show on item number field Matt 2025-03-14 01:32:27 -04:00
  • 0ef27a3229 Fix text overflowing template dropdown trigger, add new MultilineInput component with popover for editing, remove MultiInputCell component except for code to create new MultiSelectCell component Matt 2025-03-14 00:44:44 -04:00
  • 0f89373d11 Fix horizontal scrollbar, rearrange error and copy icons in cells Matt 2025-03-13 00:27:36 -04:00
  • f55d35e301 Fix row highlighting, header alignment, make header sticky Matt 2025-03-11 21:08:02 -04:00
  • 1aee18a025 More validation table optimizations + create doc to track remaining fixes Matt 2025-03-11 16:21:17 -04:00
  • 0068d77ad9 Optimize validation table Matt 2025-03-10 21:59:24 -04:00
  • b69182e2c7 Fix validation table scroll location saving issues Matt 2025-03-10 00:17:55 -04:00
  • 1c8709f520 Rearrange docs Matt 2025-03-09 22:07:14 -04:00
  • de1408bd58 Fix validation indicators on validation step table Matt 2025-03-09 17:44:03 -04:00
  • c295c330ff Add copy down functionality to validate table Matt 2025-03-09 16:30:11 -04:00
  • 7cc723ce83 Fix creating template from validate table row Matt 2025-03-09 16:11:49 -04:00
  • c3c48669ad Fix data coming in correctly when copying template from an existing product, automatically strip out deals and black friday categories Matt 2025-03-09 15:38:13 -04:00
  • 78a0018940 Fix total sold count in search-products endpoint Matt 2025-03-09 14:12:32 -04:00
  • 851cc3c4cc Fix product search dialog for adding templates, pull out component to use independently, add to template management settings page Matt 2025-03-09 13:42:33 -04:00
  • 74454cdc7f Show templates from all brands when selected brand has no templates Matt 2025-03-08 14:34:49 -05:00
  • 31c838197a Optimize validation table Matt 2025-03-08 14:30:11 -05:00
  • 45fa583ce8 Fix validation again I hope? Matt 2025-03-08 12:23:43 -05:00
  • c96f514bcd Fix dropdown scrolling and keep multi-selects open Matt 2025-03-08 11:12:42 -05:00
  • 6a5e6d2bfb Style tweaks, fix section hiding in map columns step Matt 2025-03-07 22:23:42 -05:00
  • 875d0b8f55 Fix applying templates to or discarding multiple rows Matt 2025-03-07 16:16:57 -05:00
  • b15387041b Fix validation timing issues with templates Matt 2025-03-07 15:30:09 -05:00
  • 60cdb1cee3 Fix navigating between steps on start from scratch flow Matt 2025-03-06 18:55:02 -05:00
  • 52fd47a921 Fix templates loading on page load Matt 2025-03-06 13:38:11 -05:00
  • b723ec3c0f Clean up old validationstep, clean up various type errors Matt 2025-03-06 12:04:35 -05:00
  • 68ca7e93a1 Fix dropdown values saving, add back checkbox column, mostly fix validation, fix some field types Matt 2025-03-06 01:45:05 -05:00
  • bc5607f48c Fix upc validation api call Matt 2025-03-05 22:08:50 -05:00
  • 36a5186c17 Validate step - fix memoization and reduce unnecessary re-renders Matt 2025-03-05 17:02:55 -05:00
  • 05bac73c45 More validate step changes/fixes Matt 2025-03-04 23:51:40 -05:00
  • 7a43428e76 More validate step changes to get closer to original, made the default step now Matt 2025-03-03 21:46:22 -05:00
  • e21da8330e Rebuild validationstep to make it actually manageable Matt 2025-03-03 14:25:26 -05:00
  • 56c3f0534d Fix company field changes erasing data (hopefully) Matt 2025-03-02 16:09:55 -05:00
  • 98e3b89d46 Add UPC validation and automatic item number generation/validation Matt 2025-03-01 19:37:51 -05:00
  • 8271c9f95a Improve template search in validate step Matt 2025-03-01 14:48:10 -05:00
  • f7bdefb0a3 Add product search and template creation functionality to validation step Matt 2025-03-01 12:24:04 -05:00
  • e0a7787139 Make upload by URL input always visible, fix deleting URL images Matt 2025-02-27 13:22:04 -05:00
  • c1159f518c Add copy buttons to IDs on image upload and fix upload by URL Matt 2025-02-27 10:48:33 -05:00
  • a19a8ba412 Move image from URL option from validate step to add images step Matt 2025-02-27 01:16:01 -05:00
  • bb455b3c37 Match columns tweaks Matt 2025-02-27 00:50:31 -05:00
  • ca35a67e9f Optimize match columns step Matt 2025-02-27 00:25:47 -05:00
  • 88f1853b09 Style tweaks Matt 2025-02-26 22:14:11 -05:00
  • 3ca72674af Fix header/footer placement on image upload step Matt 2025-02-26 21:39:09 -05:00
  • c185d4e3ca More drag and drop tweaks Matt 2025-02-26 20:53:28 -05:00
  • 2d62cac5f7 Drag between products fix Matt 2025-02-26 19:04:35 -05:00