CyberCraftInc / vacation_system

Cyber Craft Vacation System
0 stars 0 forks source link

Improve teams selection on Dashboard #17

Closed eleidan closed 9 years ago

eleidan commented 9 years ago

Replace HTML select control with Bootstrap button group with checkboxes. Each checkbox represents a team, the user is a member of. All the checkboxes are checked by default.

Update template for App.Views.Dashboard

Update App.Views.Dashboard

Update App.Views.TimeTables

Add getTeamsByIDs() method to App.Collections.Teams The method returns array of Team models selected by given array of IDs.

Update BB router Extract App.Collections.Teams from Dashboard.

Let approval requests panel to be visible again

@alazarchuk , @epmlys , @rubycop

epmlys commented 9 years ago

+1