Conversation
Updated medication type enum labels and added "chewable" type. Changed "Tablets/Pills" to "Tablet", "Injections" to "Injection", "Liquids" to "Liquid", and "Creams/Gels" to "Creams & Ointments".
Refactored the add/edit meds screen to handle editing existing medication, including pre-filling fields, updating medication data, and handling date pickers, and implemented form validation.
- Changed dbStreak to nullable Streak - Add `createdAt` and `updatedAt` to the medication model for objectbox
-Removed meds_reminder_card.dart, replaced with medication_reminder_card.dart and medication_card.dart -Refactored app icon to accept svg paths and icon data -Refactored logic for querying a local user from the local db -Refactored enums to use huge icons where needed. -Refactored medication cards to support new designs and layout. -Refactored home screen to only return non null values for water logs
…iled data retriever
…ity records This should enable filtering the meds activity records for a single medication.
Also persists medication schedule to prevent redundant calculations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #56