home · contact · privacy
Base core models on BaseModel providing sensible defaults.
[plomtask] / plomtask / db.py
2024-04-18 Christian HellerBase core models on BaseModel providing sensible defaults.
2024-04-18 Christian HellerRefactor Process/ProcessStep setting and saving.
2024-04-16 Christian HellerAdd Conditions for Todos/Processes to be met or undone...
2024-04-12 Christian HellerCache DB objects to ensure we do not accidentally edit...
2024-03-27 Christian HellerUse different exceptions throwing different HTTP codes...
2024-03-26 Christian HellerPut mypy into strict mode, adapt code to still pass.
2024-03-19 Christian HellerMinor class method reorganizations.
2024-03-17 Christian HellerAdd database connection, read and write Days through...
2024-03-17 Christian HellerTo DB schema validation error message add diff of offen...
2024-03-17 Christian HellerAdd creation, validation, setting of rump database...