{% extends "layout.html" %} {% block body %}

Help

What is ToDoo?

ToDoo is yet another todo web app. What makes ToDoo stand out is that it is weekly based and extremely simple to use.

How do I use ToDoo?

ToDoo is weekly based, which means that you will only be able to see tasks one week at the time. Tasks not checked will be transfered to the coming week, and checked tasks will not be visible in future weeks.
However, if you'd want to go back in history it is still possible to go back to past weeks and look at what tasks where created when and when they have been checked. No tasks will ever be removed unless you choose to.

When you check a task the text becomes grey, and an note of which week it was checked will appear at the end. This corresponds to which week is currently viewing, so it is possible to check tasks in future weeks or in past weeks as well, if you'd ever want to.

There is also a panic button to let you mark tasks as extra important. The text of the task will turn bold and red when it is set to panic.

Why have you created this?

It was something I always wanted since I myself only plan weekly. Also it is an examination work for a course at Stockholms University, institution Data-SystemVetenskap. The course was named InternetProgrammering II and was held by Pierre Wijkman. ToDoo was admitted week 51 2011.

{% endblock %}