This repository was archived by the owner on Apr 2, 2021. It is now read-only.
Commit 38d2924
authored
Adaptations for incoming patient chart modifications (#9)
* Migrated files from patient-chart-widgets.
* Removed unused code from visit-button.
* Entirely removed dependencies to the visit and location widgets.
* Removed now unused members.
* Removed unused mocks.
* Added floating order basket button.
* Added Sass.
* Begin restructuring of project.
* Continue extracting the new active-medications.component.tsx.
* Redesigned the active medications table.
* Integrate medication table component into the summary page.
* Remove somewhat underused interface.
* Added pagination support.
* Enable navigation to the order basket page.
* Remove unused imports.
* Start work on the order basket.
* Continue work on the order basket search.
* Reworked suggestions and search results.
* Improved search in backend.
* Added search query parameter support.
* Removed unused imports.
* Documentation and translation updates.
* Extract search results into its own component.
* Continue component extraction.
* Refine search and enrich results with common-medication data.
* Show search result message when there are no results.
* Begun work on the order form.
* Added all required controls on the order form.
* Finished styling of the order form.
* Connect all form fields with the respective order field.
* Added TODO.
* Cleanup.
* Display the new orders in the order basket.
* Prepare API requests for NEW entries.
* Import less styles.
* Added free text dosage support.
* Dont allow negative durations.
Indicate that a duration of 0 means no duration.
* Removed obsolete suggestions popup. ;(
* Added pagination to search results.
* Improved search.
* Enable editing of previously added order basket items.
* Split up the order basket.
* Update search result styling.
* Set min value for prescription refills.
* Set min value for prescription refills.
Update durationInput logic to correctly use numbers.
* Fixed package.json
* Fixed package.json #2
* package-lock.json commit
* Reworked order form header to match latest designs.
* Reworked pills dispensed field to match latest designs.
* Reworked medication order table to use standard components (see latest design).
* Move order form files into main folder.
* Updated dependencies and npm commands.
* Fixed combobox clearing.
* Added remaining order basket item actions.
Updated styling.
* Remove debugging code.
* Work on POSTing a NEW order.
* Rework of code structure.
* Update to latest designs.
* Enable creating and discontinuing (preliminary)
* Code rework
* Code rework
* Moved and renamed types.
* Dont allow modifying discontinued orders.
* Display error for unsaveable items.
* Go back to patient chart when all orders are done.
* Reorder code.
* Display newly ordered items in the active medications table in the order basket.
* Integrate item count into floating order basket button.
* Add support for reordering.
* Add boilerplate for future revise support.
* Use global store.
* Post the correct dosingType and instructions depending on whether the order uses free-text dosages.
* Removed obsolete stuff.
* Moved functions into correct location.
* Addressed PR feedback
* Use default exports.
* Update TODO to be more up-to-date with the plans.
* POST and GET all relevant values from the order form.
* Update REORDER to use all old values.
* useCallback on discontinue.
* Performance improvements.
* Updated heading to match design.
* Adaptations to the removal of the patient chart tabs.
* Updated package.json1 parent d79d8b8 commit 38d2924
File tree
5 files changed
+6
-5
lines changed- src
- order-basket
5 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments