noisebridge / pyclass-project

Other
8 stars 2 forks source link

ToDo item details page #27

Closed Belgand closed 12 years ago

Belgand commented 12 years ago

Each ToDo item should have a page that shows more detailed information about it. This should include basically all of the information contained in it including sub-tasks. Sub-tasks should only display their title, but be links taking you to their own detail pages. Do not include either comments or updates as these will be getting removed in issue #29 in favor of Django's included comment system.

Since it is unlikely to need any additional logic consider using the DetailView generic view.

Belgand commented 12 years ago

Sub-tasks are deprecated. Please ignore them and just add the other fields. For reference consider the fields listed on the add page.

Belgand commented 12 years ago

Looks good to me.