CareSet / DURC

DURC is reverse CRUD
MIT License
3 stars 2 forks source link

Fix for updated and creating timestamps #34

Closed kchapple closed 6 years ago

kchapple commented 6 years ago

fixed updated and created timestamps so they are managed by laravel updated/create events works if you just have created timestamps and not updated, and added test SQL for that added config file with hidden fields config hidden fields are written to controller during generation so they can be overridden hidden fields are hidden on DOM only and added date formatting to durc config to edit and list views refactored some code into functions related to checkboxes and display checkmark on list view if checked (#21) (#33) (#4)