Task Management System API:
1. I utilized Postman to build and test a Laravel API, which has been further developed into a dynamic task management system. This system enables one project to accommodate multiple employees through a many-to-many relationship via a pivot table, as well as multiple tasks, with each task supporting multiple to-dos.
2. To optimize functionality and reduce redundancy, I implemented trait-based controller functions by creating ProjectStore and ProjectUpdate traits within the app/Traits/Projects directory to manage complex operations efficiently.
2. To optimize functionality and reduce redundancy, I implemented trait-based controller functions by creating ProjectStore and ProjectUpdate traits within the app/Traits/Projects directory to manage complex operations efficiently.
GitHub Repository: https://github.com/zabeer001/RB/tree/main/task_management