codeforpdx / PASS

PASS project - with HMIS module integration
MIT License
30 stars 26 forks source link

Multi-file Upload #77

Open leekahung opened 1 year ago

leekahung commented 1 year ago

Is your feature request related to a problem? Please describe. Current version of PASS supports single file uploads to Solid via HTML input element

Describe the solution you'd like HTML input allows for multi-file uploads with the multiple attribute. We just need to update these elements and refactor all relevant components and functions

leekahung commented 1 year ago

Opening new branch for #77, issue-77/multi-file-uploads; any contributors can use this branch to deal with that new feature

leekahung commented 1 year ago

Function for multi-file upload is viable as proof-of-concept. Will keep as back log at this time.

leekahung commented 1 year ago

Currently working on new system for uploading files on to Solid Pods. See PR #249.

leekahung commented 1 year ago

Think what we've established in recent PR #249 helped us upload multiple files to Solid Pods one at a time and could assign metadata to them individually.

Think there might still be a case where someone wishes to upload a set of related files have them all use the same metadata description, but the concept would need to be flushed out first.