When creating a new user it asks for all information (Phone number, email address, name and role) instead of just name and role

This commit is contained in:
NPS Agent
2026-05-13 10:47:44 +09:30
parent fd84caef63
commit 66545db312
4 changed files with 21 additions and 2 deletions
+1
View File
@@ -71,6 +71,7 @@
- **`n`**: Open the "Add Task" modal from the main dashboard (disabled while typing in inputs).
24. **Drag-and-Drop Stability:** Fixed a bug where tasks would "disappear" if dropped in an invalid area. Tasks now remain visible at their original position if a drop is cancelled.
25. **User Deletion Safety:** Implemented a backend check to prevent deleting users who have assigned tasks or notes. Upgraded the frontend `ApiService` to correctly parse and display these descriptive error messages from the backend.
26. **Enhanced User Creation:** Added email and phone number fields to the "Add User" form in the workspace settings, ensuring full contact profiles are created for new team members.
### Phase 3: Advanced Features
- **Real-time Notifications:** Explore WebSockets for task assignments.