onmotion / yii2-survey

Adds survey functionality to your Yii2 application
14 stars 20 forks source link

Add calendar type for choosing meeting date #12

Closed hguenot closed 5 years ago

hguenot commented 5 years ago

Adds a calendar type to make something similar to Doodle and to propose different date/time to users in order to find a better date for a meeting (for example). For each answer, 3 responses are offered : Available, Unavailable or If Needed.

This is a first and basic implementation because answer are basic text fields. They could be coupled with a schedule widget in a future (i.e. https://www.yiiframework.com/extension/kriss/yii2-calendar-schedule)

onmotion commented 5 years ago

Merged with tag v0.1.4. Thanks