patriciaperez90/tata-online-delivery-app

Enatega Restaurant and Rider : No Buzzing Sound for Orders Until the Restaurant App is Opened

Open

#213 opened on Mar 18, 2025

 (0 comments) (0 reactions) (0 assignees)JavaScript (1 fork)auto 404
Enatega MultiVendor Restaurant AppEnatega MultiVendor Rider AppFeatureenhancementgood first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe.

  1. No order notification sound unless the restaurant app is opened. The restaurant app does not play a buzzing notification sound for new orders unless the app is actively opened. This behavior may result in delayed responses to incoming orders.
  2. Ensure the app's notification system is configured to work in the background.
  3. Implement push notifications or background services to trigger the buzzing sound immediately upon receiving a new order.
  4. Verify that the app has the necessary permissions for notifications, including sound and background activity.
  5. Prompt users to enable these permissions during onboarding or in the app settings.
  6. Ensure that the buzzing sound is tied to the notification logic and not dependent on the app's active state.

Expected Behavior: The app should play a buzzing sound for incoming orders regardless of whether it is open or running in the background.

Contributor guide