Changes between Initial Version and Version 1 of Ticket #12810


Ignore:
Timestamp:
Jan 12, 2015, 4:00:06 PM (9 years ago)
Author:
Marek Lewandowski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12810 – Description

    initial v1  
    1 # Overview
     1= Overview
    22
    33We need to create a convenient way to handle notification will display a progress for related items.
     
    1111At the end we ither show a success information, or just hide the notification.
    1212
    13 ### Proposed API
     13== Proposed API
    1414
    1515API should be very simple.
     
    3333So as we can see {{{createThread()}}} returns a callback that should be called in order to mark a thread as completed.
    3434
    35 ## More complex case
     35== More complex case
    3636
    3737Upload plugin would need more complex solution, as it is preferred to give end user constant feedback of the process progression.
     
    6363So the object would expose 2 properties - {{{update}}} and {{{done}}}.
    6464
    65 //As a side note://
     65''As a side note:''
    6666
    6767This case shows that internal aggregator update method should be throttled, becuase considering eg. 10 files upload, there would be a ridiculus ammount of calls to the ui update funciton.
    6868
    69 ## Different title if only one item remaining
     69== Different title if only one item remaining
    7070
    7171Initialy I thought about possibility to displayh a different title if only one element remains.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy