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

Advanced CDN and content process / store features. #279

Closed
lalalune opened this issue Apr 20, 2020 · 5 comments
Closed

Advanced CDN and content process / store features. #279

lalalune opened this issue Apr 20, 2020 · 5 comments

Comments

@lalalune
Copy link

We need a UI component for a user to upload an image, video or 3D model to our backend. This will interact directly with our low-level resource API and upload multi-part form data.

@lalalune lalalune changed the title Resource Uploader File / Resource Uploader Apr 20, 2020
@lalalune
Copy link
Author

@green9016 Please look at upload service. Upload has an after created hook to create a resource (called 'create-resource'. A resource contains URL to file after it's uploaded, as well as metadata (freeform json), attribution (where it came from and who owns it), and license (eg 'mit')

We want the file uploader to successfully create resource and attribution and link to an existing license.

You may want to add a createAttribution hook before the createReseource hook so the attribution id can be passed to resource.

@dmitrizagidulin
Copy link
Collaborator

(Reassigning to @AyushiMastro.)

@lalalune
Copy link
Author

@AyushiMastro If this is working and finished, please write a test for it.

@lalalune
Copy link
Author

Let's test by uploading a video and image and making sure this works before crossing it off the list. Probably doesn't upload a 3d model, will need some more work on that, and we should think about our UI flow.

@lalalune lalalune reopened this Jun 25, 2020
@lalalune lalalune transferred this issue from another repository Jun 25, 2020
@lalalune lalalune moved this from Done to Client/UI in v0.2 - August 31 - Beta Release Jul 3, 2020
@mrhegemon mrhegemon removed this from Client/UI in v0.2 - August 31 - Beta Release Aug 11, 2020
@mrhegemon
Copy link
Member

Our file serving and CDN needs to be thought out with our content UX. Review and revise.

@mrhegemon mrhegemon changed the title File / Resource Uploader Advanced CDN and content process / store features. Aug 11, 2020
@mrhegemon mrhegemon moved this from Client to Server in v0.3 - September 14 - Release Candidate Aug 11, 2020
@lalalune lalalune closed this as completed Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants