Skip to content

fix: quick search redirected to patient profile in volunteer tab

Vaishnavi Prabhala requested to merge quicksearch/vai5h into develop

Summary

The Quick Search functionality in the Volunteer tab was redirecting users incorrectly or not navigating properly to the intended Patient Profile page in the Admin panel.

Problem Description

  • When a user performed a search from the Volunteer tab:
  • The search results were displayed correctly.
  • However, clicking on a result either:
  • Did not redirect properly, or
  • Redirected to an incorrect route, or
  • Failed to load the corresponding patient profile.
  • This caused workflow disruption for admins and volunteers trying to quickly access patient details.

Fix Implemented

  • Updated routing logic to correctly map patient IDs from search results.
  • Ensured proper redirection to the corresponding Patient Profile page in the Admin dashboard.
  • Verified dynamic route handling for accurate profile loading.
  • Tested navigation flow to prevent broken or undefined routes.

🔄 Expected Behavior

  • User searches for a patient in the Volunteer tab.
  • Clicking a search result redirects directly to the correct Patient Profile in Admin.
  • Patient data loads accurately based on the selected record.

🎯 Impact

  • Improves navigation flow between Volunteer and Admin sections.
  • Reduces manual searching effort.
  • Enhances overall usability and admin efficiency.
Edited by Vaishnavi Prabhala

Merge request reports

Loading