home · contact · privacy
Fix broken Day template layout.
[plomtask] / plomtask / processes.py
2 days ago Christian HellerAdd Todo. and Process.calendarize to identify what...
2024-05-05 Christian HellerRefactor save and remove methods of BaseObject subclasses.
2024-05-02 Christian HellerMore refactoring.
2024-05-01 Christian HellerMove VersionedAttributes code into appropriotely named...
2024-04-28 Christian HellerDisallow deletion of Processes in use.
2024-04-28 Christian HellerOn removal of Conditions and Processes, also delete...
2024-04-28 Christian HellerEnable deletion of Processes.
2024-04-25 Christian HellerRefactor object retrieval and creation.
2024-04-25 Christian HellerRemove more redundant code.
2024-04-25 Christian HellerRemove asserts no longer needed.
2024-04-25 Christian HellerRe-write caching.
2024-04-22 Christian HellerFix Process retrieval/display/saving bugs.
2024-04-22 Christian HellerSimplify code with namedtuples and dataclasses.
2024-04-19 Christian HellerFurther refactor Conditions handling.
2024-04-19 Christian HellerClean up enablers/disablers code and naming conventions.
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 HellerImprove consistency of DB column names.
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-04-10 Christian HellerDisplay what Processes use focused Process as ProcessStep.
2024-04-10 Christian HellerHide already-seen descendants of implicit ProcessSteps.
2024-04-10 Christian HellerReplace ProcessChildren with more flexible ProcessStep...
2024-04-02 Christian HellerFix Process.get_descendants eliminating sibling referen...
2024-04-02 Christian HellerDraw Process descendant trees, and guard against recurs...
2024-03-30 Christian HellerAdd Process.children and improve Params/Postvars parsin...
2024-03-27 Christian HellerExplicitly disallow Process(id_=0).
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-26 Christian HellerAdd rump Processes, and to those VersionedAttributes.