You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the app is still new, new bugs are still being found. There a couple of bugs that we want to be fixed before we deploy.
Requirements
Display number of pending approvals after login
Currently, the number of pending approvals only updates after you click the page. We want this number to be updated upon a user's login. This means making a new api request upon logging in.
Remove Sidebar for Patient Sections
Its clunky and not super essential as the sections are very short. We can remove this based on this design.
Add info button
We want to match the design in figma and add an info button when it is not clicked explaining why it is grayed out. View the figma for reference here.
Reset Search Parameters
Every time you refresh/click off of a tab and go back, we do not want the same search to be persisted in redux. Look and seeing if not using redux is an option, or clearing the redux as soon as you click off. This should apply for Chapter search, Volunteer Search, and Patient Search. It should default back to just the placeholder.
Fix Nonprofit Chapter President size
Make text that is long like this wrap around so it doesn't stretch into the main page.
Fix Overview Page for Group Analytics
We want to fix the group analytics page to look like this, which is the new design.
You just need to move the labels to the top for each section title.
Acceptance Criteria
Number of pending approvals updated upon logging in
Sidebar for analytics section is remove
Info button added
Search parameters reset
Titles wrap around the sidebar
Fix overview page for group analytics
The text was updated successfully, but these errors were encountered:
Context
Since the app is still new, new bugs are still being found. There a couple of bugs that we want to be fixed before we deploy.
Requirements
Display number of pending approvals after login
Currently, the number of pending approvals only updates after you click the page. We want this number to be updated upon a user's login. This means making a new api request upon logging in.
Remove Sidebar for Patient Sections
Its clunky and not super essential as the sections are very short. We can remove this based on this design.
Add info button
We want to match the design in figma and add an info button when it is not clicked explaining why it is grayed out. View the figma for reference here.
Reset Search Parameters
Every time you refresh/click off of a tab and go back, we do not want the same search to be persisted in redux. Look and seeing if not using redux is an option, or clearing the redux as soon as you click off. This should apply for Chapter search, Volunteer Search, and Patient Search. It should default back to just the placeholder.
Fix Nonprofit Chapter President size
Make text that is long like this wrap around so it doesn't stretch into the main page.
Fix Overview Page for Group Analytics
We want to fix the group analytics page to look like this, which is the new design.
You just need to move the labels to the top for each section title.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: