@asmah2107 Save phone battery
- Send location only if the last sent location has changed by a certain amount OR more than a minute has passed
- If drivers speed is slow send after 8/16 secs.
Save overwhelmed servers
- Put location events to a queue. Then bulk read and bulk save them to DB.
@asmah2107 Introduce idempotent behaviour using a separate storage or make sure the payment api accepts a unique parameter which will catch the duplicate.
#Whatsapp has been failing to properly sync the msgs on the web app. New msgs don’t show up, whatsapp just asks you to check this msg on mobile, historical msgs don’t sync properly.
Now I am curious whether they even know of this problem or are just blindly ignoring it.
This kind of service is not tolerable. Had to cancel my plan at the last moment just because the “already booked” car was shown as “not available”. Request you to look into this and refund the full booking amount (already paid in advance). 2/2
Hey @Zoomcar_India ,
After a confirmed car booking (ID JPSNCKKTV) , I was still not provided with a car and there is no option to talk to any customer care executive on your website. On trying to cancel the trip it shows that "Ongoing trip can not be cancelled". 1/2
@BendikMatej @universecodec You can use env variables on your local. I’ll suggest to not push them to github unless you require them to be a part of building the package. In that case also you can inject them at runtime if possible