UI Improvement & Design Fixes#387
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.
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
KudratAroraa
left a comment
There was a problem hiding this comment.
The work completed within the stated PR scope looks good. The fixes for the Caretaker page icons and the refinement of Patient Manual 1 are meaningful improvements, and the intended changes themselves seem appropriate and useful. That can be approved easily.
However, this PR currently includes many unrelated file changes outside its stated scope, including AI-related files and Guardian admin dashboard files that do not appear to belong to this task. Because of that, the branch needs cleanup before it can be merged into the main repository. I would recommend removing all unrelated changes and keeping only the files directly relevant to the Caretaker page icon fixes and the Patient Manual wording updates. Once that cleanup is done, the PR should be in a much better state to review and merge confidently.
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: