Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate and Display Unsolicited Messages from Drivers to Riders #1974

Open
5 tasks
viraj89 opened this issue Sep 2, 2024 · 3 comments · May be fixed by #2136
Open
5 tasks

Evaluate and Display Unsolicited Messages from Drivers to Riders #1974

viraj89 opened this issue Sep 2, 2024 · 3 comments · May be fixed by #2136
Assignees
Labels
enhancement feature request mobility-bap-migration Mobility BAP for 1.1.0 mobility-bpp-migration Mobility BPP for 1.1.0

Comments

@viraj89
Copy link
Collaborator

viraj89 commented Sep 2, 2024

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

  • Evaluate the unsolicited messages sent from drivers to riders.
  • Implement a feature to display these messages in the rider app.
  • Ensure the messages are displayed clearly and appropriately.

Expected Outcome

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

Acceptance Criteria

  • Unsolicited messages from drivers are evaluated and displayed in the rider app.
  • The messages are presented clearly and appropriately within the app.

Mockups / Wireframes

NA

Product Name

Beckn

Domain

Mobility

Tech Skills Needed

UI Development, Messaging Systems

Complexity

Medium

Category

Enhancement

Sub Category

UI Development

@viraj89 viraj89 added enhancement feature request mobility-bap-migration Mobility BAP for 1.1.0 mobility-bpp-migration Mobility BPP for 1.1.0 labels Sep 16, 2024
@aniketceminds
Copy link
Collaborator

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
Copy link
Collaborator

aniketceminds commented Sep 18, 2024

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature request mobility-bap-migration Mobility BAP for 1.1.0 mobility-bpp-migration Mobility BPP for 1.1.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants