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

Add shared logic for fetching patient photo #64

Closed
wants to merge 1 commit into from

Conversation

samuelmale
Copy link
Member

@samuelmale samuelmale commented Feb 16, 2021

patientUuid: string,
abortController: AbortController
): Promise<PhotoUrl> {
const { concepts } = await getConfig("@openmrs/esm-patient-registration-app");
Copy link
Contributor

Choose a reason for hiding this comment

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

No. Don't make some helper libraries dependent on any microfrontend!

Copy link
Contributor

Choose a reason for hiding this comment

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

If you really want the concepts to be defined elsewhere then expect this here as an argument.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks Florian, closing this PR since extensions will solve this problem.

@samuelmale samuelmale closed this Feb 17, 2021
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.

2 participants