-
Notifications
You must be signed in to change notification settings - Fork 0
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
Front end document upload #14
Conversation
11167b1
to
ca53e7b
Compare
ca53e7b
to
d37a6cc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionally works from what I can visually inspect. A couple minor optional nitpicks and lint warnings to address but looks good otherwise.
/> | ||
</div> | ||
<div class="col-10 p-0"> | ||
<Carousel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
youre probably going to want this upload ui in a separate component eventually.
I'm still questioning the need for a carousel at this stage and the complications that come with it, but good work figuring it out. The primevue component does look pretty good. Although I think we could adjust the size, spacing and default thumbnail lol.
Description
Adds tabular view to the Submission view. New tab provides a button/drag-and-drop area for file uploading. Document uploads are done immediately, there is no confirmation button. Uploads are visible in a carousel appearing to the right of the upload area. Document upload uses COMS. A unique hash is added to the end of each filename to guarantee uniqueness.
Types of changes
New feature (non-breaking change which adds functionality)
Checklist
Further comments