home · contact · privacy
Add Todo.title shortcut to Todo.process.title for more template refactoring.
[plomtask] / templates / day.html
2024-05-18 Christian HellerAdd Todo.title shortcut to Todo.process.title for more...
2024-05-18 Christian HellerRefactor templates.
2024-05-15 Christian HellerImprove visual/textual calendar structuring.
2024-05-15 Christian HellerFix broken enabler addition in Day view.
2024-05-15 Christian HellerAdd POSTing of Todo.comment in Day view.
2024-05-15 Christian HellerRe-introduce POSTing of Todo doneness on Day view.
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-04-29 Christian HellerIn Day view, differentiate done and undone Todos, and...
2024-04-24 Christian HellerMinor code style improvement re NamedTuple usage.
2024-04-22 Christian HellerMinor fixes.
2024-04-22 Christian HellerSimplify code with namedtuples and dataclasses.
2024-04-21 Christian HellerImprove placement of Todos and Conditions in Day view.
2024-04-16 Christian HellerAdd Conditions for Todos/Processes to be met or undone...
2024-04-13 Christian HellerEnable toggling of Todo.is_done.
2024-04-13 Christian HellerAdd most basic Todo family relations.
2024-04-12 Christian HellerAdd GET /todo and Todo retrieval by ID.
2024-03-20 Christian HellerAdd Day.prev_date/Day.next_date and use them for naviga...
2024-03-20 Christian HellerAdd Day POSTing.
2024-03-20 Christian HellerAdd Day.comment field.
2024-03-17 Christian HellerAdd single-day view / retrieval.