Changes between Version 1 and Version 2 of 2015-1-8
- Timestamp:
- Jan 8, 2015, 3:11:13 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2015-1-8
v1 v2 9 9 10 10 = 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 11 16 12 17 = Molecular graphical data proposal = 13 18 * [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 14 22 15 23 = 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 16 32 17 33 = 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