CyberCraftInc / vacation_system

Cyber Craft Vacation System
0 stars 0 forks source link

Implement BB cancellation of vacation request #22

Closed eleidan closed 9 years ago

eleidan commented 9 years ago

Add template for the operation button

Refactor handling of personal vacation requests Extract related logic into separate view.

Add App.Collections.PersonalVacationRequests The collection represents all vacation requests that are to be approved by managers.

Add App.Views.PersonalVacationRequests The view is responsible for rendering and interactive manipulations on a list of vacations provided by PersonalVacationRequests collection.

Add template for vacation requests table The template provides properly styled table container.

@alazarchuk , @epmlys , @rubycop , @afurm