This is a project management application, there are many projects with start date and end date.
I wish to have a schedule page which displays projects with their timeline, something like a gantt chat. Each project consumes one row of the table and the timeline(duration) is highlighted in the yearly calendar.
I am using html and agularJS. I use ng-repeat to retrieve project list which contains project name, start date and end date.
I am not sure how to do yearly calendar and display the dynamic timetable on the calendar.