Task #19071
UI: Implement misc feature
Start date:
17/05/2024
Due date:
% Done:
100%
Estimated time:
Description
Add validation for the API response. If a required field is empty or not received from the API, the frontend should reject the response and display an error message.
Implement basic error handling. For example, if the API returns a response indicating that data was not found, display this message in a toast notification on the UI.
Updated by Adarsh Shukla 11 months ago
- % Done changed from 0 to 10
Added some common response interfaces and removed unused libraries and packages.
Updated by Adarsh Shukla 11 months ago
- % Done changed from 50 to 80
Wrote custom method to validate API response data with schema model, also implemented AJV MIT licence for the same.
Updated by Adarsh Shukla 11 months ago
- % Done changed from 90 to 100
- Status changed from In Progress to Closed