CyberCraftInc / vacation_system

Cyber Craft Vacation System
0 stars 0 forks source link

Implement BB accept-decline of vacation request #30

Closed eleidan closed 8 years ago

eleidan commented 8 years ago

Update RoR routes Add approval_requests action method to the User resources.

Update UsersController Add #approval_requests action method to provide approval request related data in one complex DB query.

Update ApprovalRequestsController The #cancel and #decline action methods respond with message, not only statuses.

Add App.Models.ApprovalRequest

Update App.Collections.ApprovalRequests The url is now dynamic and constructs proper uri.

Update Rubocop rules

@alazarchuk , @epmlys , @rubycop , @afurm