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

New visits widget #5

Open
wants to merge 90 commits into
base: new-visits-widget
Choose a base branch
from

Conversation

CynthiaKamau
Copy link

Requirements

  • This PR has a title that briefly describes the work done including the ticket number. If there is a ticket, make sure your PR title includes a conventional commit label. See existing PR titles for inspiration.
  • My work conforms to the OpenMRS 3.0 Styleguide and design documentation.
  • My work includes tests or is validated by existing tests.

Summary

Screenshots

Related Issue

Other

jayasanka-sack and others added 30 commits July 4, 2024 21:20
Fix Flaky Lab order E2E test
* (test) Add testing-related plugins to ESLint config

* Comment out flaky tests
…kers (#1893)

(feat) Feature flag the ability to print identifier stickers

Co-authored-by: Dennis Kigen <[email protected]>
* (test) Some miscellaneous test fixes

* Change some translations to sentence case

* Comment out flaky assertions

* Undo schema mods
)

(fix) Fix allergy data tile display for severe allergies
…orm (#1903)

Handle possibly undefined encounter.obs in LabResultsForm

Co-authored-by: Dennis Kigen <[email protected]>
* '(fix)O3-2843': Ability to re-enroll in completed programs.

* InlineNotification not to be displayed once the program is completed and the Add button is active

* Code refactor

* Hide add button when there is no program to enroll in

* Fixup

* The E2E tests prove their worth yet again

---------

Co-authored-by: jwnasambu <wamalwa1844.com>
Co-authored-by: Dennis Kigen <[email protected]>
* (test) Fix flaky behaviour in Programs and Conditions form tests

* Try something else

* Fixup
* added fragment

* Other useful mods

* Factor out filtering from useTestTypes hook

* Review feedback

---------

Co-authored-by: Dennis Kigen <[email protected]>
* (fix) O3-3545: Remove duplicate copies of labs

* Fixup

---------

Co-authored-by: Dennis Kigen <[email protected]>
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](webpack/loader-utils@v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…lations (#1895)

* (refactor)O3-3522: Replace module-local translations with core translations

* Translated patientIdentifierSticker using the t() function

* Update the versions of the CLI and framework

* Update yarn.lock file

* fix yarn.lock file

---------

Co-authored-by: jwnasambu <wamalwa1844.com>
Co-authored-by: Dennis Kigen <[email protected]>
Co-authored-by: OpenMRS Bot <[email protected]>
Co-authored-by: Dennis Kigen <[email protected]>
* (fix) Fix program enrollment eligibility logic

* Review feedback
denniskigen and others added 27 commits August 7, 2024 20:02
* (chore) Optionally set server-token for CI workflows

* Fixup
* O3-3660: Show trend results view in a modal

* code review

* Fixup

---------

Co-authored-by: Dennis Kigen <[email protected]>
…rectly (#1950)

* O3-3635: Drug Order Modification Requires Two Steps Instead of Opening Directly in Order Basket

* Fix undefined uuid

* UI fixes

---------

Co-authored-by: jwnasambu <wamalwa1844.com>
Co-authored-by: Dennis Kigen <[email protected]>
(feat) Add a search bar to the Orders details table
…1958)


---------

Co-authored-by: Dennis Kigen <[email protected]>
Co-authored-by: Jayasanka Weerasinghe <[email protected]>
…ld be conditional (#1962)

* add logic to conditionally open clinical-forms-workspace on form close

* Update packages/esm-form-engine-app/src/form-renderer/form-renderer.component.tsx

Co-authored-by: Ian <[email protected]>

---------

Co-authored-by: Ian <[email protected]>
---------

Co-authored-by: Jayasanka Weerasinghe <[email protected]>
(fix) Disable scroll wheel functionality in the Drug order form
…1975)

(feat) : O3-3865 avail entire patient object to form-entry

Co-authored-by: Dennis Kigen <[email protected]>
Bumps the react form engine version
…1968)

* Replace instances of labReferenceNumber with accessionNumber

* Update test for lab order form

---------

Co-authored-by: Usama Idriss Kakumba <[email protected]>
Co-authored-by: Dennis Kigen <[email protected]>
This PR makes the following improvements to the lab results form following the recent change to make it the single source of truth for lab orders:

- Refactors the error notification shown when the user tries to submit the form without filling any fields to use the Carbon InlineNotification component
- Refactors the logic used to determine whether the form is empty to leverage the getValues method of react-hook-form
- Increases the Stack gap to 1rem to make the form more spacious
- Removes error handling concerns from the form field component
- Refactors the form field component to use the Carbon TextInput or NumberInput components based on the concept datatype
- Renames the result form field component to lab results form field component
(refactor) O3-3654: Results filter and individual/timeline view refinement

Co-authored-by: CynthiaKamau <[email protected]>
…yed values (#1970)

* mutate infinitVisits on form submission

* solve error: cannot read proeprties of undefined
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.