feat: Add related terms section to medical glossary pages (#1021) - #2249
feat: Add related terms section to medical glossary pages (#1021)#2249pisum-sativum wants to merge 3 commits into
Conversation
|
Thank you @, for creating the PR and contributing to our UltimateHealth project 💗. |
Automated Review FeedbackNo major issues were identified during this review. The implementation appears consistent with the repository standards and the modified files were reviewed successfully.
|
SB2318
left a comment
There was a problem hiding this comment.
This is web development issue I guess.
Please checkout to web branch.
Note: Don't checkout directly from main
|
@pisum-sativum You have to close this PR. |
I can fix the issue can u pls give me some time. |
55e2fee to
d414b6e
Compare
|
@SB2318 I have made a new PR pls check that and merge. |
PR Description
This PR implements the "Related Terms" section for the Medical Glossary pages. It adds a dedicated section to glossary entries that displays clickable related terms, allowing users to discover associated medical terminology.
Key changes include:
GlossaryBottomSheet.tsxto render related terms as interactive tags usingTouchableOpacityinstead of simple text.handleRelatedTermPressnavigation event handler inMedicalGlossaryScreen.tsxso users can directly update the viewed term in the bottom sheet seamlessly without returning to the main glossary directory.Type of Change
Select your work-area
Related Issue
https://github.com/pisum-sativum/UltimateHealth/issues/1021
Fixes (mention the issue number which this fixes)
#closes #1021
Checklist
Undertaking
My code follows the style guidelines of this project.
I have performed a self-review of my code.
I have commented my code, particularly in hard-to-understand areas.
I have made corresponding changes to the documentation.
I have checked for plagiarism and assure its authenticity.
I have read and followed the code of conduct for this repository. I understand that violation of this undertaking may have legal consequences.
I Agree