added notes from first review session

This commit is contained in:
2026-03-21 20:53:22 -04:00
parent e8e11e15b3
commit db761adafc

View File

@@ -503,8 +503,17 @@ Decide whether two normalized retailer items are "the same product"; match items
* notes
** to fix
- options not reading/sticking?
- ice cream - add flavor, call it frozen (not dairy)
- seltzer/soda from "seltzer,soda,bev" to "cherry san pellegrino, seltzer, bev"?
- [1] chicken bouillon, soup, (0 items, 0 rows) -> chicken bouillon, broth?, ,
- peanut butter,, -> creamy peanut butter, peanut butter, condiment
- add gummy bear to candy
- add "fresh" to fresh strawberry
- fix "onion,veg,produce"
manage product_type and category directly?
future: fix match
*** Done
fuji apple, apple, produce (not apple, fruit, produce)
spinach, , produce -> frozen vs fresh?
@@ -513,6 +522,9 @@ rotisserie chicken, chicken, poultry -> rotisserie chicken, chicken, meat
beef patty, hamburger, meat -> hamburger patty, beef, meat
oats > cereal
cheerios > cereal
- 3 kinds of greek yogurt!!
** takeaways
- variants not caught, how to fix?
@@ -520,11 +532,10 @@ catalog_name = what you actually bought
product_type = reasonable substitute
category = store aisle
1. Using different categories maintains a direct comparison (product_type==spinach) and a distinction.
Using different categories maintains a direct comparison (product_type==spinach) and a distinction.
fresh spinach, spinach, produce
frozen spinach, spinach, frozen
include in catalog_name:
- form: frozen, fresh, ground, shredded
- fat level: whole, skim, 2%
@@ -562,4 +573,18 @@ instead of
+ [f]ind [n]ew [s]kip e[x]clude [q]uit >
#+end_src
2. during a long review session, two pepper or onion types back-to-back cant see the one i just added
- suggest just-added catalog items
- script likely needs to re-read the csv, not just add
//3. suggest based on both catalog & product_name (this is already happening//
3. Search results do not properly list running totals:
5 search results found:
[1] red onion, onion, produce (0 items, 0 rows)
[2] mild roasted red bell pepper, bell pepper, produce (0 items, 0 rows)
[3] onion, vegetable, produce (0 items, 0 rows)
[4] sour cream and onion potato chip, chips, snack (0 items, 0 rows)
[5] yellow onion, onion, produce (0 items, 0 rows)
selection:
*