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

[Gantt Chart] - Project Bar Modal Should Correspond To Project Page

Open
#2,691 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

front-end medium
Dominant language
TypeScript
Stars
36
Forks
9
Avg merge
4d 21h
Merged PRs (30d)
11

Description

Description

Currently, when you hover over a section on a project bar, the modal that appears shows the work package that corresponds to that time slot in the timeline. What want to change this so that when overing of the project bar, the modal should correspond with the project and it should link to the project page when clicked.
image

Acceptance Criteria
  • [] hovering over the project bar will show a modal corresponding to the project and will link to the project page when clicked
Proposed Solution

Look into the GantTaskBarDisplay.tsx and its onMouseOver handler and how it is using a Gantt Task as a parameter, which could potentially be adjusted to be the project info for a project bar.

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 with GantTaskBarDisplay.tsx and its onMouseOver handler, which currently receives a Gantt task for the project-bar hover modal. Trace how the project bar and project information are represented, then verify that hovering shows the project and clicking links to its project page. Confirm the behavior against the acceptance criterion.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.