Changes between Initial Version and Version 2 of Ticket #506


Ignore:
Timestamp:
Mar 18, 2016 9:56:24 AM (8 years ago)
Author:
ajj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #506

    • Property Owner set to ajj
    • Property Status changed from new to accepted
  • Ticket #506 – Description

    initial v2  
    1 models are loaded and assigned to lists and dictionaries hard coded in models.py.   All that information should now be in the models themselves.  Need to replace the huge chunk of code with a loop reading all models in the models directory and getting their names (to populate a model names list for GUI dropdown) and categories and populate the appropriate lists and dictionaries. 
    2  
    3 Also check to see where autodiscover functionality should be.  Can check how is done for custom models currently. Once designed a new ticket should be opened and this one closed... unless the design has the first part of this ticket too intertwined.   
     1models are loaded and assigned to lists and dictionaries hard coded in models.py.   All that information should now be in the models themselves.  Need to replace the huge chunk of code with a loop reading all models in the models directory and getting their names (to populate a model names list for GUI dropdown)  and populate the appropriate lists and dictionaries.