dzhw / zofar

10 stars 1 forks source link

calendar: month picker / drop downs for begin and end-date within the dialog #471

Closed andreaschu closed 2 years ago

andreaschu commented 2 years ago

As a respondent I want to select or change the begin and end- dates easily. As a researcher and a developer I want to asure that only dates within the range and no implausible dates (e. g. 30.02.2020) can be filled in. As a researcher I also want to reduce the cognitive load for the respondents in the way, they only should think of answers on a monthly basis intstead of a daily basis.

grafik

vdick commented 2 years ago

this could be a possible alternative for dropdowns https://jsfiddle.net/cfzd5hy1/1/ (to make the dialog more clear)

vdick commented 2 years ago

this is the representation with dropdowns Screenshot_2022-01-28 Zofar Demo

vdick commented 2 years ago

input fields(start/end) have been replaced by dropdowns

andreaschu commented 2 years ago

This is already a good solution. Thus, to my mind it would be better to have the month-picker. I imagine it is easier to controll the range of the possible dates, especially when the ranges begins or ends in the middle of a year.

vdick commented 2 years ago

month picker is in progress :)

vdick commented 2 years ago

this could be the solution: https://kidsysco.github.io/jquery-ui-month-picker/

andreaschu commented 2 years ago