beckn / beckn-ui-workspace

Mono Repo for Beckn UI Workspace
9 stars 12 forks source link

Evaluate and Display Unsolicited Messages from Drivers to Riders #1974

Open viraj89 opened 3 weeks ago

viraj89 commented 3 weeks ago

Description

Enhance the rider app by evaluating and displaying unsolicited messages sent from drivers to riders. This will improve communication transparency and allow riders to view these messages directly within the app.

Goals

Expected Outcome

Riders will be able to view unsolicited messages from drivers directly in the app, improving communication and transparency.

Acceptance Criteria

Mockups / Wireframes

NA

Product Name

Beckn

Domain

Mobility

Tech Skills Needed

UI Development, Messaging Systems

Complexity

Medium

Category

Enhancement

Sub Category

UI Development

aniketceminds commented 1 week ago

unsolicited message means the status updated by driver should reflect the ride status on user app as well right? Please suggest me if I'm wrong. @viraj89 @emmayank

aniketceminds commented 1 week ago

awaitingDriverApproval: 'Please wait for a driver to accept your ride request.', rideAccept: 'Your ride has been accepted. The driver is on the way to the pickup location.', reachedPickup: 'The driver has arrived at the pickup location. Please meet your driver.', rideStarted: 'Your ride has started. Sit back and enjoy the journey!', rideCompleted: 'Your ride is complete. Thank you for riding with us!', rideDiclined: 'The driver has declined your ride request. Please try again.'

@viraj89 @emmayank above messages are as per status types AWAITING_DRIVER_APPROVAL = 'AWAITING_DRIVER_APPROVAL', RIDE_ACCEPTED = 'RIDE_ACCEPTED', CAB_REACHED_PICKUP_LOCATION = 'CAB_REACHED_PICKUP_LOCATION', RIDE_STARTED = 'RIDE_STARTED', RIDE_COMPLETED = 'RIDE_COMPLETED', RIDE_DECLINED = 'RIDE_DECLINED'

Please check once and let me know if any changes required. cc @omkar-em

aniketceminds commented 1 week ago

@emmayank @viraj89 need your confirmation for above comment to do necessary changes.