Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Frontend] - Allow Work Packages to Have Tasks
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
Currently, tasks are only able to be made for projects, not individual work packages. We want to give users the ability to create tasks on the work package level.
Acceptance Criteria
- The shared types for WbsElement and Project are changed so that the tasks field is moved to the WbsElement interface
- Work Package Details page has a Tasks tab identical to the one on Project Details page with the same Task List component
- When a task is added to a work package it should also be added to its project
- The create task endpoint will still work, but you should update names / comments from "project" to "wbs element" in the service method
Proposed Solution
see above ^^
Mocks
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the Work Package Details and Project Details pages, then trace the shared WbsElement and Project types, the shared Task List component, and the create task service method. Done means work packages expose the same Tasks tab, tasks are reflected on their project, and service terminology consistently refers to the WBS element.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100