-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As a user, I want to see what new cards appeared on the marketplace, so that I don't have to go over cards that I have likely already seen.
Do either or both of these:
- Create a page that lists the cards added during the last market index
- Add an option to
/searchwhere only the cards added during the last market index are shown
The database structure has a concept of generation that increments on every market batch indexing. We can rely on this to only show cards with a lastSeen generation greater than or equal to the last completed generation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request