Changes between Version 24 and Version 25 of UZ
- Timestamp:
- 2022.10.05 20:20:49 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UZ
v24 v25 128 128 This component is implemented using //Finite State Machine// (Moore type) technique. It has eight states (idle, hover, wait, uploading, done, error, with_errors and aborted). It uses jQuery as underlying layer because it is the most common way to do //REST// requests. Rationale to implement it was need of specifying how many files could be uploaded at one time. The keynote was to __not implement__ UI inside the component but relying to do such thing by user of this component. 129 129 130 == Conclusion 131 132 The aim was rather to demonstrate some idea than to create universal piece of code. The idea was to demonstrate how to separate totally underlying controller layer from the UI. I hope this idea could be useful for someone. 133 134 Thanks for reading! 135 130 136 ---- 131 137