Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor upload business logic and update tus-js-client to 2.3.0 #5371

Closed
kulmann opened this issue Jun 25, 2021 · 2 comments
Closed

Refactor upload business logic and update tus-js-client to 2.3.0 #5371

kulmann opened this issue Jun 25, 2021 · 2 comments
Labels
Category:Research Research is needed Category:Technical Technical ehancements

Comments

@kulmann
Copy link
Member

kulmann commented Jun 25, 2021

We're using tus-js-client in version 1.8.0. The client is now at version 2.3.0 and received major improvements regarding upload tracking and fingerprinting. We should look into upgrading the client.

In addition to this it makes sense to clean up our code base regarding uploads. At the moment most of the code lives in the huge mixins.js of the files app. It makes sense to move code into helpers dedicated to uploads.

This is also a good chance to have a look at some earlier ideas of improving the upload handling with TUS:

@pascalwengerter
Copy link
Contributor

Link to migration guide: https://tus.io/blog/2020/05/04/tus-js-client-200.html

@pascalwengerter
Copy link
Contributor

Updating the tus-js-client was done in #6177 and the refactoring of the upload logic will be done together with #6268 so closing this ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category:Research Research is needed Category:Technical Technical ehancements
Projects
None yet
Development

No branches or pull requests

2 participants