Ma77Ball opened a new issue, #5172: URL: https://github.com/apache/texera/issues/5172
### Task Summary This task is to remove project routing and the related now-dead code: - Remove the project routing test case in `frontend/src/app/dashboard/component/user/list-item/list-item.component.spec.ts` (lines 145–149) that asserts project entries route to `[USER_PROJECT, "200"]`. - Remove the corresponding project-routing logic in `list-item.component.ts` (the `initializeEntry` / `entryLink` handling for `type: "project"`). - Remove the `user/project` and `user/project/:pid` route definitions from `routing.module.ts`, along with any now-unused component references (`UserProjectComponent`, `UserProjectSectionComponent`). - Clean up any other now-orphaned imports or references to those routes/components. ### Task Type - [x] Refactor / Cleanup - [ ] DevOps / Deployment / CI - [ ] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
