Missing/Owned changed to Wanted/For Trade?

on the collection page, the Missing/Owned option has changed to Wanted/For Trade, and editing a card amount seems to break the page now. also, since i only mark cards once if i have them or not, the For Trade page is empty for me. can we have the option to go back to Missing/Owned please?

2 Likes

Yeah came back to use this after not updating my list for a while and I cant find an option to filter to my missing cards.

Trying to set the maximum number of cards to 0 also deosnt work as it just treats this as the default option and ignores it

If you set your “to collect” trading setting to 1, then “wanted” cards should show you the cards you have no copies of, i.e. missing.

If your goal is to track the Card Dex, then this indeed is a regression. But keep in mind that they announced that in a few months all cards you have at least one copy of will be automatically registered in all expansions they appear in, without the need to open them from all the packs.

Considering this coming change, we don’t want to invest too much into the Card Dex completion tracking – we don’t have that much manpower and we’re working on the site for free :slight_smile:

If anyone wants to contribute, feel free to fix this issue! :slight_smile: As a technical note, a good solution for this issue should rather implement #701 (closed for the above reasons, but still appreciated), meaning that in trading settings a person should be able to check a checkbox that they are completing the Card Dex, and the unregistered cards should appear as “wanted”. The goal here is to have one place where the user expresses their preferences, and then the site should pick that up everywhere.

I think the “Missing” and “Owned” filters are definitely a must have on the website. Why track your collection if this is not to complete it? And I don’t think the Deluxe Pack weird completion behaviour from Dena should change something (beside that I don’t really want to complete A4b because it will be auto-completed in summer). As long as all the rarities are not tradable, we cannot list all missing card in the collection now (this is the regression).

Here’s my proposition to add back the missing options:


Filters from All - Wanted - For trade to All - Wanted - For trade - Missing - Owned.
The “Wanted” and “For trade” still follow the same behavior. The “Missing” and “Owned” tap into the same functions, but overwrite the trade settings with all rarities and the amount set to 0/1 depending on the option.

Here’s the PR: feat: added the missing and owned filter option back by afu-dev · Pull Request #802 · marcelpanse/tcg-pocket-collection-tracker · GitHub

2 Likes

Extra screenshots with the 3 stars rarity filter behavior:

Wanted / For trade (same results):

Missing:

Owned:

Note: I can almost acheive the same missing/owned behavior with the “min/max number of cards”, but only for the owned filter, not the missing one (and this is the filter that a completionist wants).

All / min 1 / max 0:

I’m not sure if I understand correctly. If not for the weird behavior of Card Dex with the Deluxe Pack (and Old Amber), how is the “Missing” filter different from setting the “Maximum number of cards owned” to 0?

On production it is currently bugged, but I created a fix here. So setting the “Maximum number of cards” to 0 gives me this:


Do I understand this is what you need when not taking the Card Dex into the account?

Well indeed the max number of cards was bugged. I understand that having this option is enough to list all owned / not owned cards. I let @user1846 and @user491 give us their feedback then.