This tasks aims to integrate the screen EditAlert to the flow of the app by implementing navigation to it from the alerts in My Alerts tab (AlertLists screen)
Done
Specific, measurable criteria to confirm the task is complete.
Functional Requirements: The edit button in the Alert must direct to the EditAlert screen of that specific alert.
Quality Standards: Code must be clean, consistent and well documented.
Testing Requirements: Modify AlertLists tests to verify proper navigation from the alert.
Steps to Completion
[x] Add EDIT_ALERT Screen in NavigationActions
[x] Add navigation to the screen in PerdiodPalsApp() inMainActivity
[x] Add navigation logic to the Edit button in AlertLists
[ ] Ensure proper functionality with tests and mocking of the alert lists (since we don't have real lists yet without a working Alert VM)
Description
This tasks aims to integrate the screen
EditAlert
to the flow of the app by implementing navigation to it from the alerts inMy Alerts
tab (AlertLists
screen)Done
Specific, measurable criteria to confirm the task is complete.
edit
button in the Alert must direct to theEditAlert
screen of that specific alert.AlertLists
tests to verify proper navigation from the alert.Steps to Completion
EDIT_ALERT
Screen inNavigationActions
PerdiodPalsApp()
inMainActivity
Edit
button inAlertLists