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 the ehr-definitions logic to Typescript #1078

Open
viniciusarre opened this issue Apr 27, 2023 · 0 comments
Open

Refactor the ehr-definitions logic to Typescript #1078

viniciusarre opened this issue Apr 27, 2023 · 0 comments

Comments

@viniciusarre
Copy link
Collaborator

This issue is for addressing the refactor of the Javascript logic on ehr-definitions to Typescript.

Context:

The ehr-definitions contains logic that is reused between the client and the server. It has a lot of definitions and business logic for all the components which are used in the front-end and generated on static pages.

The code encapsulates some of the core issues in the app, therefore, we need t make it more maintainable and testable. Therefore we believe that using typescript is a good way to approach that.

Feel free to extend the docstrings as you go and improve the tests to reflect your change.

Make sure that all tests are passing before pushing the code, as well as that the inside code is generated properly. Please check the code_generation guidelines for that.

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

No branches or pull requests

1 participant