Changes between Version 1 and Version 2 of 2015-1-8


Ignore:
Timestamp:
Jan 8, 2015, 3:11:13 PM (11 years ago)
Author:
Scooter Morris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2015-1-8

    v1 v2  
    99
    1010= Model API =
     11 * Now works for sessions
     12 * Session files are binaries
     13  * Uses pickle, but only simple data types
     14 * Added some new base types
     15 * Conrad will use the Model class as a template for Tools so that active tools will be saved as part of the session
    1116
    1217= Molecular graphical data proposal =
    1318 * [MolGraphics Proposal from Tom & Eric]
     19 * Need to choose what we're going to implement for February 1
     20 * Then we can decide on all of the other attributes and where they are going to work
     21 * Decisions: need to decide on the color hierarchy
    1422
    1523= Tool shed demo =
     24 * Tool shed startup now works and since command line is now a Tool, the tool shed will find it and start it.
     25 * Two functions tools should implement
     26  * start_tool
     27  * register_command (if the tool registers any commands)
     28 * Next steps:
     29  * Refreshing the cache file
     30  * Scanning remote repository
     31  * Tool Shed tool: register tool shed commands and UI
    1632
    1733= Next Meeting =
     34 * TomG will propose a minimal set of graphical attributes for February 2
     35  * Will also propose types for each of these attributes
     36