noisebridge / pyclass-project

Other
8 stars 2 forks source link

Allow users to complete todo items #25

Closed Belgand closed 12 years ago

Belgand commented 12 years ago

A completed item should be marked as such and should give the user who completed it the stated amount of Excellence. It should have fields that automatically populate to show when it was completed and by whom.

Completing an item should be handled by a method contained within the todo_item class. This will permit us greater flexibility in the future.