You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For items in the public wishlist, there needs to be a way to mark purchases.
Ideas
Click "Shop idea." A modal opens explaining this is just an idea the person had and shows various online shop search buttons with prefilled queries. Final action: set a quantity, click "Bought #"
Products
If there's an embedded buy link in the card, the card action should be "Bought this." The modal just has quantity set and "Bought #"
Vibes
Click "Shop vibe." A modal opens with the vibe description and a large format image/gallery. Shop search buttons again. No quantity needed, just "Bought" Not even sure a final action is relevant to this really.
The text was updated successfully, but these errors were encountered:
Main problem is syncing nom-live data to a live document without missing any or duplicates.
Two approaches....
Keep a running set of applied purchase IDs on the list and don't apply one twice. Downside: monotonically growing set.
Or, keep a "last applied date" and avoid applying purchases before that date. Downside: more complicated when a visibility cutoff date is in play.
Given the number of public purchases is not likely to exceed the hundreds, even unbounded set seems fine.
But we can also clean out the set whenever the req for purchases comes back empty.
Btw purchases should be confirmed. Confirmed purchases get a confirmed timestamp and don't come back in the request next time. You can still req them with a filter to view purchases history.
For items in the public wishlist, there needs to be a way to mark purchases.
Ideas
Click "Shop idea." A modal opens explaining this is just an idea the person had and shows various online shop search buttons with prefilled queries. Final action: set a quantity, click "Bought #"
Products
If there's an embedded buy link in the card, the card action should be "Bought this." The modal just has quantity set and "Bought #"
Vibes
Click "Shop vibe." A modal opens with the vibe description and a large format image/gallery. Shop search buttons again. No quantity needed, just "Bought" Not even sure a final action is relevant to this really.
The text was updated successfully, but these errors were encountered: