Skip to content

Conversation

@michael-dewar
Copy link
Contributor

The total count now only includes members whose tier exactly matches one of the three recognized tiers (/usr/bin/env bash, /bin/bash, /bin/sh).

Previously, the total showed all active patrons while the tier subtotals only showed members with recognized tier names, causing the total to be greater than the sum of the subtotals.

This change ensures the total equals the sum of the three tier counts by filtering out members with irregular or unrecognized tier names from the total. PR reviewers may want to instead handle members with incorrect tier names differently (e.g., by updating tier names in the source data or displaying them separately).

The total count now only includes members whose tier exactly matches one
of the three recognized tiers (/usr/bin/env bash, /bin/bash, /bin/sh).

Previously, the total showed all active patrons while the tier subtotals
only showed members with recognized tier names, causing the total to be
greater than the sum of the subtotals.

This change ensures the total equals the sum of the three tier counts by
filtering out members with irregular or unrecognized tier names from the
total. PR reviewers may want to instead handle members with incorrect
tier names differently (e.g., by updating tier names in the source data
or displaying them separately).
@bahamas10
Copy link
Owner

this is great! thank you for taking the time to make this change

@bahamas10 bahamas10 merged commit 5e66b6e into bahamas10:main Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants