Open Issues Need Help
View All on GitHubAI Summary: Implement an automated welcome message for new pull requests in the AutoCare ReactJS frontend repository. This mirrors a similar task already underway in the associated REST API repository, suggesting a shared solution or at least consistent messaging.
AutoCare is a well-organized ReactJS sample app
AI Summary: Implement a PUT /api/customers/:id endpoint in the Mock Service Worker (MSW) to handle updating customer data. The handler should update the mock data store, return a 200 OK response with the updated customer data, and ensure the UI reflects the changes after a successful update.
AutoCare is a well-organized ReactJS sample app
AI Summary: Implement a DELETE handler in the Mock Service Worker (MSW) to simulate deleting a customer from the mock API. The handler should remove the customer from the mock data store and return a 204 status code. This will enable the 'Delete' button in the UI's customer list to function correctly.
AutoCare is a well-organized ReactJS sample app