binarapps / slack-integrator

8 stars 3 forks source link

Filter params for reservation #5

Open mbroderson opened 8 years ago

mbroderson commented 8 years ago

It would be nice to upgrade filter_params method in services/create_reservation.

For now, it just use split and save splitted value to the database so it can save values like 1800 or 111. We would want to have hour values only. Test for this method is needed aswell.