Skip to content

feat/Add Doctor User Manual Popup Link on Login Page

Shanmukha varma Lanke requested to merge feat/add-doctor-user-manual into develop

Summary

This merge request introduces a Doctor User Manual popup on the login page to improve onboarding and usability for doctors, especially first-time users during medical camps.

A clickable link is added below the Login button, which opens a modal popup displaying the Doctor User Manual without navigating away from the login screen.

Problem Statement

  • Doctors currently have no in-app guidance available before login. This can lead to confusion around:
  • Consultation queue handling
  • Starting and completing consultations

Prescription workflow

Providing quick access to the Doctor User Manual at the login stage helps reduce dependency on coordinators and improves overall workflow clarity.

Changes Implemented

  • Added a “View Doctor User Manual” link below the Login button
  • Implemented a modal/popup overlay to display the Doctor User Manual
  • Ensured the popup:
  • Is scrollable
  • Can be closed easily
  • Does not disrupt the login flow
  • Kept the implementation non-intrusive and UI-only

Screens / UI Impact

  • Login page layout updated (minor)
  • No routing or authentication logic changed
  • Login functionality remains unaffected

Testing Done

  • Verified popup opens and closes correctly
  • Verified manual content is readable and scrollable
  • Confirmed login works normally with popup opened/closed
  • Tested responsiveness on desktop view
Edited by Shanmukha varma Lanke

Merge request reports

Loading