Feature #7529
openAskRide Admin Dashboard and issues
Subtasks
Related issues
Updated by Ramu Kodali about 1 month ago
- % Done changed from 0 to 100
completed:
Email OTP Configuration: updated the .env file in the admin dashboard to remove the bypass_otp setting and configured the SMTP connection details (host, port, user, password) for sending real email OTPs.
Booking Notification Fix: Investigated and fixed an issue where push notifications were not being delivered when a user clicked "request to book the seat".
Logout Confirmation: Implemented a confirmation dialog/modal that appears before a user logs out, preventing accidental sign-outs.
Android Build & Runtime Fixes:
Resolved the ninja: error: failed recompaction: Permission denied error during the Android build process.
Fixed a context error where useRideTracking was throwing "must be used within RideTrackingProvider" by correctly wrapping the RideStartConfirmationScreen.
Addressed various other build and runtime errors to ensure the Android app runs smoothly.