Changes between Initial Version and Version 1 of 2019-08-08


Ignore:
Timestamp:
Aug 8, 2019, 2:57:08 PM (6 years ago)
Author:
Conrad Huang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2019-08-08

    v1 v1  
     1= Attendees =
     2
     3* Eric, Conrad, TomG, Elaine, Greg, TomF, Scooter
     4
     5= Agenda =
     6* Action items
     7* ChimeraX
     8  * Permissions on ChimeraX wiki
     9  * Mechanism for updating from 1.0 to 1.1
     10  *
     11  * RBVI bundles on toolshed
     12    - Change build process to trim down list of bundles in standard release while still testing toolshed-only bundles
     13  * Stable APIs, #922
     14  * Documentation strategy
     15  * 1.0 features (roadmap)
     16
     17= Discussion =
     18* ChimeraX
     19  * Permissions on ChimeraX wiki
     20    - Should move ancient crud to archeological part of site
     21    - Option 1:
     22      - Adopt Chimera wiki permission plugin
     23      - Move selected private links to protected area (are there any?)
     24      - Open most of site
     25    - Option 2:
     26      - Move private stuff to another site (wiki, GoogleDocs)
     27      - Open all of site
     28    - Option 3:
     29      - Move to github?
     30  * Mechanism for updating from 1.0 to 1.1
     31    - Option 1: 1 site-packages for all versions, need to delete/update old bundles
     32    - Option 2: 1 site-packages per version, need to install/copy old bundles
     33    - Option 3: 1 site-packages per version, sys.path = new_personal:installed:old_personal:...
     34    - Option 4: do not use Python import statement; use toolshed.load_module (or something) to get modules
     35    - Need decision before 1.0 release
     36  * Putting RBVI bundles on toolshed
     37    - Want separate run-time vs build-time dependencies in bundle_info.xml
     38    - Visit the bundle-release page (from intranet) and release your bundles
     39    - Need to segregate "standard" bundles from "extra" bundles
     40  * Stable APIs
     41    - See action items
     42  * Move to github
     43    - Move to private RBVI github project
     44      - Easier to share with collaborators with github admin tools
     45      - "pull requests" should simplify enhancement/fix submission
     46      - will not happen that soon
     47
     48= Action Items =
     49  * Scooter and Conrad will investigate moving wiki pages to private subtree
     50  * Greg will update rotamer library license in ChimeraX embedded license page
     51  * Scooter will look into private wiki pages in Trac
     52  * Greg will update Linux notes on download page
     53  * Greg will add "VR Notes" link below "Platform Notes" link (https://www.rbvi.ucsf.edu/chimerax/docs/user/vr.html)
     54  * ~~TomG will update warning on linked page
     55  * Conrad will investigate how Tristan's mechanism works and start discussion on what style of REST is best (how to specify arguments, etc.)