2bitcoder / Jquery-Gantt

A Gantt Plugin using Jquery, Backbone and Kinetic
19 stars 1 forks source link

[Filter Menu] Highlights #10

Closed lavrton closed 9 years ago

lavrton commented 9 years ago

will highlight rows with a color depending on the selected criteria

2bitcoder commented 9 years ago

selecting a highlight will highlight each gantt row (left panel) that meet the below criteria.

This will be a select list with the following options

Status - Backlog - Highlight Color : #D2D2D9 Status - Ready - Highlight Color : #B2D1F0 Status - In Progress - Highlight Color : #66A3E0 Status - Complete - Highlight Color : #99C299 Late Tasks - Highlight Color : #FFB2B2 Due Tasks - Highlight Color : #FFC299 Milestones - Highlight Color : #D6C2FF Deliverables - Highlight Color : #E0D1C2 Financial Markers - Highlight Color : #F0E0B2 Timesheets Tasks - Highlight Color : #C2C2B2 Reportable Tasks - Highlight Color : #E0C2C2 Health - Highlight Color: Red, Amber, Green (Taken from the Health data item) - show each color

(Taken from the Status data item) Backlog Ready In Progress Complete