-
Notifications
You must be signed in to change notification settings - Fork 22
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
(feat): multi file question type #2040
(feat): multi file question type #2040
Conversation
aed8ca1
to
f6703d6
Compare
9afb2a0
to
fa989c7
Compare
9eff384
to
a501db5
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.
Needs some fixes for consistency and readability but otherwise LGTM. Could you add a screenshot (especially of the new file list). Please also change the commit messages - currently this won't even trigger a release..
0c1bab7
to
ed16004
Compare
4dff462
to
7640904
Compare
19970d1
to
5ab7153
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.
💯 Looks good!
5ab7153
to
f7387f1
Compare
f7387f1
to
48db5ac
Compare
This replaces the single file upload and will enable the user to upload multiple files at once. BREAKING CHANGE: This requires the caluma backend version v8.0.0-beta.12 or later.
48db5ac
to
f164312
Compare
# [@projectcaluma/ember-testing-v11.0.0-beta.10](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-testing-v11.0.0-beta.9...@projectcaluma/ember-testing-v11.0.0-beta.10) (2022-08-05) * feat!: add multi file upload (#2040) ([c4fd004](c4fd004)), closes [#2040](#2040) ### BREAKING CHANGES * This requires the caluma backend version v8.0.0-beta.12 or later.
🎉 This PR is included in version @projectcaluma/ember-testing-v11.0.0-beta.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [@projectcaluma/ember-core-v11.0.0-beta.9](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-core-v11.0.0-beta.8...@projectcaluma/ember-core-v11.0.0-beta.9) (2022-08-05) * feat!: add multi file upload (#2040) ([c4fd004](c4fd004)), closes [#2040](#2040) ### BREAKING CHANGES * This requires the caluma backend version v8.0.0-beta.12 or later.
🎉 This PR is included in version @projectcaluma/ember-core-v11.0.0-beta.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [@projectcaluma/ember-form-v11.0.0-beta.22](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-form-v11.0.0-beta.21...@projectcaluma/ember-form-v11.0.0-beta.22) (2022-08-05) * feat!: add multi file upload (#2040) ([c4fd004](c4fd004)), closes [#2040](#2040) ### BREAKING CHANGES * This requires the caluma backend version v8.0.0-beta.12 or later.
🎉 This PR is included in version @projectcaluma/ember-form-v11.0.0-beta.22 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [@projectcaluma/ember-form-builder-v11.0.0-beta.16](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-form-builder-v11.0.0-beta.15...@projectcaluma/ember-form-builder-v11.0.0-beta.16) (2022-08-05) * feat!: add multi file upload (#2040) ([c4fd004](c4fd004)), closes [#2040](#2040) ### BREAKING CHANGES * This requires the caluma backend version v8.0.0-beta.12 or later.
🎉 This PR is included in version @projectcaluma/ember-form-builder-v11.0.0-beta.16 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This is the frontend part to this caluma PR which changes the
file-question
type to enable multiple file uploads. This leads to a series of changes around the graphql setup and the whole file handling procedure.BREAKING CHANGE: This renames the question type constant for file questions,
and changes the semantics of the answer value for file questions as well:
It is now an array of objects instead of a string. The response type
for querying file(s) answers now also is a list.
For details / RFC see projectcaluma/caluma#1780
Design Preview: