- changed milestone to 1.7.0
Remove class instantiation for [HV]S_MSSChemStyle classes
As discussed with @joernu76 , it would be a good idea to remove the instantiation of the plotting style classes from main MSS code and put them into the settings file instead.
I personally like this idea and would like to do this already now (i.e., for 1.7) for the MSSChem styles.
Comments (9)
-
-
- changed milestone to 1.8.0
-
@joernu76 is this solved?
-
No. But a good start for 1.8.0, I would day. Trivial issue, except that one needs to retain the testcases, i.e. instantiate the classes in the corresponding test-settings file.
-
- changed milestone to 1.9.0
As discussed with @joernu76 , it would be a good idea to remove the instantiation of the plotting style classes from main MSS code and put them into the settings file instead.
I personally like this idea and would like to do this already now (i.e., for 1.7) for the MSSChem styles.
-
-
assigned issue to
- marked as enhancement
-
assigned issue to
-
- changed milestone to 1.10.0
-
- changed status to resolved
Removed MSCHEM instantiations.
The relevant code should be moved to the serve settings python file or a module imported from there.
Also removed some instantiations from the Generic stuff made principally for CLaMS that wer not soo generic. We need to make this stuff more like a toolbox for plot construction compared to ready-made plots.
Fix issue
#290→ <<cset 0df492fad474>>
-
- changed milestone to 2.0.0
- Log in to comment
sounds like also that we need this explained in docus too.
Take care on those changes that we don't break demodata "configuration". This is not only needed for tests but also shows an example how to setup a server system.