Project

General

Profile

Bug #2715

Updated by Sreedevi K S almost 2 years ago

Changed the Cab REquest Popup UI 
 Add CancelAll Button to cancel All the Ride request as a whole 

 Buf Fixes : 

 1. The green color is not showing fully in the Accept button. : *Fixed* 
 2. Cancel all button is not needed if there is only one trip request. : *Fixed* 
 3. Change the cancel all button label change to "Decline All". : *Fixed* 
 4. Color gray-out(Time out) in the accept button is not correct. : *Fixed* (Please Specify what is incorrect) 
 5. Time, Pick-up and Drop off should be in Bold. : *Fixed* 
 6. Accept, Decline Button label should be bold. : *Fixed* 
 7. Trip amount size is not the same as in the design. : *Fixed* 
 I've confirmed that the text size in the Figma design is indeed set to 36, which matches our Android XML UI code. We've already incorporated dimension files like dimen-sw650, dimen-sw700, and dimen-large to maintain consistency across screen sizes. If you're observing any differences, let's work together to resolve them.  
 8. Cell Spacing is different from the design. : *Fixed* Please specify the the Cells 
 9. "Pickup" needs to be changed to "Pick Up". : *Fixed* 
 10. "Pick up" should change to "Pick Up" : *Fixed* 
 11. "Drop off" needs to be changed to "Drop Off". : *Fixed* 
 12. 2 Trip Request should change to "2 Trip Requests". : *Fixed* 
 13. Distance unit(km) is not showing in Drop Off : Data from the backend("vDistance" is used as key in request data payload ,We have to change it from the backend). I have hard coded unit for the current purpose payload)

Back