Open Issues Need Help
View All on GitHub Bug: failed manual test create category about 1 month ago
AI Summary: Debug a React application's category creation functionality. The 'Create Category' modal opens correctly, but the newly added category ('Drinks') is not automatically selected after creation. This requires inspecting the relevant components (ProductFormModal, ProductsPage, CategoryAddModal) and services (product.service.ts, category.service.ts) to identify why the newly created category isn't being selected in the UI. The debugging will likely involve examining state management, API calls, and data flow within the React components.
Complexity:
4/5
bug good first issue