Skip to content

File Uploader - #1670

Open
P-Hansen wants to merge 21 commits into
release/2.0.xfrom
phil/uploader
Open

File Uploader#1670
P-Hansen wants to merge 21 commits into
release/2.0.xfrom
phil/uploader

Conversation

@P-Hansen

@P-Hansen P-Hansen commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

#1326

workflow for file upload

requires PR: 171 from arches common.

Comment thread bcap/src/bcap/apps/Permit/components/dashboard/QuestionDialogInternal.vue Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated
Comment thread bcap/src/bcap/apps/Permit/Modules/DocumentSubmissionModule/steps/steps.test.ts Outdated

@seeker25 seeker25 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 :(

@P-Hansen
P-Hansen marked this pull request as ready for review August 19, 2026 00:13

@bferguso bferguso left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 bferguso left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually - let's make sure the unit test coverage is back up before we merge this in.

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

Successfully merging this pull request may close these issues.

3 participants