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.
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