home · contact · privacy
Enable server to alternatively output response ctx as JSON, for debugging and testing...
[plomtask] / templates / day.html
19 hours ago Christian HellerEnable server to alternatively output response ctx... master
38 hours ago Christian HellerRe-factor Day.todos code.
4 days ago Christian HellerCreate choice for creating Todos with or without children.
4 days ago Christian HellerTemplate layout and code improvements.
7 days ago Christian HellerAdd expression of summations of efforts in Day display.
7 days ago Christian HellerSome Day template layout improvements.
7 days ago Christian HellerImprove multiple template layouts and refactor CSS.
10 days ago Christian HellerImprove day done tree display.
13 days ago Christian HellerMinor template improvements.
13 days ago Christian HellerEnhance layouts.
2024-05-30 Christian HellerDisplay historical VersionedAttributes where it makes...
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 HellerFix broken Day template layout.
2024-05-18 Christian HellerAdd Todo.effort.
2024-05-18 Christian HellerFix broken template.
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.