Skip to content
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

[Fullstack] Quality of life updates and bugfixes #129

Closed
6 tasks done
johannesq23 opened this issue Oct 2, 2024 · 0 comments · Fixed by #133
Closed
6 tasks done

[Fullstack] Quality of life updates and bugfixes #129

johannesq23 opened this issue Oct 2, 2024 · 0 comments · Fixed by #133
Assignees

Comments

@johannesq23
Copy link
Contributor

johannesq23 commented Oct 2, 2024

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.
Screenshot 2024-10-01 at 8 35 23 PM

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.
Screenshot 2024-10-01 at 8 38 31 PM

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.

Screenshot 2024-10-01 at 9 09 57 PM

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
@sophiazlin sophiazlin mentioned this issue Oct 12, 2024
6 tasks
@sophiazlin sophiazlin linked a pull request Oct 12, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants