Skip to content

Tags: njic/medassist

Tags

v0.16.2

Toggle v0.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #20 from njic/alpine

**Breaking change! Please update your docker-compose.yaml**

**change old path (right side) /path/to/database/directory:/app/medassist**

**to new path (right side) /path/to/database/directory:/app/database**

1. Switch to alpine version of node for arm64 and amd64, while leaving full node for arm v7 (I couldn't make it work for arm...) - reduced image size, supports ARM, multi architecture build
2. Single database path for both node and docker deployment (BREAKING CHANGE)
3. Upcoming schedules fixed (fixed CPU/Memory issues)

_Separated upcoming schedules backend script from fetchAndCalculateMedications
fetchAndCalculateMedications function now stops loop if we are 1 year ahead (to stop hurting CPU/Memory), it returns days left = 365+ and reorder before = 1+ Year
removed showHistory and showFuture toggle buttons (feels like its more simple and better without that)
now showing fixed time range and it is limited by max number of rows_

5. Support for Usage = 0
6. Inputs limits (forbidden invalid characters and similar on Config and Settings page), time and date inputs looping

v0.15.0.develop

Toggle v0.15.0.develop's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #12 from njic/database_path

Breaking change:

v0.14.4.develop

Toggle v0.14.4.develop's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from eltociear/patch-1

docs: update README.md

v0.14.3

Toggle v0.14.3's commit message
readme

v0.14.3test

Toggle v0.14.3test's commit message
readme

v0.14.2

Toggle v0.14.2's commit message
Updating readme again

v0.14.1

Toggle v0.14.1's commit message
readme

v0.14.0

Toggle v0.14.0's commit message
fixed api

v0.13.4

Toggle v0.13.4's commit message
tuning settings and readme

v0.13.3

Toggle v0.13.3's commit message
another update