home · contact · privacy
plomtask
58 min agoRefactor request handler delete or retrieving items on POST. master
Christian Heller [Fri, 21 Jun 2024 04:18:54 +0000 (06:18 +0200)]
Refactor request handler delete or retrieving items on POST.

2 hours agoRefactor .as_dict integration of Process.explicit_steps, Day.todos.
Christian Heller [Fri, 21 Jun 2024 02:58:56 +0000 (04:58 +0200)]
Refactor .as_dict integration of Process.explicit_steps, Day.todos.

2 hours agoMore tests refactoring.
Christian Heller [Fri, 21 Jun 2024 02:35:22 +0000 (04:35 +0200)]
More tests refactoring.

3 hours agoMinor refactoring of Days tests.
Christian Heller [Fri, 21 Jun 2024 02:07:07 +0000 (04:07 +0200)]
Minor refactoring of Days tests.

3 hours agoRename "condition"/"blocker" input names to plurals, like they are everywhere else.
Christian Heller [Fri, 21 Jun 2024 01:47:34 +0000 (03:47 +0200)]
Rename "condition"/"blocker" input names to plurals, like they are everywhere else.

4 hours agoExtend Days test to behavior of Conditions.
Christian Heller [Fri, 21 Jun 2024 00:29:39 +0000 (02:29 +0200)]
Extend Days test to behavior of Conditions.

4 hours agoFix disablers_for/enablers_for in GET_day breaking as_dict.
Christian Heller [Fri, 21 Jun 2024 00:28:16 +0000 (02:28 +0200)]
Fix disablers_for/enablers_for in GET_day breaking as_dict.

7 hours agoMore Days HTTP testing refactoring.
Christian Heller [Thu, 20 Jun 2024 21:42:45 +0000 (23:42 +0200)]
More Days HTTP testing refactoring.

7 hours agoSome tests refactoring.
Christian Heller [Thu, 20 Jun 2024 21:29:25 +0000 (23:29 +0200)]
Some tests refactoring.

8 hours agoTurn TodoNode into full class with .as_dict, with result expand Day tests.
Christian Heller [Thu, 20 Jun 2024 21:03:06 +0000 (23:03 +0200)]
Turn TodoNode into full class with .as_dict, with result expand Day tests.

8 hours agoOverhaul as_dict generation to avoid endless nesting of objects.
Christian Heller [Thu, 20 Jun 2024 20:36:36 +0000 (22:36 +0200)]
Overhaul as_dict generation to avoid endless nesting of objects.

17 hours agoRefactor tests, expand Days testing.
Christian Heller [Thu, 20 Jun 2024 11:50:50 +0000 (13:50 +0200)]
Refactor tests, expand Days testing.

20 hours agoReduce CSS magic in Day template for Condition-Todo lines to ASCII art.
Christian Heller [Thu, 20 Jun 2024 08:56:22 +0000 (10:56 +0200)]
Reduce CSS magic in Day template for Condition-Todo lines to ASCII art.

21 hours agoIn Day template, improve visual connection between Conditions and Todos.
Christian Heller [Thu, 20 Jun 2024 08:11:11 +0000 (10:11 +0200)]
In Day template, improve visual connection between Conditions and Todos.

2 days agoRemove and shrink tests under redundancy with test utils defaults.
Christian Heller [Tue, 18 Jun 2024 08:57:27 +0000 (10:57 +0200)]
Remove and shrink tests under redundancy with test utils defaults.

2 days agoRe-factor TestCaseSansDB methods.
Christian Heller [Tue, 18 Jun 2024 08:40:02 +0000 (10:40 +0200)]
Re-factor TestCaseSansDB methods.

2 days agoExtend BaseModel.by_id_or_create test.
Christian Heller [Tue, 18 Jun 2024 08:22:59 +0000 (10:22 +0200)]
Extend BaseModel.by_id_or_create test.

2 days agoRefactor remaining test.utils helpers into actual tests.
Christian Heller [Tue, 18 Jun 2024 08:05:18 +0000 (10:05 +0200)]
Refactor remaining test.utils helpers into actual tests.

3 days agoRefactor saving and caching tests, treatment of None IDs.
Christian Heller [Tue, 18 Jun 2024 05:02:04 +0000 (07:02 +0200)]
Refactor saving and caching tests, treatment of None IDs.

3 days agoSplit BaseModel.by_id into .by_id and by_id_or_create, refactor tests.
Christian Heller [Tue, 18 Jun 2024 02:37:57 +0000 (04:37 +0200)]
Split BaseModel.by_id into .by_id and by_id_or_create, refactor tests.

3 days agoSome test utils refactoring.
Christian Heller [Tue, 18 Jun 2024 01:58:37 +0000 (03:58 +0200)]
Some test utils refactoring.

3 days agoRefactor .all() tests.
Christian Heller [Tue, 18 Jun 2024 01:46:20 +0000 (03:46 +0200)]
Refactor .all() tests.

3 days agoRefactor singularity tests.
Christian Heller [Tue, 18 Jun 2024 00:05:43 +0000 (02:05 +0200)]
Refactor singularity tests.

3 days agoRefactor BaseModel.from_table_row testing.
Christian Heller [Mon, 17 Jun 2024 23:54:46 +0000 (01:54 +0200)]
Refactor BaseModel.from_table_row testing.

3 days agoOn cache emptying, also ._disappear() any objects held in it.
Christian Heller [Mon, 17 Jun 2024 23:03:19 +0000 (01:03 +0200)]
On cache emptying, also ._disappear() any objects held in it.

3 days agoRefactor BaseModel.from_table_row in regards to VersionedAttributes.
Christian Heller [Mon, 17 Jun 2024 21:28:13 +0000 (23:28 +0200)]
Refactor BaseModel.from_table_row in regards to VersionedAttributes.

3 days agoFix pre-commit script failing to delete test DBs based on new filename format.
Christian Heller [Mon, 17 Jun 2024 21:16:38 +0000 (23:16 +0200)]
Fix pre-commit script failing to delete test DBs based on new filename format.

3 days agoSimplify JSON-ification of VersionedAttributes.
Christian Heller [Mon, 17 Jun 2024 21:15:48 +0000 (23:15 +0200)]
Simplify JSON-ification of VersionedAttributes.

3 days agoRefactor Conditions GET/POST testing.
Christian Heller [Mon, 17 Jun 2024 20:29:25 +0000 (22:29 +0200)]
Refactor Conditions GET/POST testing.

3 days agoExtend Conditions POST test to use new JSON interface.
Christian Heller [Mon, 17 Jun 2024 18:33:51 +0000 (20:33 +0200)]
Extend Conditions POST test to use new JSON interface.

3 days agoMake use of new JSON interface for GET /conditions testing.
Christian Heller [Mon, 17 Jun 2024 13:14:07 +0000 (15:14 +0200)]
Make use of new JSON interface for GET /conditions testing.

3 days agoFix Condition POSTing not properly setting .is_active.
Christian Heller [Mon, 17 Jun 2024 12:39:26 +0000 (14:39 +0200)]
Fix Condition POSTing not properly setting .is_active.

3 days agoDefault all GET ?sort_by= to "title" also in params-re-writing.
Christian Heller [Mon, 17 Jun 2024 12:17:19 +0000 (14:17 +0200)]
Default all GET ?sort_by= to "title" also in params-re-writing.

3 days agoExtend Todo tests to also run ID checking from TestCaseSansDB.
Christian Heller [Mon, 17 Jun 2024 12:15:11 +0000 (14:15 +0200)]
Extend Todo tests to also run ID checking from TestCaseSansDB.

3 days agoFix misguiding parent ID key name in VersionedAttributes.as_dict.
Christian Heller [Mon, 17 Jun 2024 12:14:03 +0000 (14:14 +0200)]
Fix misguiding parent ID key name in VersionedAttributes.as_dict.

5 days agoEnable server to alternatively output response ctx as JSON, for debugging and testing...
Christian Heller [Sat, 15 Jun 2024 08:47:11 +0000 (10:47 +0200)]
Enable server to alternatively output response ctx as JSON, for debugging and testing purposes.

5 days agoMinor HTTP module refactoring.
Christian Heller [Sat, 15 Jun 2024 06:39:46 +0000 (08:39 +0200)]
Minor HTTP module refactoring.

5 days agoOverhaul caching.
Christian Heller [Sat, 15 Jun 2024 05:37:55 +0000 (07:37 +0200)]
Overhaul caching.

6 days agoMinor BaseModel code re-organization.
Christian Heller [Fri, 14 Jun 2024 21:06:09 +0000 (23:06 +0200)]
Minor BaseModel code re-organization.

6 days agoEnhance BaseModel comparisons by hashing versioned and relations attributes.
Christian Heller [Fri, 14 Jun 2024 18:37:44 +0000 (20:37 +0200)]
Enhance BaseModel comparisons by hashing versioned and relations attributes.

6 days agoEnsure stringy BaseModel IDs are not empty.
Christian Heller [Fri, 14 Jun 2024 18:12:16 +0000 (20:12 +0200)]
Ensure stringy BaseModel IDs are not empty.

6 days agoRefactor database management code a little bit.
Christian Heller [Fri, 14 Jun 2024 18:03:37 +0000 (20:03 +0200)]
Refactor database management code a little bit.

6 days agoRe-factor Day.todos code.
Christian Heller [Fri, 14 Jun 2024 13:53:33 +0000 (15:53 +0200)]
Re-factor Day.todos code.

6 days agoInitialize Days with links to their Todos as early as possible.
Christian Heller [Fri, 14 Jun 2024 13:17:19 +0000 (15:17 +0200)]
Initialize Days with links to their Todos as early as possible.

6 days agoAvoid race condition of test databases created with same timestamp.
Christian Heller [Fri, 14 Jun 2024 12:27:57 +0000 (14:27 +0200)]
Avoid race condition of test databases created with same timestamp.

6 days agoRefactor total-effort day summation.
Christian Heller [Fri, 14 Jun 2024 12:26:11 +0000 (14:26 +0200)]
Refactor total-effort day summation.

7 days agoPrivatize more methods and attributes of TaskHandler.
Christian Heller [Thu, 13 Jun 2024 23:53:42 +0000 (01:53 +0200)]
Privatize more methods and attributes of TaskHandler.

7 days agoRe-organize HTTP module code for better readability.
Christian Heller [Thu, 13 Jun 2024 23:43:49 +0000 (01:43 +0200)]
Re-organize HTTP module code for better readability.

7 days agoImprove clarity of request wrapping code.
Christian Heller [Thu, 13 Jun 2024 23:31:00 +0000 (01:31 +0200)]
Improve clarity of request wrapping code.

8 days agoRefactor HTTP module.
Christian Heller [Wed, 12 Jun 2024 08:25:10 +0000 (10:25 +0200)]
Refactor HTTP module.

8 days agoImprove InputsParser tests.
Christian Heller [Wed, 12 Jun 2024 06:20:33 +0000 (08:20 +0200)]
Improve InputsParser tests.

8 days agoMinor TaskHandler re-factorings.
Christian Heller [Wed, 12 Jun 2024 05:45:07 +0000 (07:45 +0200)]
Minor TaskHandler re-factorings.

9 days agoCreate choice for creating Todos with or without children.
Christian Heller [Wed, 12 Jun 2024 01:53:10 +0000 (03:53 +0200)]
Create choice for creating Todos with or without children.

9 days agoOverhaul Todo view to underline difference to ProcessSteps.
Christian Heller [Wed, 12 Jun 2024 00:37:43 +0000 (02:37 +0200)]
Overhaul Todo view to underline difference to ProcessSteps.

9 days agoTemplate layout and code improvements.
Christian Heller [Tue, 11 Jun 2024 19:35:05 +0000 (21:35 +0200)]
Template layout and code improvements.

11 days agoSimplify and improve previous bugfix.
Christian Heller [Sun, 9 Jun 2024 05:30:46 +0000 (07:30 +0200)]
Simplify and improve previous bugfix.

11 days agoFix inability of updating Todo if .is_done but no more doable.
Christian Heller [Sun, 9 Jun 2024 05:23:52 +0000 (07:23 +0200)]
Fix inability of updating Todo if .is_done but no more doable.

12 days agoAdd expression of summations of efforts in Day display.
Christian Heller [Sun, 9 Jun 2024 02:31:20 +0000 (04:31 +0200)]
Add expression of summations of efforts in Day display.

12 days agoExtend default date range to full year.
Christian Heller [Sun, 9 Jun 2024 02:06:58 +0000 (04:06 +0200)]
Extend default date range to full year.

12 days agoAllow editing of VersionedAttributes timestamps.
Christian Heller [Sun, 9 Jun 2024 01:30:48 +0000 (03:30 +0200)]
Allow editing of VersionedAttributes timestamps.

12 days agoSome Day template layout improvements.
Christian Heller [Sat, 8 Jun 2024 20:23:19 +0000 (22:23 +0200)]
Some Day template layout improvements.

12 days agoImprove multiple template layouts and refactor CSS.
Christian Heller [Sat, 8 Jun 2024 19:04:07 +0000 (21:04 +0200)]
Improve multiple template layouts and refactor CSS.

12 days agoImprove Process editing template layout.
Christian Heller [Sat, 8 Jun 2024 13:54:22 +0000 (15:54 +0200)]
Improve Process editing template layout.

2 weeks agoAdd minimalist plain-text calendar view.
Christian Heller [Thu, 6 Jun 2024 06:20:22 +0000 (08:20 +0200)]
Add minimalist plain-text calendar view.

2 weeks agoAllow creation of new Todos rather than just adoption from Todo edit view.
Christian Heller [Thu, 6 Jun 2024 05:30:02 +0000 (07:30 +0200)]
Allow creation of new Todos rather than just adoption from Todo edit view.

2 weeks agoFix Processes listing sorting bug.
Christian Heller [Thu, 6 Jun 2024 05:02:43 +0000 (07:02 +0200)]
Fix Processes listing sorting bug.

2 weeks agoAdd previously forgotten migration script.
Christian Heller [Thu, 6 Jun 2024 04:24:45 +0000 (06:24 +0200)]
Add previously forgotten migration script.

2 weeks agoTo Processes listing, add sortable column for number of owners.
Christian Heller [Thu, 6 Jun 2024 04:23:57 +0000 (06:23 +0200)]
To Processes listing, add sortable column for number of owners.

2 weeks agoAlso allow creation of new Processes as owner of current Process, with respective...
Christian Heller [Thu, 6 Jun 2024 03:39:39 +0000 (05:39 +0200)]
Also allow creation of new Processes as owner of current Process, with respective back-link.

2 weeks agoWhen opening new Process from ProcessStep add field, pre-set as owned by previous...
Christian Heller [Thu, 6 Jun 2024 03:15:12 +0000 (05:15 +0200)]
When opening new Process from ProcessStep add field, pre-set as owned by previous Process.

2 weeks agoAllow (de-)selection of owners in Process edit view.
Christian Heller [Thu, 6 Jun 2024 02:39:12 +0000 (04:39 +0200)]
Allow (de-)selection of owners in Process edit view.

2 weeks agoFor Processes and Conditions, in edit page title warn if creation NEW.
Christian Heller [Thu, 6 Jun 2024 01:54:54 +0000 (03:54 +0200)]
For Processes and Conditions, in edit page title warn if creation NEW.

2 weeks agoAllow string entry to step addition field, opening new Process to edit.
Christian Heller [Thu, 6 Jun 2024 01:47:19 +0000 (03:47 +0200)]
Allow string entry to step addition field, opening new Process to edit.

2 weeks agoMinor ProcessStep management bug fixes.
Christian Heller [Thu, 6 Jun 2024 01:16:34 +0000 (03:16 +0200)]
Minor ProcessStep management bug fixes.

2 weeks agoAdd suppression of implicit ProcessSteps to Process configuration.
Christian Heller [Thu, 6 Jun 2024 00:26:29 +0000 (02:26 +0200)]
Add suppression of implicit ProcessSteps to Process configuration.

2 weeks agoRefactor ProcessStep code and undo replacement of implicit steps by explicit ones.
Christian Heller [Wed, 5 Jun 2024 22:07:45 +0000 (00:07 +0200)]
Refactor ProcessStep code and undo replacement of implicit steps by explicit ones.

2 weeks agoMake explicit ProcessSteps overwrite implicit ones.
Christian Heller [Wed, 5 Jun 2024 18:02:32 +0000 (20:02 +0200)]
Make explicit ProcessSteps overwrite implicit ones.

2 weeks agoImprove day done tree display.
Christian Heller [Wed, 5 Jun 2024 17:18:04 +0000 (19:18 +0200)]
Improve day done tree display.

2 weeks agoMinor template improvements.
Christian Heller [Mon, 3 Jun 2024 02:54:58 +0000 (04:54 +0200)]
Minor template improvements.

2 weeks agoTo Processes listing, add sortable effort column.
Christian Heller [Mon, 3 Jun 2024 02:22:17 +0000 (04:22 +0200)]
To Processes listing, add sortable effort column.

2 weeks agoEnhance layouts.
Christian Heller [Mon, 3 Jun 2024 02:16:48 +0000 (04:16 +0200)]
Enhance layouts.

2 weeks agoRemove accidentally committed file garbage.
Christian Heller [Mon, 3 Jun 2024 02:15:50 +0000 (04:15 +0200)]
Remove accidentally committed file garbage.

2 weeks agoFix bug of relationships writing for todo_children writing in wrong column.
Christian Heller [Sun, 2 Jun 2024 22:50:35 +0000 (00:50 +0200)]
Fix bug of relationships writing for todo_children writing in wrong column.

2 weeks agoMostly superficial template design improvements.
Christian Heller [Sun, 2 Jun 2024 21:00:54 +0000 (23:00 +0200)]
Mostly superficial template design improvements.

2 weeks agoImprove/extend automatic creation and adoption of Todos to fulfill ProcessSteps requi...
Christian Heller [Sun, 2 Jun 2024 15:38:54 +0000 (17:38 +0200)]
Improve/extend automatic creation and adoption of Todos to fulfill ProcessSteps requirements.

3 weeks agoFix some ProcessStepping bugs.
Christian Heller [Thu, 30 May 2024 10:00:58 +0000 (12:00 +0200)]
Fix some ProcessStepping bugs.

3 weeks agoMinor template fixes.
Christian Heller [Thu, 30 May 2024 08:06:59 +0000 (10:06 +0200)]
Minor template fixes.

3 weeks agoIn Calendar view, highlight today's date.
Christian Heller [Thu, 30 May 2024 07:09:33 +0000 (09:09 +0200)]
In Calendar view, highlight today's date.

3 weeks agoDefault calendar date range end to 60 days later.
Christian Heller [Thu, 30 May 2024 07:05:17 +0000 (09:05 +0200)]
Default calendar date range end to 60 days later.

3 weeks agoRe-factor date ranging and default to range 'yesterday' to 'tomorrow'.
Christian Heller [Thu, 30 May 2024 06:57:46 +0000 (08:57 +0200)]
Re-factor date ranging and default to range 'yesterday' to 'tomorrow'.

3 weeks agoFor date range inputs, allow "yesterday" and "tomorrow" next to "today".
Christian Heller [Thu, 30 May 2024 06:17:54 +0000 (08:17 +0200)]
For date range inputs, allow "yesterday" and "tomorrow" next to "today".

3 weeks agoUse same date ranging code for Day and Todo filtering.
Christian Heller [Thu, 30 May 2024 06:12:33 +0000 (08:12 +0200)]
Use same date ranging code for Day and Todo filtering.

3 weeks agoFix broken date range test.
Christian Heller [Thu, 30 May 2024 05:23:41 +0000 (07:23 +0200)]
Fix broken date range test.

3 weeks agoFix pre-commit hook not aborting commit on failed unit tests.
Christian Heller [Thu, 30 May 2024 05:20:33 +0000 (07:20 +0200)]
Fix pre-commit hook not aborting commit on failed unit tests.

3 weeks agoIn calendar day gap filling, ensure days before and after existing days.
Christian Heller [Thu, 30 May 2024 05:15:53 +0000 (07:15 +0200)]
In calendar day gap filling, ensure days before and after existing days.

3 weeks agoFix buggy links in Condition view.
Christian Heller [Thu, 30 May 2024 04:57:09 +0000 (06:57 +0200)]
Fix buggy links in Condition view.

3 weeks agoTo Condition view, add listings of related Processes.
Christian Heller [Thu, 30 May 2024 04:55:31 +0000 (06:55 +0200)]
To Condition view, add listings of related Processes.

3 weeks agoDisplay historical VersionedAttributes where it makes sense.
Christian Heller [Thu, 30 May 2024 04:12:35 +0000 (06:12 +0200)]
Display historical VersionedAttributes where it makes sense.

3 weeks agoIn pre-commit hook, re-instate deletion of test DB files.
Christian Heller [Thu, 30 May 2024 04:11:32 +0000 (06:11 +0200)]
In pre-commit hook, re-instate deletion of test DB files.

3 weeks agoSpeed up testing with unittest-parallel.
Christian Heller [Thu, 30 May 2024 03:01:58 +0000 (05:01 +0200)]
Speed up testing with unittest-parallel.