A view for the details of a to-do item
The task detail view shows all the information that's stored for a to-do item. The information consists of a title, due date, location (name and address), and a description. If an address is given, a map with an address is shown. The detail view also allows checking off the item as done. The Details view looks like this:
As a user, I have the following requirements:
- I have tapped a to-do item in the list and I want to see its details.
- I want to check a to-do item from its details view.
You need to be able to add to-do items to the list. The next section shows what this input view will look like.