-
The goal of this audit is to help design the user interface of the HospitalRun in order to optimize the work flow. To be effective, the app must minimize the number of time a user must click before th…
-
## 🐛 Bug Report
While converting NewPatient.test.tsx to RTL, we found that the "Duplicate Patient Modal" is impossible to trigger by a user. It looks like it performs a de-dupe against the redux st…
-
When requesting a new imaging, visit is required but a user can still save without choosing a visit. See https://github.com/HospitalRun/hospitalrun-frontend/pull/2552#pullrequestreview-576596693
##…
-
## 🐛 Bug Report
In ReportIncident.test.tsx there is a test implying that the save button should only be rendered after all required inputs are filled out, however the save button is always rendered…
-
This is a follow-up to #2551 (see https://github.com/HospitalRun/hospitalrun-frontend/pull/2552#pullrequestreview-576596693 ) and can only be started once the linked PR has been merged in.
When re…
-
In registration forms, we need have a regexp for check valid mails addresses ( like contains letters and numbers, have @ sign and etc)
https://regexlib.com/Search.aspx?k=email&AspxAutoDetectCook…
-
I finally have a little bit of time again.
I'm creating this to track progress for general typescript related changes eventually culminating in a typescript migration.
From what was discussed in #15…
-
## 🐛 Bug Report
Report incident is currently hardcoded to set `reportedBy` to **some user** instead of the currently logged in user's id. This needs to be corrected to user the current user id from…
-
```
✓ Creating entry file 8.6 secs
(typescript) Error: D:/anaym/projects/node/f/hospitalrun/packages/components/src/components/Layout/Container.tsx(33,25): semantic error TS2769: No overload matches…
-
## 🚀 Make Patient relationships mutual / bidirectional
Adding Patient B as a Related Person of Patient A should also add Patient A as a Related person to Patient B, with the appropriate Relationshi…