home · contact · privacy
Some test refactoring.
[plomtask] / tests / todos.py
2024-04-16 Christian HellerSome test refactoring.
2024-04-16 Christian HellerAdd Conditions for Todos/Processes to be met or undone...
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.