Roundup Tracker - Issues

Message7032

Author schlatterbeck
Recipients antmail, rouilj, schlatterbeck
Date 2020-11-18.15:44:04
Message-id <20201118154402.cvygbqhrgspo7pwb@runtux.com>
In-reply-to <1605712756.76.0.491022903915.issue2550923@roundup.psfhosted.org>
On Wed, Nov 18, 2020 at 03:19:16PM +0000, John Rouillard wrote:
> 
> I have an initial read only implementation of this setup.

Cool!

...
> I am still using the classname Computed, but I think it needs a better
> name. Maybe: Operator, Agent, Broker (my fave so far), Proxy... 
> Suggestions?

I'd keep Computed as the base class. Other implementation may chose to
derive from it.
It would be nice to make a derived class that can search, too, like
your implementation of the number of items: This could map to some SQL
code and thus be searchable, too. (Maybe this needs two different SQL
parts, one for search one for display, I haven't looked too closely yet)

Concerning read-only: My guess is that most computed properties will be
read-only.

Ralf
-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  www:   www.runtux.com
Reichergasse 131, A-3411 Weidling       email: office@runtux.com
History
Date User Action Args
2020-11-18 15:44:04schlatterbecksetrecipients: + schlatterbeck, rouilj, antmail
2020-11-18 15:44:04schlatterbecklinkissue2550923 messages
2020-11-18 15:44:04schlatterbeckcreate