Sunday, July 25, 2010

Update to ToDoList

I have made an update to the ToDoList WPF application I wrote some time ago.

ToDoList version 1.2.0.0

Changes:

  • Created a ViewModel for the To Do List object and To Do List items.
  • Setup templates in the MainWindow XAML that display the ViewModel.
  • Added in an edit window.
  • Added in a context menu for items that allows for editing, deletion and marking as done.
  • Added in edit and delete functionality.

I think the final addition will be to allow users to view done items. I'll get around to this at some point :D