From befd7f96744ea3de140542c5642d96865f4c0c67 Mon Sep 17 00:00:00 2001 From: duker Date: Thu, 6 Sep 2018 09:47:39 +0300 Subject: [PATCH] #550 Pdd issue about context module improving --- shopelectro/context.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/shopelectro/context.py b/shopelectro/context.py index a243911f..c9c984a3 100644 --- a/shopelectro/context.py +++ b/shopelectro/context.py @@ -117,7 +117,11 @@ def __or__(self, other: 'ObjectsComposition'): other.super = self return other - +# @todo #550:120m Move context realization to pure to objects composition. +# Discussed some thoughts with Artemiy via call. +# Artemiy will do it. +# For example SortedCategory should +# consist of separated SortedList and Category classes/objects. class AbstractContext(ObjectsComposition, ABC): super: 'AbstractContext' = None