Features/Spiral Home View

< Features
Revision as of 07:53, 23 August 2010 by Walter (talk | contribs)


Summary

This is an enhancement to the Home View to enable the display of more icons. The idea is that after the circle becomes too large, rather than shrinking the icons, it morphs into a spiral. Only after the spiral no longer fits on the screen do the icons shrink.

Owner

Current status

  • Targeted release: (0.90)
  • Last updated: (6 Aug 2010)
  • Percentage of completion: 100%
  • Comment: Reviewed bby design and deployment teams

This feature is being tracked in Ticket 2143.

Summary of the discussion with the Design Team

We've discussed this extensively and there was consensus that a morph to a spiral would be an acceptable solution to the Home View sparsity problem. See http://lists.sugarlabs.org/archive/sugar-devel/2010-August/025874.html

Note that this enhancement is orthogonal to the discussion about replacing the List View with the Journal and/or enabling multiple collections of activities to be viewed on separate Home Views.

Detailed Description

 

This version progresses from the inside out.

         

These versions progress from the outside in, making for a less abrupt change between the ring and the spiral. There is also an intermediate icon size introduced between STANDARD ans SMALL.

         

These versions have a looser spiral and more intermediate steps.

     

And some spiral out versions.

 

Approximation of Gray's even looser spacing.

Benefit to Sugar

As we continue to grow the number of activities, there is more pressure to be able to include more on the Home View. This enhancement allows a smooth transition from the current ring view into a spiral, so it should be minimally disruptive while offering a solution to the problem.

Scope

To implement this feature, I needed to make changes in one file:

sugar/src/jarabe/desktop/favoritelayout.py

How To Test

  1. Apply the patch attached to http://bugs.sugarlabs.org/ticket/2143
  2. Add activities from the List View until the circle becomes too full -- after ~30 icons on an OLPC XO computer
  3. Observe the morph to a spiral
  4. Remove some activities
  5. Observe the morph back to a circle
  6. Add many more activities
  7. Observe icon size changing in the spiral

User Experience

Anyone who has tried to load too many activities onto their Home View has experienced the problem that the Ring View does not scale well. This is a remedy to this problem.

Dependencies

No additional dependencies are required to implement this feature.

Contingency Plan

None necessary, revert to previous release behavior.

Documentation

Release Notes

Comments and Discussion