home · contact · privacy
Add Conditions for Todos/Processes to be met or undone by other Todos.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 16 Apr 2024 01:08:54 +0000 (03:08 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 16 Apr 2024 01:08:54 +0000 (03:08 +0200)
commit34741b65438149b4e02f1e2bb4f8fdba5df5a667
tree6767460042df8ec476fdcbcf3ab2a8b009b65480
parenta0fc8b9ddabe3af5b2cc0592513ba3e69d5fd9d4
Add Conditions for Todos/Processes to be met or undone by other Todos.
16 files changed:
plomtask/conditions.py [new file with mode: 0644]
plomtask/db.py
plomtask/http.py
plomtask/misc.py [new file with mode: 0644]
plomtask/processes.py
plomtask/todos.py
scripts/init.sql
templates/base.html
templates/condition.html [new file with mode: 0644]
templates/conditions.html [new file with mode: 0644]
templates/day.html
templates/process.html
templates/todo.html [new file with mode: 0644]
tests/conditions.py [new file with mode: 0644]
tests/processes.py
tests/todos.py