How to disable unnecessary notifier

30 views Asked by At

So I'm trying to create some ride sharing app. So when user enters required info (form dest to dest date) if this kind of trip exist in database one should be redirected to the next screen but if any of the mandatory fields (from dest to dest trip date) are not equal to already created trip offers one should get a notifier that there are no offered trips for this destination at certain date and user should fill ride request form by clicking on create trip button. So when all parameters are ok new screen opens but notifier user is anyway notified that trip doesn't exist. Please see attached graph from my code.

enter image description here

0

There are 0 answers