home · contact · privacy
Improve multiple template layouts and refactor CSS.
[plomtask] / plomtask / todos.py
3 days ago Christian HellerAdd suppression of implicit ProcessSteps to Process...
3 days ago Christian HellerImprove day done tree display.
6 days ago Christian HellerFix bug of relationships writing for todo_children...
6 days ago Christian HellerImprove/extend automatic creation and adoption of Todos...
10 days ago Christian HellerUse same date ranging code for Day and Todo filtering.
10 days ago Christian HellerDisplay historical VersionedAttributes where it makes...
10 days ago Christian HellerAdd Todos view, filterable and sortable by process...
10 days ago Christian HellerNest Todo creation by adopting and making children...
2024-05-21 Christian HellerAdd Todo/Process.blockers for Conditions that block...
2024-05-20 Christian HellerFor Todos, on Save check for auto-deletion by .effort...
2024-05-18 Christian HellerAdd Todo. and Process.calendarize to identify what...
2024-05-18 Christian HellerAdd Todo.effort.
2024-05-18 Christian HellerAdd Todo.title shortcut to Todo.process.title for more...
2024-05-15 Christian HellerAdd Todo.comment, and for that purpose basic SQL migrat...
2024-05-15 Christian HellerOn POSTing new Todos on Day view, ensure possible adopt...
2024-05-15 Christian HellerSimplify Todo steps tree calculation/display.
2024-05-05 Christian HellerRefactor save and remove methods of BaseObject subclasses.
2024-05-01 Christian HellerImprove __eq__ of BaseModel to compare all saved attrib...
2024-04-29 Christian HellerIn Day view, differentiate done and undone Todos, and...
2024-04-29 Christian HellerFix buggy Todo saving/removing.
2024-04-28 Christian HellerEnable deletion of Todos.
2024-04-25 Christian HellerRefactor object retrieval and creation.
2024-04-25 Christian HellerRemove asserts no longer needed.
2024-04-25 Christian HellerRe-write caching.
2024-04-22 Christian HellerOn posting new Todo to Day, make missing Todo children...
2024-04-22 Christian HellerRefactor Todo adoption code.
2024-04-22 Christian HellerSimplify code with namedtuples and dataclasses.
2024-04-22 Christian HellerAllow Todo adoptions to be un-done in Todo view.
2024-04-21 Christian HellerImprove placement of Todos and Conditions in Day view.
2024-04-19 Christian HellerFurther refactor Conditions handling.
2024-04-19 Christian HellerClean up enablers/disablers code and naming conventions.
2024-04-19 Christian HellerHide (almost all) remaining SQL code in DB module.
2024-04-19 Christian HellerRefactor updates of relations tables.
2024-04-19 Christian HellerRefactor models' .by_id().
2024-04-19 Christian HellerRefactor from_table_row methods of core DB models.
2024-04-18 Christian HellerBase core models on BaseModel providing sensible defaults.
2024-04-16 Christian HellerAdd Conditions for Todos/Processes to be met or undone...
2024-04-13 Christian HellerMinor refactoring.
2024-04-13 Christian HellerDisable Todo.is_done setting if children are not done...
2024-04-13 Christian HellerEnable toggling of Todo.is_done.
2024-04-13 Christian HellerAdd Todo.parents.
2024-04-13 Christian HellerAdd most basic Todo family relations.
2024-04-12 Christian HellerCache DB objects to ensure we do not accidentally edit...
2024-04-12 Christian HellerAdd GET /todo and Todo retrieval by ID.
2024-04-12 Christian HellerAdd most basic Todo infrastructure.