home · contact · privacy
Improve multiple template layouts and refactor CSS.
[plomtask] / plomtask / days.py
9 days ago Christian HellerRe-factor date ranging and default to range 'yesterday...
10 days ago Christian HellerUse same date ranging code for Day and Todo filtering.
10 days ago Christian HellerIn calendar day gap filling, ensure days before and...
2024-05-18 Christian HellerAdd Todo. and Process.calendarize to identify what...
2024-05-15 Christian HellerImprove visual/textual calendar structuring.
2024-05-05 Christian HellerRefactor save and remove methods of BaseObject subclasses.
2024-05-01 Christian HellerImprove Days tests.
2024-05-01 Christian HellerImprove __eq__ of BaseModel to compare all saved attrib...
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-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-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-26 Christian HellerAdd rump Processes, and to those VersionedAttributes.
2024-03-20 Christian HellerExplicitly use DATE_FORMAT in todays_date().
2024-03-20 Christian HellerIn calendar view, fill gaps between non-subsequent...
2024-03-20 Christian HellerAdd Day.prev_date/Day.next_date and use them for naviga...
2024-03-20 Christian HellerAllow 'today' as calendar range limit, and default...
2024-03-20 Christian HellerMinor refactorings.
2024-03-20 Christian HellerAdd Day.comment field.
2024-03-19 Christian HellerMinor class method reorganizations.
2024-03-17 Christian HellerAdd single-day view / retrieval.
2024-03-17 Christian HellerAdd basic date ranging to Day.all().
2024-03-17 Christian HellerRequire explicit call to Day.save to have any Day commi...
2024-03-17 Christian HellerAdd database connection, read and write Days through...
2024-03-17 Christian HellerAdd date validation for Days.
2024-03-17 Christian HellerRe-structure whole code into more package-typical file...
2024-03-17 Christian HellerRe-structure for unittest usage.