Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Equinox p2 UI Plan"

(M4)
(M2 - Sep 18, 2009)
 
(125 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
This page describes the work planned for the next release (3.5) of the p2 UI.  This includes improvements for the p2 UI in the Eclipse SDK, as well as issues that have to be addressed for alternate UIs (such as RCP app requirements).
+
This page describes the work planned for the next release (3.6) of the p2 UI.  This includes improvements for the p2 UI in the Eclipse SDK, as well as issues that have to be addressed for alternate UIs (such as RCP app requirements).  Important fixes will be examined for inclusion/backport to 3.5.x maintenance stream.
  
Important fixes will be examined for inclusion/backport to 3.4.1.  
+
The overall p2 plan for 3.6 is located at [[Equinox_p2_Plan]]
 +
 
 +
The milestone plans for 3.5 have moved to [[Equinox p2 UI Eclipse 3.5 Plan]]
  
 
The milestone plans for 3.4 have moved to [[Equinox p2 UI Eclipse 3.4 Plan]]
 
The milestone plans for 3.4 have moved to [[Equinox p2 UI Eclipse 3.4 Plan]]
  
==Issues for 3.4.1==
+
==3.6 Ideas list==
* [[Image:Ok_green.gif]] Improved progress reporting and honoring cancellation requests
+
=== UI/Usability ===
* [[Image:Ok_green.gif]] Improved presentation of errors (resizability, formatting)
+
* Ability to define/share/install/uninstall user-named groups of IU's (Susan, Ian?)
* [[Image:Ok_green.gif]] Fix confusing restart language
+
** "My tool set"
* [[Image:Ok_green.gif]] Annoying /low risk bugs
+
** Extension location use cases that don't necessarily depend on physical location
** [[Image:Ok_green.gif]] Refresh artifact repos when metadata repos are refreshed
+
* Transport-related issues
 +
** showing detailed repository status when known
 +
** authentication scoping
 +
** progress reporting improvements
 +
* Network discovery of repos [https://bugs.eclipse.org/bugs/show_bug.cgi?id=218534 bug 218534] - Scott
 +
** discover LAN (and WAN) based metadata and artifact repos
 +
** depends on server-side work in bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=258340 bug 258340]
 +
* Separation of product base vs. "add-ons" [https://bugs.eclipse.org/bugs/show_bug.cgi?id=215398 Bug 215398]
 +
** Differentiating the base product stuff from added content
 +
** User shouldn't be able to (unintentionally) redefine what is "the product" by installing something
 +
* Fast-path install scenarios [https://bugs.eclipse.org/bugs/show_bug.cgi?id=223264 Bug 223264]
 +
* Search based metaphor
 +
** Currently the UI is repository centric. It would probably be beneficial to have a more search oriented UI.
  
==Issues for 3.4.2==
+
=== API===
* [[Image:Ok_green.gif]] Enable a site when a user adds a disabled one (workaround until core fixes in 3.5)
+
* Cleanup and document existing provisional API
* NLS formatting fixes
+
** javadoc
* Layout glitches (Linux only)
+
** wizard page creation should be early and explicit (problems with dynamic page creation)
* Investigate less eager loading of repos by the UI [https://bugs.eclipse.org/bugs/show_bug.cgi?id=236485 Bug 236485]
+
** ability to insert pages into a wizard
 +
** actions should not be API (make internal or migrate to commands and handlers)
 +
* Supported API for all UI building blocks
 +
** Individual wizards, dialogs, commands
 +
** consider handlers vs. actions for UI pluggability/are some command ID's contracts (so clients can invoke UI by id)
 +
** Content and label providers
  
==3.5 Milestone Plan==
+
== 3.6 Milestone Plans ==
=== M1 ===
+
=== M1 - Aug 7, 2009 ===
* UI/Usability
+
* [[Image:Ok_green.gif]] alternate license UI [https://bugs.eclipse.org/bugs/show_bug.cgi?id=217944 Bug 217944] - (Susan)
** Usability review of general strategy (modality, overall organization, etc.)
+
*** [[Image:Ok_green.gif]] Walkthrough with Eclipse UIWG
+
*** [[Image:Ok_green.gif]] Solicit usability and user persona input from product teams
+
*** [[Image:Ok_green.gif]] Write concrete user personas to guide use cases
+
** Bugs
+
*** [[Image:Ok_green.gif]] Bring 3.4.1 fixes into 3.5 stream
+
  
=== M2 ===
+
=== M2 - Sep 18, 2009 ===
* UI/Usability
+
* [[Image:Ok_green.gif]] Improvements to the installation history (Susan)
** [[Image:Ok_green.gif]] Develop use cases based on user persona input
+
** [[Image:Ok_green.gif]] User management of profile snapshots [https://bugs.eclipse.org/bugs/show_bug.cgi?id=284798 Bug 284798]
** [[Image:Progress.gif]] Investigate integration of installed view with about dialog
+
** [[Image:Ok_green.gif]] Comparing configurations in the install history
** [[Image:Ok_green.gif]] Develop mockups for new workflows and solicit feedback
+
*Performance/Stability
+
** [[Image:Progress.gif]] revisit checkbox/filter/deferred fetch strategy [https://bugs.eclipse.org/bugs/show_bug.cgi?id=233269 Bug 233269]
+
** [[Image:Progress.gif]]investigate resolution in the background [https://bugs.eclipse.org/bugs/show_bug.cgi?id=236495 Bug 236495]
+
  
=== M3 ===
+
=== M3 - Oct 30, 2009 ===
* UI/Usability
+
* Install wizard improvements (Susan)
** Complete new workflows (installed view may not yet be integrated with about dialog)
+
** Selection count indicator and popup
** Improved implementation of installed view - allow drill-down into requirements that are visible as groups [https://bugs.eclipse.org/bugs/show_bug.cgi?id=224472 Bug 224472]
+
** non-filtered selections [https://bugs.eclipse.org/bugs/show_bug.cgi?id=235654 Bug 235654], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=257597 Bug 257597], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=278189 Bug 278189]
*** this detail should be shown also in install/update dialog
+
** Consider modeless operation
* Performance/Stability
+
* Query/load assumptions, better async support (Susan)
** finalize checkbox/filter/deferred fetch strategy [https://bugs.eclipse.org/bugs/show_bug.cgi?id=233269 Bug 233269]
+
** Get rid of deferred tree content manager and the "load is slow, query is fast" assumptions
** resolution in the background to be provided as part of new workflows [https://bugs.eclipse.org/bugs/show_bug.cgi?id=236495 Bug 236495]
+
** Alternate progress indication during fetch job (redirect to the wizard)
 +
** incremental fill-in
  
=== M4 ===
+
=== M4 - Dec 11, 2009 ===
*UI/Usability
+
* Cleanup dead code and formalize wizard page progression in install wizards (Susan)
** Complete integration of installed view with about dialog
+
* First class support of explanations in UI (Susan)
** Need to do a better job of deciding which repos to look up against [https://bugs.eclipse.org/bugs/show_bug.cgi?id=234213 Bug 234213]
+
** error indicators and quick fix/alternate actions [https://bugs.eclipse.org/bugs/show_bug.cgi?id=248959 Bug 248959], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=267464 Bug 267464], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=218048 Bug 218048], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=261928 Bug 261928]
** user repo naming (regression of UM function) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=194224 Bug 194224]
+
** consolidate "empty explanations" with error indicators
** better affordances in available view to show already installed, available updates, etc. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=216032 Bug 216032]
+
** better consolidation of repo errors (repo empty explanation vs. accumulating repo error indicator)
*API
+
** Complete integration of installed view with about dialog
+
** Separation of contributions from the rest of the code [https://bugs.eclipse.org/bugs/show_bug.cgi?id=221760 Bug 221760]
+
** Ability to reassemble groups (available, installed, history, repo management) into new locations (pref page vs. wizard, etc.)
+
  
=== M5 ===
+
=== M5 - Jan 29, 2010 ===
*UI/Usability
+
=== M6 - Mar 11, 2010 ===
** streamlined license UI [https://bugs.eclipse.org/bugs/show_bug.cgi?id=217944 Bug 217944]
+
=== M7 - Apr 30, 2010 ===
** better organization for known/discovered/disabled repos and discovery mechanisms [https://bugs.eclipse.org/bugs/show_bug.cgi?id=218534 Bug 218534]
+
*API
+
** should UI be the one coordinating provisioning operations vs. having scheduling rules [https://bugs.eclipse.org/bugs/show_bug.cgi?id=236493 Bug 236493]
+
** event batching when multiple changes are made [https://bugs.eclipse.org/bugs/show_bug.cgi?id=234489 Bug 234489] and/or [https://bugs.eclipse.org/bugs/show_bug.cgi?id=236498 Bug 236498]
+
** improved error reporting and explanation of problems between the planner and the UI [https://bugs.eclipse.org/bugs/show_bug.cgi?id=218055 Bug 218055]
+
 
+
=== M6 ===
+
*API
+
** javadoc, package.html, and API scrub
+
** examples or work with clients to demonstrate/verify that we provide appropriate level of reuse
+
 
+
=== Items not yet assigned to milestones ===
+
 
+
==== UI/Usability ====
+
* Separation of product base vs. "add-ons" [https://bugs.eclipse.org/bugs/show_bug.cgi?id=215398 Bug 215398]
+
* ability to install/uninstall user-named groups of IU's
+
  
==== API====
 
* Level of detail provided by API (listed from most general to most granular)
 
** One callable, preconfigured UI with pluggable policy (query providers, policies, etc.)
 
** Ability to place basic UI in different containers (dialog vs. pref page)
 
** Expose all building blocks for RCP apps
 
*** Individual wizards, dialogs, actions
 
*** Content and label providers
 
* Ensure code is structured for managed scenarios (minimal UI that is required)
 
** Silent/automatic updating, user never sees the update UI, it just happens (but may need confirmation, restart dialog, etc.)
 
** User's environment is defined explicitly by someone external (administrator)
 
*** Upgrade or install to a new specification
 
*** Compare current installation to required one
 
  
 
[[Category:Equinox p2|UI Plan]]
 
[[Category:Equinox p2|UI Plan]]

Latest revision as of 18:09, 9 September 2009

This page describes the work planned for the next release (3.6) of the p2 UI. This includes improvements for the p2 UI in the Eclipse SDK, as well as issues that have to be addressed for alternate UIs (such as RCP app requirements). Important fixes will be examined for inclusion/backport to 3.5.x maintenance stream.

The overall p2 plan for 3.6 is located at Equinox_p2_Plan

The milestone plans for 3.5 have moved to Equinox p2 UI Eclipse 3.5 Plan

The milestone plans for 3.4 have moved to Equinox p2 UI Eclipse 3.4 Plan

3.6 Ideas list

UI/Usability

  • Ability to define/share/install/uninstall user-named groups of IU's (Susan, Ian?)
    • "My tool set"
    • Extension location use cases that don't necessarily depend on physical location
  • Transport-related issues
    • showing detailed repository status when known
    • authentication scoping
    • progress reporting improvements
  • Network discovery of repos bug 218534 - Scott
    • discover LAN (and WAN) based metadata and artifact repos
    • depends on server-side work in bug bug 258340
  • Separation of product base vs. "add-ons" Bug 215398
    • Differentiating the base product stuff from added content
    • User shouldn't be able to (unintentionally) redefine what is "the product" by installing something
  • Fast-path install scenarios Bug 223264
  • Search based metaphor
    • Currently the UI is repository centric. It would probably be beneficial to have a more search oriented UI.

API

  • Cleanup and document existing provisional API
    • javadoc
    • wizard page creation should be early and explicit (problems with dynamic page creation)
    • ability to insert pages into a wizard
    • actions should not be API (make internal or migrate to commands and handlers)
  • Supported API for all UI building blocks
    • Individual wizards, dialogs, commands
    • consider handlers vs. actions for UI pluggability/are some command ID's contracts (so clients can invoke UI by id)
    • Content and label providers

3.6 Milestone Plans

M1 - Aug 7, 2009

M2 - Sep 18, 2009

  • Ok green.gif Improvements to the installation history (Susan)
    • Ok green.gif User management of profile snapshots Bug 284798
    • Ok green.gif Comparing configurations in the install history

M3 - Oct 30, 2009

  • Install wizard improvements (Susan)
  • Query/load assumptions, better async support (Susan)
    • Get rid of deferred tree content manager and the "load is slow, query is fast" assumptions
    • Alternate progress indication during fetch job (redirect to the wizard)
    • incremental fill-in

M4 - Dec 11, 2009

  • Cleanup dead code and formalize wizard page progression in install wizards (Susan)
  • First class support of explanations in UI (Susan)
    • error indicators and quick fix/alternate actions Bug 248959, Bug 267464, Bug 218048, Bug 261928
    • consolidate "empty explanations" with error indicators
    • better consolidation of repo errors (repo empty explanation vs. accumulating repo error indicator)

M5 - Jan 29, 2010

M6 - Mar 11, 2010

M7 - Apr 30, 2010

Back to the top