This PR adds a Gantt View of the role on the Project Detail page, as well as fixes the GanttCell implementation to match both the Role and Assignment Gantt styling.
This should resolve all Gantt work currently active (STAF 389, STAF 423)
Note: I think that the current Gantt implementation should be refactored when work resumes in earnest on STAF. Right now, it only works with the current implementation of Role and Assignment. Additionally, the way that endConfidence is rendered currently (by duplicating the role) is not ideal, and is resulting in some small UI bugs.
This PR adds a Gantt View of the role on the Project Detail page, as well as fixes the GanttCell implementation to match both the Role and Assignment Gantt styling.
This should resolve all Gantt work currently active (STAF 389, STAF 423)
Note: I think that the current Gantt implementation should be refactored when work resumes in earnest on STAF. Right now, it only works with the current implementation of
Role
andAssignment
. Additionally, the way that endConfidence is rendered currently (by duplicating the role) is not ideal, and is resulting in some small UI bugs.