openhatch

Issue666

Title Missions: Switch subversion mission to purely use class-based views
Milestone later Priority bug
Waiting On Status chatting
Superseder Nosy List jacquiesue, paulproteus
Assigned To jacquiesue Keywords

Created on 2012-02-03.22:59:56 by paulproteus, last changed 2012-05-02.23:20:31 by paulproteus.

Messages
msg3188 (view) Author: paulproteus Date: 2012-05-02.23:20:30
I'm bumping this out of the 0.12.02 release milestone, but it's still important
to get to it!
msg2933 (view) Author: paulproteus Date: 2012-02-03.23:05:03
This is worth doing to avoid problems like issue660.
msg2932 (view) Author: paulproteus Date: 2012-02-03.22:59:55
Right now, the svn mission uses a combination of two coding style:

The older function-based views, and the newer class-based views based on
SvnBaseView.

The newer views are easier to manage, so long as we're consistent about using
Django idioms. So this depends on issue665
History
Date User Action Args
2012-05-02 23:20:31paulproteussetmessages: + msg3188
milestone: 0.12.02 -> later
2012-03-17 20:30:04paulproteussetblockers: - missions: Make Subversion training mission use Django form validation in a more idiomatic fashion
2012-03-14 06:24:50jacquiesuesetassignedto: jacquiesue
nosy: + jacquiesue
2012-02-08 23:59:20aldekalinkissue645 blockers
2012-02-08 22:20:49paulproteussetmilestone: 0.12.02
2012-02-03 23:05:04paulproteussetstatus: unread -> chatting
messages: + msg2933
2012-02-03 22:59:56paulproteuscreate