rosscdh / glynt

LawPal.com - pivot 3
1 stars 0 forks source link

Category delete #134

Closed rosscdh closed 11 years ago

rosscdh commented 11 years ago

Modified the signals and project create process to allow for creation of a set of todos either from the yml template or from the database.. the database only gets used once you have created the project.

Thereafter you have to manually modify the project. this is to cater to deleting/reordering categories and todo items

jamieconnolly commented 11 years ago

Everything looks good to my untrained eye. I like the way you've abstracted out todo_by_db.py and todo_by_yml.py.

:shipit:

rosscdh commented 11 years ago

@jamieconnolly thanks yeah.. it was REALLY irritating me the way it was so asymetric. I still hate teh bulk_create method. and will deal with it sometime soon

rosscdh commented 11 years ago

@leejsinclair thanks for teh patch!