Closed eleidan closed 9 years ago
Update Rails routes as follows: team_members/:team_id -> teams/:id/members, team_vacations/:team_id -> teams/:id/vacations, requested_vacations/:user_id -> /users/:id/requested_vacations.
team_members/:team_id -> teams/:id/members
team_vacations/:team_id -> teams/:id/vacations
requested_vacations/:user_id -> /users/:id/requested_vacations
Update dynamic routes for the BB collections accordingly
Move and rename Rails method controller as follows: vacation_requests#requested -> users#requested_vacations.
vacation_requests#requested -> users#requested_vacations
Improve requested_accepted_inprogress scope
requested_accepted_inprogress
Improve SQL query for teams#vacations
teams#vacations
Rebase from master branch
Update TimeTableByWeek#markVacation after rebase @alazarchuk , @andriiNyzhnik , @epmlys
TimeTableByWeek#markVacation
Update Rails routes as follows:
team_members/:team_id -> teams/:id/members
,team_vacations/:team_id -> teams/:id/vacations
,requested_vacations/:user_id -> /users/:id/requested_vacations
.Update dynamic routes for the BB collections accordingly
Move and rename Rails method controller as follows:
vacation_requests#requested -> users#requested_vacations
.Improve
requested_accepted_inprogress
scopeImprove SQL query for
teams#vacations
Rebase from master branch
Update
TimeTableByWeek#markVacation
after rebase @alazarchuk , @andriiNyzhnik , @epmlys