Habemus Dialogum - We Have a Dialog

This article is about a single dialog. The dialog with which users will be able to specify the repeat settings of a recurring task.

When you set out to do something new, it is a good idea to have a look at what others in the field have done before. When we began to approach recurring tasks, we looked at iCal’s recurring events. We wanted Things to be as flexible and powerful as iCal. The corresponding interface in iCal also seemed well done. Naturally, we copied it. Here is an example:

Repeating Tasks (Old)

Not too shabby, is it? It seemed fine in theory. But after implementing and combining it with the underlying logic, it took us only minutes to discover that it didn’t work as expected. Not that anyone was able to tell exactly why. And that’s often the case when developing user interfaces. It just didn’t feel right. But how to improve it? We don’t remember how many mock-ups we passed to each other in the search for a solution. Here is a selection of them, together with the iCal inspired ones:

Repeating Tasks Dialog Poster

In hindsight it is much easier to tell why we didn’t like the previous approach:

  • We made users think about whether recurring tasks have a due date even before they had a chance to enter the recurrence pattern.
  • Regardless of the chosen interval (daily, weekly, monthly, yearly), the last option was always “after completion”. Repetition in user interfaces is often a bad sign.
  • We wanted to have the option of generating tasks for iCal events (think birthday calendar). But the user had to select “yearly” first in order to even discover this option.
  • The iCal inspired controls itself weren’t optimal. They took up a lot of space. And we often accidentally selected multiple days when we just wanted to change the current setting.
  • We wanted to add support for start and end dates as well and felt that this would clutter up the dialog even more.

To cut a long story short, we are still friends :), but we fought uncompromisingly, and now each one of us is satisfied with the result:

Repeating Tasks Final (Create)

Why we like this one:

  • The user gets to choose “daily”, “weekly”, “monthly”, “yearly”, “after completion”, “for iCal events” first. No more repetition of the "after completion" option. The "iCal events" option is easily discovered.
  • The box below the pop-up collects precisely those controls that depend on the chosen selection. (“Next” and “Ends” don’t apply for the “after completion” and “iCal events” selection and needn’t be shown in those cases.)
  • Simple recurrence rules can be specified using just one line of controls, e.g. “every 1 month on the 1st day”, or “every 1 month on the 2nd Sunday“. If the recurrence rule is more complex, additional lines can be added by clicking the + button. So, the complexity of the dialog scales with the complexity of the recurrence rule!
  • Unlike iCal we don’t have the luxury of a large calendar to show the result of specifying a recurrence rule. Yet, we still found a good place to show upcoming dates: right after “Next”.
  • Some repeating tasks have due dates, some don’t. Just before the user confirms the dialog, he or she is invited to clarify whether the specified dates were actually meant as due dates (e.g., “pay rent on the last day of every month”). In that case, the user might want to also specify how many days before the due date she would like to see the corresponding task in her Today list (for the better part of the month she probably doesn’t want to know about the payment).
Repeating Tasks Final (Create)

Note how the dialog slightly changes to reflect that dates are now meant as due dates.

Don’t follow us on Twitter

It was German web designer extraordinaire Manuela Hoffmann who suggested we might publish status updates on Twitter. And a point she has.

Posting blog entries and following the comments always takes focus away from actually evolving Things itself. Often the question is: shall we continue implementing that user request or shall we rather explain what we are doing? Very simple you might say: do both!

Tweets to the rescue: Writing a line or two shouldn’t be that distracting or time consuming, should it? We decided to give it a try. All credits to Manuela if it works, we take the blame if it doesn’t :)

Oh yes, why shouldn’t you follow us on twitter? Well, why would you want to be frequently updated with boring details about writing code?

twitter.com/culturedcode

Tip: Tweets will be signed, so you can see who wrote them. Chris (ck), Jürgen (js), Oli (om), Werner (wj).

The best recurring tasks we’ve ever made

22 days since the last blog post – how could that happen? Well, let’s face it, we got a bit carried away with working on Things. That both our coders got sick a week ago certainly didn’t help. Neither did those hard to track bugs in Tiger that required a workaround...

But we promise to be good boys now! Oh, and thanks for all the nice comments! Expect to find more specific replies here soon.

Right now we are working very hard to integrate recurring tasks into Things. And not just any recurring tasks...

Thank you all for your great support.

0.8.5 - Quick Filing and Due Items That Move

The Quick Entry dialog now allows to file new todos under existing projects or areas of responsibility. Just open the dialog with your favorite shortcut (-> Preferences) and select a project or area from the “Where” menu.

We have introduced new keyboard shortcuts that are also useful in the Quick Entry dialog. Hold down ⌘1, ⌘2,... to select “Today”, “Next”, etc. from the “Where” menu.

The ⌘1, ⌘2,... shortcuts can also be used in todo lists (see the Todos > Move To menu). Please note that previously these shortcuts have been used to switch to different lists. To go to the Inbox, Today, Next,... lists use ⌘⌥0, ⌘⌥1, ⌘⌥2, etc. (see the View > Go To menu).

Items due today are now automatically moved to the Today list. This is the default behavior, but it can be turned off in Preferences.

Undo/Redo has been completely revised and works much more reliable now. Not every operation can be undone yet, but we will continue to improve the situation in future releases.

Further improvements include:

  • Bug fixes and performance improvements
  • Several visual improvements for Leopard users
  • Changed style for displaying projects and areas in lists.
  • “Check Spelling While Typing” now remembers setting across launches.
  • Larger drop target for todos dragged to the bottom of a list.
  • Double clicking into the empty space below a list now creates a new todo.
  • Toolbar button and action menu item for emptying the trash.
  • Hot key for Quick Entry dialog now works as a toggle.