Skip to content

Profiles page shows two different duplicate counts at once #831

Description

@hokiepokedad2

The Profiles page counts duplicates twice and gets two different answers.

The summary chip at the top reads "5 Duplicates". The filter chip directly below it reads "Duplicates 13". Same page, same moment, same word.

Every other count on that screen reconciles:

  • 19 Total Alarms, and the two profiles list 7 + 12 = 19
  • 11 Pokemon + 5 Quests + 1 Invasions + 1 Lures + 1 Fort Changes = 19

Only Duplicates disagrees.

Likely cause, unconfirmed

The two probably measure different things — one counting groups of duplicated alarms and the other counting alarms involved in a duplication. Both are defensible numbers. Presenting them under the same label on the same screen is not.

Whoever picks this up should decide which question the user is actually asking before making the numbers match, rather than making one call the other. If both numbers are worth showing, they need different words.

Where

Applications/Pgan.PoracleWebNet.App/ClientApp/src/app/modules/profiles/ — the profile-overview summary chips and the filter chip row beneath them.

How it was found

Reviewing docs/screenshots/profiles.png during the pre-release screenshot audit (#830). The screenshot is a faithful capture of the live UI, so this is a real defect rather than a stale image.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions