home · contact · privacy
Simplify code with namedtuples and dataclasses.
[plomtask] / templates / day.html
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.