CyberCraftInc / vacation_system

Cyber Craft Vacation System
0 stars 0 forks source link

Implement setting vacation to used status #43

Closed eleidan closed 9 years ago

eleidan commented 9 years ago

Vacations with status set to inprogress can be set to used by vacation owner. This functionality is needed to indicate that vacation is used.

Add finish action to RoR router Add the action method as member of vacation_request resource.

Add RoR finish action Add the action method as member of vacation_request resource.

Add authorization policy

Add BB template for Finish button The button represents process of setting used status.

Add BB handler for Finish action

Cover RoR related changes with tests