chores: user interface
login
I call it a login screen, but it's really just the first screen. Basically, you have to pick who you are so it'll only show your chores.

A note about sharing this application: Though people can share chores, two people can't both have "Hair Cut". It needs to be two seperate chores, like "Hair Cut - John" and "Hair Cut - Smith", because they're two seperate tasks that need to be completed.
due list
The first tab (which is on every page) is a link to this page. This screen lists all the chores that are due.
go! (displays one chore at a time)
The second tab (which is on every page) is a link to this page. This is intended to be the screen you use the most. Basically, it lists one chore at a time, sorted by category priority then by each chore's `displayOrder`.

You have up to four ways of "completing" each chore.
(1) You decide you don't need to perform the chore this often and would like to permanently add another day to the cycle. You can only do this if the chore in using the `everyXdays` method of determining due date.
(2) You can procrastinate. This means you don't feel like doing it today, and it'll show up in your to-do list for tomorrow.
(3) You can skip it. It will show up in the due list if you return to it. If you leave and return to this "one at a time" view, it'll show up again.
(4) Or you can report that the chore has completed.

And at the bottom, there's a link back back to the due list.
edit
The third tab (which is on every page) is a link to this page. You can add, edit, reorder, or remove chores. You can add, edit, reorder, or remove categories. And you can add, edit, or remove persons.
done
This is what the screen looks like when you're done. Wee!