Clarify recurrence-interval
-
Recurrence interval currently reads like this:
This event repeats [Monthly] every [1 ] month on the [first ] [Wed] of each month
We have gotten complaints of this being confusing, and we have to agree, both on readability and clarity. It also leads to strikingly impossible statements: “every [2 ] month … of each month”. Here’s my suggestion:
This event repeats [Monthly] on the [first ] [Wed] of [each] month
Rationale and benefits:
1. More human-readable.
2. No more errors with month vs. months, for which every language has their own rules.
3. “Every [ ] day/week/month/year” does not need an unlimited amount of choices. In the spirit of not creating unnecessary options in the UI I would start with three options, “each”, “every second” and “every third”, and add more only if feedback warrants it.
4. PHP, CSS, HTML, translations and JS become easier to maintain. I’ve had to study the current solution thoroughly in order to make customizations and it’s particularly tricky.
The topic ‘Clarify recurrence-interval’ is closed to new replies.