Suggestion for search api and select api #23
abhijitkumar84
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently below is flow for metro use case
1. Call search api to get all station
2. user will select to and from station then again call search to get fare
3. After user select(SJT, RJT, PASS ...) Call select , init and confirm call
Mostly metro station data is static will change very rarely , so most of bap will cache this data for better user exprience
If Bap is caching this data Unncessarily we will be calling 2nd search call (it defeats puprouse of caching)
proposal
Beta Was this translation helpful? Give feedback.
All reactions