Changes between Initial Version and Version 1 of 2019-02-07


Ignore:
Timestamp:
Feb 7, 2019, 3:12:48 PM (7 years ago)
Author:
Conrad Huang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2019-02-07

    v1 v1  
     1= Attendees =
     2
     3* Eric, Greg, TomG, TomF, Elaine, Conrad
     4
     5= Agenda =
     6* Action items
     7* ChimeraX
     8  * Test PySide2
     9  * Should "open folder" be a menu item under File
     10  * {{{git flow release}}}
     11  * Toolbar and button bar unification
     12  * RBVI bundles on toolshed
     13    - Change build process to trim down list of bundles in standard release while still testing toolshed-only bundles
     14  * Stable APIs, #922
     15  * Documentation strategy
     16  * 1.0 features (roadmap)
     17
     18= Discussion =
     19* ChimeraX
     20  * PySide2 browser-lack-of-history bug report was fixed **after** release of 5.12.2
     21  * Should "open folder" be a menu item under File
     22    - Only opens DICOM series file right now
     23    - Potentially can open TIFF series or PDB ensembles
     24    - May be interpreted as "open folder as a container" rather than "open some data in the folder"
     25    - Action: change "Open Folder" to "Open DICOM Folder"
     26  * {{{git flow release}}}
     27    0. backup the repo
     28    1. remove "master" branch from repository
     29    2. remove from clones = git pull
     30    3. create "master" from "develop/0.8" and push to repository
     31    4. "git fetch" from clones
     32  * Toolbar and button bar unification
     33    - Greg will build a ribbon prototype for toolbars using https://github.com/OkGoDoIt/Office-Ribbon-2010
     34  * Putting RBVI bundles on toolshed
     35    - Want separate run-time vs build-time dependencies in bundle_info.xml
     36    - Visit the bundle-release page (from intranet) and release your bundles
     37    - Need to segregate "standard" bundles from "extra" bundles
     38  * What happens when restoring a session that uses an uninstalled tool?
     39    - There is a manifest of bundles referenced by session file
     40    - Need to detect missing bundles
     41      - Show warning or offer to install bundle?
     42      - Restore rest of session or give up or ask user?
     43      - What about gui vs nogui?
     44        - Currently, tools are skipped in nogui mode
     45        - Might get unnecessary warning about missing bundle that won't be used for restoring session in nogui mode
     46  * Stable APIs
     47    - See action items
     48  * Move to github
     49    - Move to private RBVI github project
     50      - Easier to share with collaborators with github admin tools
     51      - "pull requests" should simplify enhancement/fix submission
     52      - will not happen that soon
     53
     54= Action Items =
     55* ~~Conrad will look at "git flow" for common practice
     56  - ~~https://datasift.github.io/gitflow/IntroducingGitFlow.html
     57  - ~~Conrad use "git flow" to release 0.8 as a test run
     58* ~~Conrad will look for existing UI toolkit that implement Office-style ribbons. or some other well known app