Releases: RyanNerd/rxchart-app
Releases · RyanNerd/rxchart-app
⛲ Document Management (upload/download files)
Pillbox Feature
Support for Pillbox and PillboxItem tables
Medicine Active checkbox and Other drug names
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
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
Resident.Nickname varchar(50)
Medicine 💊 Fill Date 📅 overrides
Dependency upgrades and Use built-in 🏗 body parser middleware
- 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
- 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
- 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
- 🏷️ Current release version of https://github.com/RyanNerd/rxchart-web is 0.3.2 so we are tagging this release with the same version number