Difference between revisions of "Features/Notification Progress Bar"

From Sugar Labs
Jump to navigation Jump to search
(Created page with "== Summary == Give the notifications progress bars (if they want) == Owner == * Name: Sam P. * Email: samDELETEME@sugarlabs.org (You need to get rid of t...")
 
 
Line 1: Line 1:
 +
<noinclude>[[Category:Feature|Notification Progress Bar]]</noinclude>
 
== Summary ==
 
== Summary ==
 
Give the notifications progress bars (if they want)
 
Give the notifications progress bars (if they want)
Line 5: Line 6:
 
* Name: [[User:SAMdroid| Sam P.]]
 
* Name: [[User:SAMdroid| Sam P.]]
  
* Email: samDELETEME@sugarlabs.org  (You need to get rid of the DELETEME)
+
* Email: samDELETEME@sugarlabs.org  (You need to get rid of the DELETEME.)
  
 
== Current status ==
 
== Current status ==
Line 41: Line 42:
 
* ''x-sugar-progress-bar'' must be True
 
* ''x-sugar-progress-bar'' must be True
 
* ''x-sugar-progress-pulse'' True for a pulsing bar (see the start of the video)
 
* ''x-sugar-progress-pulse'' True for a pulsing bar (see the start of the video)
* ''x-sugar-progress-fraction'' 0.0 to 1.0 for the progress bar progress (eg: 0.5 is 50% filled)
+
* ''x-sugar-progress-fraction'' 0.0 to 1.0 for the progress bar progress (e.g.: 0.5 is 50% filled)
  
 
== Release Notes ==
 
== Release Notes ==

Latest revision as of 06:47, 10 August 2014

Summary

Give the notifications progress bars (if they want)

Owner

  • Email: samDELETEME@sugarlabs.org (You need to get rid of the DELETEME.)

Current status

  • Targeted release: 0.104
  • Last updated: 10/Aug/2014
  • Percentage of completion: 50% - needs discussion

Benefit to Sugar

  • Progress notifications
  • Background software update notifications
  • Coolness

Scope

It is a small change that does not break compatibility.

It needs Features/Notification_Replacement so your progress bar can move!

UI Design

The bar replaces the summary. Check out this video.

How To Test

Run this Gist in Pippy.

Dependencies

None!

Contingency Plan

People are sad :(

Documentation

Using the notification hints:

  • x-sugar-progress-bar must be True
  • x-sugar-progress-pulse True for a pulsing bar (see the start of the video)
  • x-sugar-progress-fraction 0.0 to 1.0 for the progress bar progress (e.g.: 0.5 is 50% filled)

Release Notes

Added notification progress bar functionality.

Comments and Discussion

https://github.com/sugarlabs/sugar/pull/393