Skip to content

Releases: RyanNerd/rxchart-app

⛲ Document Management (upload/download files)

06 Mar 03:50
253b0b2
Compare
Choose a tag to compare
  • 🚚 'file' Routes and actions added
  • DeleteActionBase force permanent delete option
  • 🗄 File Table Schema

Pillbox Feature

07 Oct 10:09
456b243
Compare
Choose a tag to compare

Support for Pillbox and PillboxItem tables

Medicine Active checkbox and Other drug names

06 Aug 07:38
54eebb5
Compare
Choose a tag to compare

User Facing:

  • Edit/Add Medicine has two new fields. Active and OtherNames.
    • Uncheck Active for a medicine if you don't want it to appear in the dropdown. Previously as a work around the drug names were being updated with OLD MedicinceName.
    • The Other Names field is for other names that a drug may be known by. Anything in this field will appear in the dropdown detals

image

Internal Changes:

  • DrugDropdown.tsx changed for the drop down items to display OtherNames field if populated
  • MedicineDetail.tsx changed to disable the + Log Drug button if the medicine isn't Active
  • MedicineEdit.tsx Added Active checkbox and OtherNames textbox entry; also made all the labels unselectable
  • MedicinePage.tsx filters the medicineList based on if Active is true
  • RecordTypes.ts updated for the Active and OtherNames fields
  • Some dependencies updated mostly for types and the TypeScript version was bumped to 4.3.5 and removed the eject script so this never gets executed

Includes groundwork for Pill Box

Nickname field added in Resident table

15 Jun 02:19
Compare
Choose a tag to compare

Resident.Nickname varchar(50)

Medicine 💊 Fill Date 📅 overrides

30 May 05:19
9157155
Compare
Choose a tag to compare
  • Medicine 💊 Fill Date 📆 overrides such that month, day, and year fill dates if they are empty they will be saved as null
  • Release tag of 0.4.5 to be consistent with rxchart-web releases.

image

Dependency upgrades and Use built-in 🏗 body parser middleware

26 May 10:38
58f9914
Compare
Choose a tag to compare
  • A number of composer packages were upgraded
  • The built-in 🏗 body parser middleware is implemented instead of the custom JSON parser.

Reactivation and dupe detection for Resident table

21 May 11:18
ce8b395
Compare
Choose a tag to compare
  • Dupe detection and reactivating existing clients has been moved to the backend.
  • Major changes are in ResidentPostAction.php
  • Added ResponseCodes.php so response codes in code are now more descriptive.

➕ Add Client Notes Feature

20 May 08:44
2dbe5d5
Compare
Choose a tag to compare
- Mutations 👽 nullable fields added to MedHistory, Medicine, and Resident models
    - composer.json updated to use latest versions:
    - doctrine/dbal
    - illuminate/database
    - php-di/php-di
    - respect/validatiion
    - vlucas/phpdotenv
    - "php": "^8.0" (was ^7.4 || 8.0)
- RxChart.sql updated for new Notes column in the Resident table

Make release tag synced with rxchart-web release version

06 Nov 10:53
5491004
Compare
Choose a tag to compare