Conversation
Collaborator
Author
|
@subdavis - just looking for initial impresses and if I am on the proper track. It's a prerequisite to get stereo data uploaded into web to be able to use it anyway. rightTrackUploadsmall.mp4 |
Contributor
Collaborator
Author
|
I like that mock-up and will probably change stuff to look a bit more like that. |
Contributor
|
You don't need to change anything yet. We can make a second pass later if what you have now is a good first pass. |
* Adjust templates * Move progress to top * Lots of little edge cases * Does no good to remove, they'll just keep uploading
…to web/stereoscopic-support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Started working on a web version of the stereoscopic and that is going to require some changes to the upload of data. At the very least we needed a way to add the multicam dialogs to the web version.
Tasks Completed:
viame.service.tsAdded filetype filtering to the open dialog that should work properly.dive-commonfrom thedesktop(mostly that deal with multiCam). Stuff like the constants for file types, the MultiCamInputArgs, and a shared sense ofopenFromDiskso that the shared multicam args can be used across both.GirderUpload.vuecomponent into a subset of Upload so I could switchUpload.vueinto a typescript component.Upload.vuemanages file opening and organization as well as display of progress, theGirderUpload.vuehandles all mixin aspects of uploading to Girder.