Changes between Version 24 and Version 25 of UZ


Ignore:
Timestamp:
2022.10.05 20:20:49 (2 years ago)
Author:
js29a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UZ

    v24 v25  
    128128This 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.
    129129
     130== Conclusion
     131
     132The 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
     134Thanks for reading!
     135
    130136----
    131137