CyberCraftInc / vacation_system

Cyber Craft Vacation System
0 stars 0 forks source link

Implement TimeTables view #9

Closed eleidan closed 9 years ago

eleidan commented 9 years ago

TimeTables view is able to render provided list of teams. All teams are rendered according to selected date range and view type. Date range can be specified with HTML input controls. View type can be specified with HTML select control. All the time tables are updated on date range and view type updates.

Improvements: Extract joins in teams#vacations into VacationRequest model scope. Remove joining of teams in teams#vacations.

Integrations: jQuery load mask plugin

UPD @alazarchuk , @epmlys