home · contact · privacy
Slightly improve and re-organize Condition tests.
[plomtask] / plomtask /
24 hours ago Christian HellerIn GET /process handler, catch malformed ?title_b64...
24 hours ago Christian HellerEmpty cache more often to avoid race conditions.
28 hours ago Christian HellerRefactor BaseModel sorting from GET handlers into class...
29 hours ago Christian HellerMinor reorganization of GET handlers code.
29 hours ago Christian HellerFuse Day.by_id_or_create and Day.by_id, as valid_date...
34 hours ago Christian HellerAvoid confusing Day.by_id_or_create by always translati...
35 hours ago Christian HellerImprove POST /day input validation.
37 hours ago Christian HellerRefactor request handler identifying items by ID param...
38 hours ago Christian HellerTidy up (even if pylint disapproves) unwieldy POST...
46 hours ago Christian HellerRefactor request handler delete or retrieving items...
47 hours ago Christian HellerRefactor .as_dict integration of Process.explicit_steps...
2 days ago Christian HellerRename "condition"/"blocker" input names to plurals...
2 days ago Christian HellerFix disablers_for/enablers_for in GET_day breaking...
2 days ago Christian HellerTurn TodoNode into full class with .as_dict, with resul...
2 days ago Christian HellerOverhaul as_dict generation to avoid endless nesting...
4 days ago Christian HellerRefactor remaining test.utils helpers into actual tests.
4 days ago Christian HellerRefactor saving and caching tests, treatment of None...
5 days ago Christian HellerSplit BaseModel.by_id into .by_id and by_id_or_create...
5 days ago Christian HellerRefactor BaseModel.from_table_row testing.
5 days ago Christian HellerOn cache emptying, also ._disappear() any objects held...
5 days ago Christian HellerRefactor BaseModel.from_table_row in regards to Version...
5 days ago Christian HellerSimplify JSON-ification of VersionedAttributes.
5 days ago Christian HellerExtend Conditions POST test to use new JSON interface.
5 days ago Christian HellerFix Condition POSTing not properly setting .is_active.
5 days ago Christian HellerDefault all GET ?sort_by= to "title" also in params...
5 days ago Christian HellerFix misguiding parent ID key name in VersionedAttribute...
7 days ago Christian HellerEnable server to alternatively output response ctx...
7 days ago Christian HellerMinor HTTP module refactoring.
7 days ago Christian HellerOverhaul caching.
8 days ago Christian HellerMinor BaseModel code re-organization.
8 days ago Christian HellerEnhance BaseModel comparisons by hashing versioned...
8 days ago Christian HellerEnsure stringy BaseModel IDs are not empty.
8 days ago Christian HellerRefactor database management code a little bit.
8 days ago Christian HellerRe-factor Day.todos code.
8 days ago Christian HellerInitialize Days with links to their Todos as early...
8 days ago Christian HellerRefactor total-effort day summation.
9 days ago Christian HellerPrivatize more methods and attributes of TaskHandler.
9 days ago Christian HellerRe-organize HTTP module code for better readability.
9 days ago Christian HellerImprove clarity of request wrapping code.
10 days ago Christian HellerRefactor HTTP module.
10 days ago Christian HellerMinor TaskHandler re-factorings.
11 days ago Christian HellerCreate choice for creating Todos with or without children.
11 days ago Christian HellerOverhaul Todo view to underline difference to ProcessSteps.
13 days ago Christian HellerSimplify and improve previous bugfix.
13 days ago Christian HellerFix inability of updating Todo if .is_done but no more...
2024-06-09 Christian HellerAdd expression of summations of efforts in Day display.
2024-06-09 Christian HellerExtend default date range to full year.
2024-06-09 Christian HellerAllow editing of VersionedAttributes timestamps.
2024-06-06 Christian HellerAdd minimalist plain-text calendar view.
2024-06-06 Christian HellerAllow creation of new Todos rather than just adoption...
2024-06-06 Christian HellerFix Processes listing sorting bug.
2024-06-06 Christian HellerTo Processes listing, add sortable column for number...
2024-06-06 Christian HellerAlso allow creation of new Processes as owner of curren...
2024-06-06 Christian HellerWhen opening new Process from ProcessStep add field...
2024-06-06 Christian HellerAllow (de-)selection of owners in Process edit view.
2024-06-06 Christian HellerFor Processes and Conditions, in edit page title warn...
2024-06-06 Christian HellerAllow string entry to step addition field, opening...
2024-06-06 Christian HellerMinor ProcessStep management bug fixes.
2024-06-06 Christian HellerAdd suppression of implicit ProcessSteps to Process...
2024-06-05 Christian HellerRefactor ProcessStep code and undo replacement of impli...
2024-06-05 Christian HellerMake explicit ProcessSteps overwrite implicit ones.
2024-06-05 Christian HellerImprove day done tree display.
2024-06-03 Christian HellerTo Processes listing, add sortable effort column.
2024-06-03 Christian HellerRemove accidentally committed file garbage.
2024-06-02 Christian HellerFix bug of relationships writing for todo_children...
2024-06-02 Christian HellerImprove/extend automatic creation and adoption of Todos...
2024-05-30 Christian HellerFix some ProcessStepping bugs.
2024-05-30 Christian HellerMinor template fixes.
2024-05-30 Christian HellerIn Calendar view, highlight today's date.
2024-05-30 Christian HellerDefault calendar date range end to 60 days later.
2024-05-30 Christian HellerRe-factor date ranging and default to range 'yesterday...
2024-05-30 Christian HellerFor date range inputs, allow "yesterday" and "tomorrow...
2024-05-30 Christian HellerUse same date ranging code for Day and Todo filtering.
2024-05-30 Christian HellerIn calendar day gap filling, ensure days before and...
2024-05-30 Christian HellerTo Condition view, add listings of related Processes.
2024-05-30 Christian HellerDisplay historical VersionedAttributes where it makes...
2024-05-30 Christian HellerAdd Todos view, filterable and sortable by process...
2024-05-30 Christian HellerNest Todo creation by adopting and making children...
2024-05-21 Christian HellerFix minor ProcessStep POST handling bugs.
2024-05-21 Christian HellerAdd text-based search/filter for Conditions and Processes.
2024-05-21 Christian HellerAdd Todo/Process.blockers for Conditions that block...
2024-05-20 Christian HellerFor Todos, on Save check for auto-deletion by .effort...
2024-05-18 Christian HellerAdd Todo. and Process.calendarize to identify what...
2024-05-18 Christian HellerAdd Todo.effort.
2024-05-18 Christian HellerAdd basic sorting features to Condition, Process table...
2024-05-18 Christian HellerMinor HTTP handler refactoring.
2024-05-18 Christian HellerAdd VersionedAttributes history pages for Conditions.
2024-05-18 Christian HellerAdd VersionedAttribute history display pages for Processes.
2024-05-18 Christian HellerAdd Todo.title shortcut to Todo.process.title for more...
2024-05-15 Christian HellerImprove visual/textual calendar structuring.
2024-05-15 Christian HellerFor Todo POST, treat un-sent comment field as empty...
2024-05-15 Christian HellerAdd Todo.comment display/posting in Todo view.
2024-05-15 Christian HellerAdd POSTing of Todo.comment in Day view.
2024-05-15 Christian HellerAdd Todo.comment, and for that purpose basic SQL migrat...
2024-05-15 Christian HellerRe-introduce POSTing of Todo doneness on Day view.
2024-05-15 Christian HellerOn POSTing new Todos on Day view, ensure possible adopt...
2024-05-15 Christian HellerSimplify Todo steps tree calculation/display.
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.
next