Skip to content

440 availability

Bengfort requested to merge 440-availability-1 into master

This adds availability to the contact model. It is a bit ugly because it consists of 20 boolean fields.

I tried to put everything into a single field in a different branch. However, in my opinion the approach from this branch is cleaner and uses less django magic.

The JavaScript and styling can certainly be improved. Without polyfills, this javascript is not compatible with Internet Explorer. I created #12 (closed) for that.

Merge request reports