Changes between Initial Version and Version 1 of Ticket #12810
- Timestamp:
- Jan 12, 2015, 4:00:06 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12810 – Description
initial v1 1 #Overview1 = Overview 2 2 3 3 We need to create a convenient way to handle notification will display a progress for related items. … … 11 11 At the end we ither show a success information, or just hide the notification. 12 12 13 ###Proposed API13 == Proposed API 14 14 15 15 API should be very simple. … … 33 33 So as we can see {{{createThread()}}} returns a callback that should be called in order to mark a thread as completed. 34 34 35 ##More complex case35 == More complex case 36 36 37 37 Upload plugin would need more complex solution, as it is preferred to give end user constant feedback of the process progression. … … 63 63 So the object would expose 2 properties - {{{update}}} and {{{done}}}. 64 64 65 //As a side note:// 65 ''As a side note:'' 66 66 67 67 This 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. 68 68 69 ##Different title if only one item remaining69 == Different title if only one item remaining 70 70 71 71 Initialy I thought about possibility to displayh a different title if only one element remains.