apache / apache/texera

Remove project routing from the user dashboard

Open
#5,172 16 comments 0 reactions 1 assignee Claimed by @Ma77Ball View on GitHub
Dominant language
Scala
Stars
314
Forks
187
Avg merge
1d 21h
Merged PRs (30d)
214

Description

### 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.