add task solution#1111
Conversation
mateacademy-ai-mentor
left a comment
There was a problem hiding this comment.
Review Summary
Your implementation passes all core requirements. The table sorting correctly handles ASC/DESC toggling and resets on new column selection, row selection properly toggles the active class, and the employee form includes all required inputs with correct data-qa attributes, numeric types for age/salary, and all 6 office options. Validation works as specified for empty fields, name length (≥4 chars), and age range (18-90). Notifications display with proper data-qa attribute and error/success classes, and cell editing handles dblclick, blur, Enter key, and empty input restoration correctly. The minor observations from the review (generic "Empty field!" validation messages, notification titles showing type instead of descriptive text) are UX preferences rather than functional blockers—your code validates correctly and displays appropriate notifications, just without field-specific details. Since no test failures were reported and all specified functionality is working, your solution meets the requirements. Great work on the clean event delegation and proper salary formatting!
✨ Please rate this review in the Platform's notification center1. I will be grateful for your feedback! ✨
DEMO LINK