home · contact · privacy
In Calendar view, highlight today's date.
[plomtask] / plomtask / db.py
2 days ago Christian HellerRe-factor date ranging and default to range 'yesterday...
2 days ago Christian HellerUse same date ranging code for Day and Todo filtering.
11 days ago Christian HellerAdd text-based search/filter for Conditions and Processes.
11 days ago Christian HellerAdd Todo/Process.blockers for Conditions that block...
2024-05-18 Christian HellerAdd Todo. and Process.calendarize to identify what...
2024-05-18 Christian HellerAdd Todo.effort.
2024-05-15 Christian HellerAdd Todo.comment, and for that purpose basic SQL migrat...
2024-05-05 Christian HellerRefactor save and remove methods of BaseObject subclasses.
2024-05-02 Christian HellerMore refactoring.
2024-05-02 Christian HellerAlways check if item is saved before removal attempt.
2024-05-01 Christian HellerImprove Days tests.
2024-05-01 Christian HellerRefactor BaseModel.by_id (integrating ._by_id).
2024-05-01 Christian HellerImprove __eq__ of BaseModel to compare all saved attrib...
2024-04-28 Christian HellerEnable deletion of Processes.
2024-04-25 Christian HellerRefactor object retrieval and creation.
2024-04-25 Christian HellerRe-order BaseModel methods for more meaningful grouping.
2024-04-25 Christian HellerFix bug of same dict being used for different Classes...
2024-04-25 Christian HellerRemove more redundant code.
2024-04-25 Christian HellerUse more meaningful variable names.
2024-04-25 Christian HellerRemove asserts no longer needed.
2024-04-25 Christian HellerRe-write caching.
2024-04-24 Christian HellerCheck for database file's DB version (via user_version...
2024-04-19 Christian HellerHide (almost all) remaining SQL code in DB module.
2024-04-19 Christian HellerRefactor VersionedAttributes, ProcessSteps, and Conditi...
2024-04-19 Christian HellerRefactor updates of relations tables.
2024-04-19 Christian HellerRefactor models' .by_id().
2024-04-19 Christian HellerRefactor from_table_row methods of core DB models.
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...