SIMS
SIMS copied to clipboard
Vue Pages and API Calls
Loading status on Vue pages and overall loading information. Global solution to handle individual "API calls" where the template with loaded data can be displayed only when data was returned from the remote call. Ensure that every "API or remote call" will have an error handling associated.
Acceptance Criteria
- [ ] Global solution to handle individual "API calls" where the template with loaded data can be displayed only when data was returned from the remote call.
- [ ] Ensure that every "API or remote call" will have an error handling associated.