Skip to content
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

(refactor) follow up changes on the case management: discontinuity of case #520

Closed
wants to merge 23 commits into from

Conversation

its-kios09
Copy link
Collaborator

Requirements

  • This PR has a title that briefly describes the work done, including the ticket number if there is a ticket.
  • My work conforms to the OpenMRS 3.0 Styleguide.
  • I checked for feature overlap with existing widgets.

Summary

Screenshots

caseUI

None.

Related Issue

None.

Other

None.

@ojwanganto
Copy link
Contributor

Looks OK. Thanks so much.

@its-kios09 its-kios09 enabled auto-merge (squash) December 19, 2024 15:34
@its-kios09 its-kios09 requested a review from donaldkibet January 9, 2025 12:59
@ojwanganto
Copy link
Contributor

Please remove code that is not related to case management from the commit. A best practice is to always branch from master/main and not any branch when checking out a new branch. That way, you will not carry over work for unrelated branch

@its-kios09
Copy link
Collaborator Author

Please remove code that is not related to case management from the commit. A best practice is to always branch from master/main and not any branch when checking out a new branch. That way, you will not carry over work for unrelated branch

@ojwanganto, Thanks, seems when I was doing this work i didn't checkout to a new branch, let me do the clean up

@@ -21,7 +9,7 @@ export const configSchema = {
morgueDepartmentServiceTypeUuid: {
_type: Type.String,
_description: ' UUID for morgue department service type',
_default: 'd7bd4cc0-90b1-4f22-90f2-ab7fde936727',
_default: '5b9e6cd1-f836-4144-91e4-401c58dd62af',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are related to morgue functions

},
policeIDNumber: {
_type: Type.String,
_description: 'UUID for police id number concept',
_default: '8d488d02-d1d8-41a5-8219-61f4fc5dbeb0',
_default: '163084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this

},
policeNameUuid: {
_type: Type.String,
_description: 'UUID for police name concept',
_default: '6d58d9b5-6f84-4e77-941e-f5cc86d18a60',
_default: 'd889f05b-0d9b-462f-ae8e-2e9be79fd954',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this

@@ -36,7 +24,7 @@ export const configSchema = {
tagNumberUuid: {
_type: Type.String,
_description: 'UUID for tag number concept',
_default: '13ba9c45-c540-4f10-b915-fa3d7baeb3d1',
_default: 'f2b35679-7ba9-4619-92cb-6872b0c6bf57',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this

},
burialPermitNumberUuid: {
_type: Type.String,
_description: 'UUID for burial permit number concept',
_default: '29ef3df3-9845-49b0-96f2-5fb6d6240039',
_default: 'da524812-5600-4677-ba26-eb61eb925eef',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this

@@ -56,22 +44,22 @@ export const configSchema = {
obNumberUuid: {
_type: Type.String,
_description: 'UUID for ob number concept',
_default: 'c756d06a-22a5-4b66-933e-3d44667b72a0',
_default: '0dffecb3-2dc4-4d56-8cd4-56ba38579c69',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this

@its-kios09
Copy link
Collaborator Author

@ojwanganto I tried to remove the files seems it is breaking most of the case management functionality I have created a reference PR for this, so, that I can close this

@its-kios09 its-kios09 closed this Jan 10, 2025
auto-merge was automatically disabled January 10, 2025 12:51

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants