CyberCraftInc / vacation_system

Cyber Craft Vacation System
0 stars 0 forks source link

Implement RoR and BB parts of Holidays, rework vacation requests related functionality #12

Closed eleidan closed 9 years ago

eleidan commented 9 years ago

Implement RoR and BB parts of Holidays. Holiday view does not expose HTML controls to users without manager role.

Rework creating new vacation requests on BB Update form template. Add validations.

Rework VacationRequestsController#create action method The method considers authentication and authorization. The method also ensures the following:

Integrate the following tools:

The following model is renamed:

All Holiday related entities are renamed as well, or created. Migration for DB table renaming is added.

The HolidaysController is created with the following action methods:

The following authorization policies are added:

Add the following helpers:

Improvements: