dudel icon indicating copy to clipboard operation
dudel copied to clipboard

This used to be a webapp for scheduling meetings easily. Now it's no longer maintained. Have a look at Bitpoll instead:

Results 51 dudel issues
Sort by recently updated
recently updated
newest added

When accessing current `master` dudel in German, I sometimes get `UnicodeEncodeError`. It seems that the codec is not set up correctly everywhere. One way to reproduce this is to do...

The ability to select the language has been lost with the re-design. Since hardly any user will know how to reconfigure their browser to send a different language header, the...

People with red green blindness can't distinguish the default colors for "yes" (99cc66) and "no" (ff9966). This affects about 5% of the people (with men more often affected than women)....

Discussion
Accessibility

When voting on a poll, the radio input field elements are hidden. Since they carry the semantics of the voting mechanism, there is no way of voting without some kind...

Accessibility

If I add cusom answer values, I can't influence the ordering witch is not so good if you wand to have answer values like 0, 0.5, 1, 1.5 and 2...

In some cases the sub-choices will get grouped together: ![2015-04-14-150027_1600x900_scrot](https://cloud.githubusercontent.com/assets/1304154/7137156/9fd6b4f4-e2b7-11e4-828c-6fc1cc44d38f.png) The columns "Abend1" and "Abend" get grouped together if they get the same Name, witch is not the desired behavior

As far as i can see there is no function that allowes an logged in user to edit his comments. The function to delete a comment is existent, so one...

Feature

The current date selection field inteprets inputs like "in 2 weeks" but does not show a calendar to allow users to select dates visually, which is useful especially in cases...

Discussion
Design

There should be an option for each poll to disable auto-deletion. - [ ] add boolean field to poll, add migration - [ ] server-wide default value `AUTODELETE_DEFAULT = False/True`...

Feature
Needs migration