Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 3.5 workflows"

(Install New Software...)
(Install New Software...)
Line 40: Line 40:
  
 
Things to note:
 
Things to note:
* The buttons for adding, managing, and refreshing sites still appear on this page.
+
* The buttons for adding, managing, and refreshing sites still appear on this page.  
 
* An additional button is provided to view the install details
 
* An additional button is provided to view the install details
* Other bugs discuss better presentation of the filters (currently shown as checkboxes) and improved affordances to indicate whether something that's available is already installed, is an update, or is something new.  These issues will be worked separately.  The picture below is intended to show the overall workflow change, not other detailed improvements.
+
* The properties button may appear here, too although it is not shown in the mockup (depends on alternate methods for presenting detail about a selected item)
 +
* Other improvements are planned for this page, but they are covered in separate bugs.  These bugs include:
 +
** better presentation of the filters (currently shown as checkboxes)
 +
** improved affordances to indicate whether something that's available is already installed, is an update, or is something new
 +
** show the detailed information about the selected item in a details area as is done on the next page
 +
 
 +
The picture below is intended to show the overall workflow change, not other detailed improvements.
  
 
[[Image:P2Install1.jpg]]
 
[[Image:P2Install1.jpg]]

Revision as of 17:53, 9 September 2008

(Work in progress)

Workflow problems

Based on input in bug reports, mailing lists, design walkthroughs, and user definitions, these are the problem areas we see in the basic workflows of the 3.4 UI:

  • Many users who want to update the system are not authorized to add new content or do not care about adding content to the install. This suggests providing a simplified way to check for updates without exposure to update sites, available add-ons, etc.
    • Provide a fast path "check for updates" without having to launch a view of what's installed
    • Separate "installed" and "available".
    • Provide a button so that the "installed" view may be launched from the available view
    • Better affordances in the "available" list to depict what is already installed, what is an update, etc. would also help to answer questions that today require switching between the "available" and "installed" view.
  • Users who want to add software typically know the name of what they want to install.
    • A "site view" of the world is not important unless there is a problem with performance or availability of a server.
    • The default view of available software should be by name
    • From an implementation point of view, it suggests that most repositories are loaded by the time the user is selecting items for install which would move most of the "load repo time bombs" to the front of the workflow rather than during resolution of an install.
  • When working with a configuration problem, users want one easy way to provide info to help debug the problem.
    • Unify the information in the Help>About dialog and the information in the "Installed Software" list.
    • A log of the install actions taken previously (the revert history) might be useful in this view. It should be possible to update the system or parts of the system from this view.

Mockups of proposed changes

Separate install and update tasks

Include separate tasks for checking for updates and installing new software.

P2Menu1.jpg

We could also consider moving the entries to the top level of the help menu.

P2Menu2.jpg

Check for Updates

Choosing the Check for Updates... menu item launches the same wizard that the user sees today when notified of available updates, or when selecting items in the installed view and pressing the update button. Before this wizard appears, the user will see a progress dialog. The dialog can be sent to the background so that the user does not have to wait for all the repositories to be contacted.

P2Update.jpg

Install New Software...

Choosing the Install New Software... menu item launches a wizard that combines the repository browsing information previously shown in the Available Software tab of the 3.4 updates dialog with the install wizard.

All repositories would be loaded before the wizard appears. In the interim, a progress monitor that could be sent to the background will be shown. When the repositories are loaded, the wizard will be launched and the first page will show available software. Note we default to showing the software by name, but the user can still view by site or category, and can still use the filtering techniques made available previously.

Things to note:

  • The buttons for adding, managing, and refreshing sites still appear on this page.
  • An additional button is provided to view the install details
  • The properties button may appear here, too although it is not shown in the mockup (depends on alternate methods for presenting detail about a selected item)
  • Other improvements are planned for this page, but they are covered in separate bugs. These bugs include:
    • better presentation of the filters (currently shown as checkboxes)
    • improved affordances to indicate whether something that's available is already installed, is an update, or is something new
    • show the detailed information about the selected item in a details area as is done on the next page

The picture below is intended to show the overall workflow change, not other detailed improvements.

P2Install1.jpg

Once the user selects the desired software and clicks Next, they will see a progress monitor dialog that will show the progress in resolving the install. Since repositories are loaded, this should be considerably faster than in the current UI, where repositories may be loaded for the first time. The user will have the opportunity to cancel this dialog which will leave them in the first page of the wizard, but they cannot send it to the background since they are in the middle of the wizard.

When resolution is complete, the user will see a review page that looks much like the first page of the 3.4 install wizard. This is where resolution errors are shown if the selected items are not compatible with each other or with the current installation. Note the check boxes are gone from this view since the user can go back and change the selections from the first page.

P2Install2.jpg

The remaining pages are the same pages from the 3.4 install wizard.

P2Install3.jpg

About

Back to the top