feat: Add emergency button to caregiver dashboard and STML user screen, integrate notification service#228
feat: Add emergency button to caregiver dashboard and STML user screen, integrate notification service#228
Conversation
… and integrate notification service
Signed-off-by: aholt014 <[email protected]>
… and integrate notification service
|
I was able to run the app but when clicking on the button, nothing works, I get an error stating that it could not launch the number you provided. I think the canLaunch() method that you're using in the caregiver-dashboard.dart file is also not the right one since that function has been deprecated now so it may not work with that function. Another thing is that, for some reason, your branch is running Team A and B's Github actions check and this is the first time I've seen it for our PRs. Just check and see to make sure you're not messing with their code versions either with this merge. |
There was a problem hiding this comment.
drop this commit - doesn't need to be merged
|
DO NOT MERGE. Doing so will delete Team A and B work :/ |
since the functionality isnt there i am okay w/ rejecting this PR and/or leaving it out for this release due to time esp if it isnt a must have requirement. |
|
NOTE: as to why it is being rejected |
Description
This PR adds an emergency button to the caregiver dashboard and the STML user screen. It also integrates a notification service to handle alerts.
Changes Made
caregiver_dashboardstml_user_screennotification_service.dart)help_service.dart).vscode/launch.json,.vscode/settings.json)Additional Information