-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
Description
Related document:
Related User Stories
- [Feature] Projects Management | View Projects in Grid and List View #3311
- [Feature] Projects Management | Search and Filter Project in the List Page #3312
- [Feature] Projects Management | Sort Project in the List Page #3314
- [Feature] Projects Management | Export Projects data #3315
- [Feature] Projects Management | Archive Active Project #3316
- [Feature] Projects Management | View Archived Project #3317
- [Feature] Projects Management | Restore Archived Project #3318
- [Feature] Projects Management | Link Related Project in Add and Edit Project Page #3320
- [Feature] Projects Management | Delete Project #3321
- [Feature] Projects Management | Create New Project #3331
- [Feature] Projects Management | Edit Existing Project #3332
As a manager, I want to manage project team members and their roles so that I can optimize resource allocation and ensure project delivery efficiency
Description
Managers need comprehensive control over project team composition within Ever Teams. This capability ensures proper staffing levels, clear responsibilities, and efficient resource utilization across projects while maintaining transparency and accountability.
Flow
- Manager navigates to project creation/edit
- Accesses "Team Members" section
- System displays:
- Current team roster
- Available team members
- Manager can:
- Select team from organization
- Add members from selected team
- Remove members
- System validates changes
- Manager reviews and confirms
Design
Acceptance Criteria
Team Selection
- Display list of available teams in organization
- Filter teams by department/location
Technical
Available:
- API Documentation : https://api.gauzy.co/swg#/Employee/EmployeeController_findAllWorkingEmployees
- Method :
GET
- Sample Request URL:
/api/employee/working
- Sample Payload:
data: {"findInput":{"organizationId":"d9d81137-d885-4cea-bd63-9aedac8ee0ee","tenantId":"73a81ed0-6d9c-47c1-9a80-6f087c146fc6","forRange":{"startDate":"2024-12-08T17:00:00.000Z","endDate":"2024-12-11T16:59:59.000Z","isCustomDate":true},"withUser":true}}
- All data is available in the API