-
Notifications
You must be signed in to change notification settings - Fork 535
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
Add video connect link and Cypress Tests for User Profile #6924
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
1 failed test on run #1855 ↗︎
Details:
cypress/e2e/patient_spec/patient_manage.cy.ts • 1 failed test
Review all test suite changes for PR #6924 ↗︎ |
@Ashesh3 the backend is marked for discussion |
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.
The data fetching logic filters by doctors that has "alt phone number" only. This should be updated to have an or filter on video link field too right?
… or video_connect_link
Nice catch! Fixed. thanks. |
LGTM |
LGTM |
@Ashesh3 We truly appreciate your efforts. Thank you for taking the time to contribute; this is a very valuable contribution to us 🥇. We always welcome your contribution 🙂, so feel free to contribute to anything anytime, and never lose that spirit of innovation 🙌. |
Resolves #6641
Backend PR: ohcnetwork/care#1785
This pull request adds a new field called "video_connect_link" to the user profile. Users can now enter a video conference link in their profile, which will be displayed on their profile page.