Changes between Initial Version and Version 1 of Ticket #526


Ignore:
Timestamp:
Mar 16, 2016 6:54:04 PM (8 years ago)
Author:
butler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #526 – Description

    initial v1  
    11Once we move to adding default categories to the python model we will need to change the !SasView category code to take advantage of it.  Mainly: 
    2 1) Remove default.json from the repo 
    3 2) Change the code to create a serialized.json from model information instead of looking for default.json 
    4 3) If model is not in serialized.json, first look in model information for default categories.  If none then, and only then, add to uncategorized. 
     2 
     31- Remove default.json from the repo 
     42- Change the code to create a serialized.json from model information instead of looking for default.json 
     53- If model is not in serialized.json, first look in model information for default categories.  If none then, and only then, add to uncategorized.