CyberCraftInc / vacation_system

Cyber Craft Vacation System
0 stars 0 forks source link

Change DB structure #54

Closed eleidan closed 9 years ago

eleidan commented 9 years ago

The main idea is to remove redundant semantic entities from 'vacation_requests' table.

Rename 'planned_end_date' column to 'end_date'

Remove 'actual_end_date' column

Update RoR VacationRequest model

Upadte RoR VacationRequestsController

Update factory for User

Update factory for VacationRequest

Update all the related RoR tests

Update all the related BB parts

Update all the related BB tests

Review on Reviewable

alazarchuk commented 9 years ago

LGTM