Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine

[Frontend] - Allow Work Packages to Have Tasks

Open
#1,625 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

back-end difficult front-end
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.