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

Medicine Administrations to be grouped based on common frequency/interval instead of every hour #6341

Closed
rithviknishad opened this issue Sep 25, 2023 · 1 comment · Fixed by #6396
Assignees
Labels
enhancement New feature or request

Comments

@rithviknishad
Copy link
Member

rithviknishad commented Sep 25, 2023

  • There is so much space wasted in the MAR table
image

cc: @aparnacoronasafe

@rithviknishad
Copy link
Member Author

As per discussions, we need to bin every 4 hours to 1 column

@rithviknishad rithviknishad self-assigned this Oct 3, 2023
@rithviknishad rithviknishad moved this from Triage to Up Next in Care Oct 3, 2023
@rithviknishad rithviknishad moved this from Up Next to Review required in Care Oct 4, 2023
@rithviknishad rithviknishad moved this from Review required to In Progress in Care Oct 9, 2023
@rithviknishad rithviknishad moved this from In Progress to Review required in Care Oct 12, 2023
khavinshankar pushed a commit that referenced this issue Nov 6, 2023
…cines + Administration Activity View + migrate `useDispatch` to `useQuery` (#6396)

* fixes #6341; bin medicine administrations by 4:1 hrs

* fix comments

* fix tooltip clipping

* remove warnings

* improve how date seperation is shown

* popover shows more details

* cleanup: move files to correct place

* delete old medicine administration table

* cleanup

* remove useDispatch in bulk administer

* fixes #6442; API calls via useQuery for Medicines

* cleanup

* fix keys

* cleanup

* update seperator

* overlay

* temp fix tooltip

* fix refetch logic

* fix z-index

* consistency

* fix z-index

* fix useIsScrollable dependencies

* fix z-index

* rewrite scroll overflow behaviour

* fix z-index

* cleanup API routes

* support for archive and fix responsiveness issues

* fix styling

* fix path missing path params

* remove tooltip

* swap positions of actions and timestamp in timeline

* fix responsiveness

* minor spacing

* fix responsiveness

* fix spacing

* hide archive if discontinued

* fix responsiveness

* fix discontinue refetch not invoked

---------

Co-authored-by: Mohammed Nihal <[email protected]>
@github-project-automation github-project-automation bot moved this from Review required to Done in Care Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment