In Dhan iOS App suppose I have opened OptionChain of any index. Now I want to buy either Call/Put. UX after “Buy” click isn’t so good. App generate notification sounds like order has been placed successfully and it then close the order window immediately. If we check the order status, it was rejected (whatever may be reason). To place order again user need to follow all steps again which creates delay in order placement.
I assume order placement is async process but I’m thinking to do something here so that if order is about to reject (or something) then allow user to submit again after changing few inputs and place it again or close window manually.