-
Notifications
You must be signed in to change notification settings - Fork 10
Implement programme status tallies for the new session overview page #4639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Implement programme status tallies for the new session overview page #4639
Conversation
4d6b45d
to
dde5aed
Compare
ea95e76
to
9d192bb
Compare
@include nhsuk-font(16, $weight: bold); | ||
} | ||
|
||
.app-card__heading { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes will affect other cards… I thought I’d already made these changes, but evidently not. Probably worth me creating a separate PR to handle how we handle styling featured card headings versus entire cards.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in #4671
89e83c3
to
534d6c3
Compare
534d6c3
to
bcc8d52
Compare
The session overview page is getting a new design layout which focuses on giving greater details about the progress of a session using tallies across various metrics such Eligible cohort, Vaccinated, Could not vaccinate etc. The overview page no is longer divided into 2 columns, and instead split up into 5 sections: 1. Programme status 2. Consent status 3. Session dates 4. Action required 5. About the location This commit will start with Programme status. The new design will only activate if the URL has the query param "tallies=true". This gives the testers are chance to see and understand the new design as it's built out.
bcc8d52
to
ea23dd7
Compare
|
Description
The session overview page is getting a new design layout which focuses on giving greater details about the progress of a session using tallies across various metrics such Eligible cohort, Vaccinated, Could not vaccinate etc.
Jira Ticket - MAV-1982
The overview page no is longer divided into 2 columns, and instead split up into 5 sections:
This commit will start with Programme status. The new design will only activate if the URL has the query param
"tallies=true"
. This gives the testers are chance to see and understand the new design as it's built out.Screenshot
Note: Eligible cohort should equal Vaccinated + Could not vaccinate + No outcome. The numbers don't add up in the screenshot, probably due discrepancies with the seed data. This screen is for illustration only.