ProblemWithTodoApplications

Last modified by Michelle Shi on 2010/03/19 01:00






The todo application is not convenient to use.

  1. can't delete todo item in Todo MainPage.
  2. can't change todo status without open editor of the todo item document Bug.
  3. can't use html in todo description. I think because todo class don't have a title. In Todo Mainpage, the render use the content of todo Item. A title of todo is need.(done)
  4. the length of todo description is to small.(done)
  5. can't use the content of "create todo" form. It should work like blog application. When input the title of todo, submit, the title should automatically fill to the title of todo item.  the relationship between todo item title and the document title
  6. The parent page of todo class is not properly.(done)
  7. in xwiki farm the assign only be the local user, can't select the global user.
  8. The editor of todo item description is the old WYSIWYG editor.
  9. The todo  Dashboard should be sortable and filterable in its introduction, but it's not now.

There is a incubator project http://incubator.myxwiki.org/xwiki/bin/view/Todo/. This project seem to sovle all my problem.