DOWINN-INTERN / employee-record-system-frontend

🤖 A simple and responsive application for managing employee records, built with React, TypeScript, and Tailwind CSS. It lets you easily add, view, and update employee information.
MIT License
1 stars 0 forks source link

Finish the Position Hierarchy in Positions (Organization Module) #3

Open wndrflgrc opened 1 month ago

wndrflgrc commented 1 month ago

The position hierarchy is not yet complete(Design wise). You can refer to the prototype to understand more. What we have in mind is a dynamic Hierarchy with multiple positions inside a single level regardless of whether it is on the left or right. And the role itself is clickable to set the employees within that position, whether they are request approvers or not. I merely did a GET request, not a POST request.

https://github.com/DOWINN-INTERN/employee-record-system-frontend/blob/e33e3f3d2edac081fea7be3dd2a2192998275492/main/src/pages/Organization/Position/PositionManage.tsx#L1-L65

https://github.com/DOWINN-INTERN/employee-record-system-frontend/blob/e33e3f3d2edac081fea7be3dd2a2192998275492/main/src/pages/Organization/Position/PositionManageButton.tsx#L1-L65

https://github.com/DOWINN-INTERN/employee-record-system-frontend/blob/e33e3f3d2edac081fea7be3dd2a2192998275492/main/src/pages/Organization/Position/PositionManageCard.tsx#L1-L36