GoodDAPP
GoodDAPP copied to clipboard
[GoodID-GW1]: Segmentation Implementation
Business Description
Detailed Description of Functionality
full description can be found in the business description
- Load/Show segmentationController
- Load/Show SegmentationDisputeController when someone clicks on 'this is not me' on the segmentation screen
- Load the checkAvailableOffers component when a user clicks on 'next' on the final Segmentation screen
Technical Implementation
- [x] Add a new screen called
SegmentationScreen
- [x] Implement the SegmentationController on the new
SegmentationScreen
- [x] Add the SegmentationDisputeController on the new
SegmentationScreen
- [x] replace current route for FvSuccess and point it to the new
SegmentationScreen
- [x] It should navigate to the claim page if someone is not eligible for any offers
- [ ] add
android.permission.ACCESS_FINE_LOCATION
to Android manifest - [x] if eligible for offers a user should be navigated to a
OffersScreen
Design Reference
figma: https://www.figma.com/file/ihw1PxBvLxacTHnN2aj4lC/3.-Product?type=design&node-id=13532-19676&mode=design&t=HVwiPE3o3n06ixlS-4
(Preview: HappyPath)
Acceptance Criteria
Specify criteria that will be used to determine if the feature meets the requirements and functions correctly.
- [ ] (Should include a list of testing points for QA how to verify design/functionality)