How To

Add new screen

  • Get the name of the screen i.e. screen_type parameter that they will send.
  • Get the APIs request and response.

Now In your code

  • Go to screen_data, create a folder with the lowercase of screen name.
  • Create a js and and scss file in that. js file with exportObj containing the data.
  • In common.js, add the case to go to tha screen.
  • Do the specific screen based customizations if required.

Resolve Common issues

Data Issues

  • Check if the request is going properly.
  • Check if the response you getting is as per expected or not.
  • If it is not, then inform Java Team.
  • If it is then debug the code and find out issue from our end.