· Create a Task list
· Add records with different statuses
· Add task list to a page (like list view web part)
· Highlight the records of different statuses in different color.
· Add a legend before the task view web part to give instructions about the colors
Output should be as follows
Not Started | In Progress | On Hold | Completed |
Title | Assigned To | Due Date | % Completed | Status |
Task 1 | ABC | 10/02/2016 | 0 | Not Started |
Task 2 | Xyz | 1/02/2016 | 20 | In Progress |
Task 3 | Pqr | 31/01/2016 | 50 | On Hold |
Task 4 | AAA | 1/2/2016 | 100 | Completed |