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
Finish restructuring Portal’s frontend to consume the backend’s new CRUD endpoints and implement all flows. This means that the UI components that create, read, update or delete data will call the appropriate endpoint and then will render the next UI component based on the condition of the data. For example, render an error message, go to the next step, open a subpage with additional data, etc.
The text was updated successfully, but these errors were encountered:
Finish restructuring Portal’s frontend to consume the backend’s new CRUD endpoints and implement all flows. This means that the UI components that create, read, update or delete data will call the appropriate endpoint and then will render the next UI component based on the condition of the data. For example, render an error message, go to the next step, open a subpage with additional data, etc.
The text was updated successfully, but these errors were encountered: