Devlog: May 3, 2025

SavePoint

Business Section, API + rough ideas to implement features Game and product scanning (via photo recognition)

Smart search (for games) + inventory system (to check inventory)

Game pricing

Game info

ebay codes - For Starfield (which used 1-5 instead of these #s), 1000 = new, 2750 = used

Notes:

https://www.ebay.com/sch/i.html?_nkw=super+mario+odyssey&_sacat=0&_from=R40&rt=nc&LH_Sold=1&LH_Complete=1

class: x-refine__multi-select (for condition selects)
-> we are looking for 'LH_ItemCondition={number}'

NEW: href="https://www.ebay.com/sch/i.html?_fsrp=1&_from=R40&_nkw=093155176119&_sacat=0&LH_Complete=1&LH_Sold=1&rt=nc&LH_ItemCondition=3"

USED: href="https://www.ebay.com/sch/i.html?_fsrp=1&_from=R40&_nkw=093155176119&_sacat=0&LH_Complete=1&LH_Sold=1&rt=nc&LH_ItemCondition=4"

each selection has this: x-refine__main__list--value
-> x-refine__multi-select: contains an <a> with the link
-> cbx x-refine__multi-select-cbx: contains the name of the condition

Need to check x-refine__item__title-container if this == Condition
MAIN: x-refine__main__list

CURRENT PLAN: