Skip to content

Conversation

@vhscom
Copy link
Contributor

@vhscom vhscom commented May 14, 2024

As discovered the previous page selector used in the Check-Ins was filtering out members without Check-Ins activity. Existing report logic is now replaced as expected per ACs in #2212 to report the expected PDL and team members.

Also updates our data load script to provide additional check-ins info to test reporting edge cases.

Finally, adds a keyboard listener to the Check-Ins report page for navigating quarters. This is especially helpful while making comparisons between quarters when the user's viewport has scrolled below the fold.

Copy link
Collaborator

@jackkeller jackkeller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

};

const anyInProgress = members.some(isInProgress);
const anyInProgress = members.some(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love use of the some and every Array methods!

@vhscom vhscom merged commit 95e6c90 into develop May 14, 2024
@vhscom vhscom deleted the bugfix-2212/rewire-report-display branch May 14, 2024 14:29
@vhscom vhscom temporarily deployed to github-pages May 14, 2024 14:29 — with GitHub Actions Inactive
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.

4 participants