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.
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:
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.pngduring 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.