Actions
dev #3696
open[FE]: Folder Structure Organization & Dashboard Bug Fixes
Description
** 1. Organize Modular Folder Structure**¶
Implement the agreed modular architecture inside the _utilities folder:
- Restructure modules following our decided modular approach.
- Keep all types, data, components, and functions strictly inside their respective page/module directories.
- Use the
vendor/talentpublic page module as the reference example. - Ensure clean separation of concerns and maintainability.
** 2. Review SQA Report & Fix Dashboard Bugs**¶
- Go through the SQA report sheet.
- Fix all reported dashboard-related bugs.
- After each fix, update and mark the status directly in the SQA sheet.
- Here is the issue sheet
** 3. Use Reusable Components**¶
- Replace any custom UI logic with our reusable dropdown and modal components.
- Ensure consistency across the dashboard UI.
- Remove duplicate or unnecessary local components.
Actions