TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: what do you think is the best UI for setting up recurrence?

4 pointsby mmelinabout 15 years ago
Recurring tasks, reminders, emails or deliveries. Anything where you have something that should re-occur on some schedule.<p>What is the best UI that you've seen for configuring this?<p>- Free form text field, i.e. typing "every 24 hours"<p>- Classic form, dropdowns and radio buttons (examples would be appreciated)<p>- Crontab...<p>- Something else entirely

2 comments

jaymonabout 15 years ago
A lot of what is "best" has to do with how specific you want to be. Appending "every" to a date is great if you want something to occur every N. But what if you want it to occur every other N? Or the first N of every M? There's a reason why things like Crontab or iCalendar's RRULE are so specific and verbose.<p>In order to decide what is "best" I would first decide how specific I needed to be and then start to narrow my input options based on my defined need.
评论 #1196711 未加载
mmelinabout 15 years ago
Examples of the classic form:<p><a href="http://www.taskcoach.org/screenshots/0.71.2-Windows_XP-Task_editor_with_recurring_task.png" rel="nofollow">http://www.taskcoach.org/screenshots/0.71.2-Windows_XP-Task_...</a><p><a href="http://crowdfavorite.com/images/screenshots/tasks/2.7/recur_600.gif" rel="nofollow">http://crowdfavorite.com/images/screenshots/tasks/2.7/recur_...</a>