-
Notifications
You must be signed in to change notification settings - Fork 311
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 feature exemption type granted #541
Open
jumarubea
wants to merge
8
commits into
udsm-dhis2-lab:main
Choose a base branch
from
jumarubea:exemption
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello, everyone!
For those who have completed their assignment tasks, please follow these
steps to submit your work:
1.
*Create a Feature Branch*
- Name the branch based on the task you're working on, e.g.,
feature/labnotification.
2.
*Push Your Work*
- Push all your changes to the newly created feature branch.
3.
*Create a Pull Request*
- Create a pull request directed to the account named iamgaspardev for
review of your work.
*Note:*
- Do not push changes to your personal GitHub account.
- Push from the repository you pulled from and ensure the changes are in
the feature branch you created.
Thanks and Regards,
Ramadhani Mbiaji
Health Information System Analyst
UDSM DHIS2 LAB <https://dhis2.udsm.ac.tz/#/home>
College of Information and Communication Technology (CoICT)
Department of Computer Science and Engineering
University of Dar-es-salaam
Mobile Number: *+255 693 012 480*
Useful Links: GitHub <https://github.com/Ramadhani202208>, LinkedIn
<https://www.linkedin.com/in/ramadhani-mbiaji-2881b0ab/>
Website: https://dhis2.udsm.ac.tz
…On Fri, 17 Jan 2025 at 16:20, Juma Rubea ***@***.***> wrote:
------------------------------
You can view, comment on, or merge this pull request online at:
#541
Commit Summary
- bd46768
<bd46768>
creating branch exemption
- 190bc07
<190bc07>
add feature: display exemptionType and exemptionCriteria
File Changes
(3 files <https://github.com/udsm-dhis2-lab/iCareConnect/pull/541/files>)
- *M* ui/package.json
<https://github.com/udsm-dhis2-lab/iCareConnect/pull/541/files#diff-193b27d62e4fbda3d563009fed5ec6761a05f73558d94b39fab63ae948c679ea>
(6)
- *M*
ui/src/app/modules/billing/pages/exemption-home/exemption-home.component.html
<https://github.com/udsm-dhis2-lab/iCareConnect/pull/541/files#diff-049fc5ecf173f012be6ee683a913c36efe03bf137a5ac734ff9cb679d6d31cdf>
(43)
- *M*
ui/src/app/modules/billing/pages/exemption-home/exemption-home.component.ts
<https://github.com/udsm-dhis2-lab/iCareConnect/pull/541/files#diff-1c640e03068f97e9ff5c859d4feff78f6f8869ec3f1dd82eaf825499c4016374>
(244)
Patch Links:
- https://github.com/udsm-dhis2-lab/iCareConnect/pull/541.patch
- https://github.com/udsm-dhis2-lab/iCareConnect/pull/541.diff
—
Reply to this email directly, view it on GitHub
<#541>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2TLCLCD4XFI4CPW5LJIJET2LD7P7AVCNFSM6AAAAABVL5EIZSVHI2DSMVQWIX3LMV43ASLTON2WKOZSG44TKNBWHAYDINQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request: New Feature for Exemption Display in Social Welfare Module
Description
This pull request add a new feature that displays the following details for patients in the Social Welfare module:
Additionally, it resolves an issue where certain fields were missing from backend requests.
Solution
The solution ensures that missing fields are now properly requested from the backend, addressing the oversight in the previous implementation.
Related Issue
The issue can be found in the following link:
Issue #516 on GitHub
Resolved Issue
This pull request resolves:
Exemption Issue #541
Participants