Conversation
Fall detection
Add Rate Limiting to PIN Verification
Fix application crash in patient list screen
Updated BASE_URL
Security & Privacy Documentation
* Enhance user role definition * Add Nurse name to title * Remove unused import
…o achieve higher accuracy.
…ention Add Feature Engineering Techniques and BILSTM + Attention hybrid model
implementation of Leave-One-Subject-Out Cross Validation to current l…
Implement K-fold cross-validation for BiLSTM and Combine the models to achieve higher accuracy.
…l configs, synthetic dataset
updated
changes made
Added my admin login code with OTP verification and redirection to dashboard
Complete Phase 1 -> annotation guidelines, Doccano label configs, synthetic dataset
…rofile_chamoth Created Sample Dataset according to given Schema
Basic Data Schema Setup
synthetic data generation code
Patient List Updated
Added my feature – Biswas
Built Patient Dashboard
Web Admin Dashboard Shell Layout and Auth Flow UI
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.
Description
Resolved an issue with the Training button icon by adding the correct drawable resource to the res/drawable folder. Previously, the button displayed as a plain white square due to a missing asset. After adding and correctly referencing the icon, the button now displays as intended. (Care Taker Page)
Improved the visual distinction between the Task List and Patient List buttons. Initially, both buttons used the same icon, which could cause confusion for users. I introduced a new drawable resource specifically for the Task List button and updated its XML reference. This ensures that each button now has a unique and easily identifiable icon. (Care Taker Page)
Refined the content of Patient Manual 1 by updating the wording to be more professional and clear. These changes improve readability and ensure the information is presented in a more formal and user-friendly manner.
Checks Done: