You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the backend changes it's API we need an easy way to have different versions of the front end to use the correct version of the API.
For example pagination to the Applicant, the grid is being changed to pass back pagination information as well as data. The current version is only passing back data.
The text was updated successfully, but these errors were encountered:
The approach I am seeing done is essentially having a separate set of routes and controllers for each version on the backend. For the frontend we can just keep the version on separate branches.
When the backend changes it's API we need an easy way to have different versions of the front end to use the correct version of the API.
For example pagination to the Applicant, the grid is being changed to pass back pagination information as well as data. The current version is only passing back data.
The text was updated successfully, but these errors were encountered: