File Uploader - #1670
Conversation
…nternal.vue old code
There was a problem hiding this comment.
LGTM, I'd gun alot of your unit test comments though they are just noise and extra upkeep if refactoring
I noticed this with some of my comments in my code as well - they were stale and then the code was changed (and comment not always updated) -> which causes confusion :(
bferguso
left a comment
There was a problem hiding this comment.
Overall looks good. I think we can tune the multi file uploader a bit, but can do that as a separate PR if you want. Let's try to keep it as close to the GenericWidget pattern as possible, only deviating where absolutely necessary.
| :validateOnBlur="true" | ||
| > | ||
| <FieldSet legend="Document Submissions"> | ||
| <MultiFileUploader |
There was a problem hiding this comment.
Are we able to use the same pattern as the GenericWidgets here? Feels like a lot of props. It'd be nice if we could use the GenericWidget and just override the card-x-node-x-widget-data value to point at the MultiFileUploader component.
bferguso
left a comment
There was a problem hiding this comment.
Actually - let's make sure the unit test coverage is back up before we merge this in.
#1326
workflow for file upload
requires PR: 171 from arches common.