You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functionality of Help Requests developed in Frontend needs refactoring due to code duplication and implemented logic that can be better. Therefore, it is necessary to verify the code and search for some inconsistency to make the refactoring and clean the code.
Acceptance Criteria:
Help request functionality is refactored.
The app behavior didn't change with the refactoring.
Cleaner code (most significant variables, smaller files, small and cohesive methods.
Tasks:
Verify help requests creation.
Verify help requests listing.
Verify help requests listing in map screen.
Verify help requests listing in dropdown in main screen.
Verify help requests interested submissions.
Verify a helper acceptance by help request owner.
Verify help requests listing in Interactions tab.
Verify help request info page.
Verify notifications related to help requests.
Observations:
Basically, it is necessary a verification inside everything related to help request functionality. But remembering that the refactor should not change the app behavior.
The text was updated successfully, but these errors were encountered:
Descrição:
The functionality of Help Requests developed in Frontend needs refactoring due to code duplication and implemented logic that can be better. Therefore, it is necessary to verify the code and search for some inconsistency to make the refactoring and clean the code.
Acceptance Criteria:
Tasks:
Observations:
The text was updated successfully, but these errors were encountered: