Open Issues Need Help
View All on GitHubAI Summary: This issue requests a new GET API endpoint. The API should retrieve a list of all projects, with each project including details of its associated employees, categorized by roles such as delivery manager, manager, lead, and developers. The primary purpose is to feed a frontend application that displays this project and personnel hierarchy in a tree format.
AI Summary: This issue requests the creation of a new GET API endpoint. This API should return four specific counts: total projects, total employees, total project-assigned employees, and total bench employees. The primary purpose of this API is to provide data for integration into a dashboard.
AI Summary: Refactor and improve the backend controllers of the PeopleHub application. This involves enhancing validation logic, ensuring consistent error responses and appropriate HTTP status codes, and generally cleaning up the code for better maintainability. The project uses Node.js and MongoDB.