Skip to content
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

Add image columns to tables #897

Merged
merged 15 commits into from
Sep 14, 2022

Conversation

dodumosu
Copy link
Collaborator

@dodumosu dodumosu commented Sep 12, 2022

Adds one to two extra columns to submission (checklist/incident/survey) tabular views, depending on if images fields are defined for the form in the form builder:

  • one column if any image field is defined. this column simply indicates the absence/presence of any image data whatsoever, independent of which field(s)
  • two columns if any of the image fields is defined as a result image field. the first column is as described above, and the second column contains the number of results images uploaded

This pull request also adds the text/plain mimetype for spreadsheet imports, since if that mimetype is detected, an otherwise valid CSV import wouldn't be processed.

see nditech/apollo-issues#184. this pull request supercedes #895

@dodumosu dodumosu requested a review from takinbo September 12, 2022 16:55
dodumosu and others added 8 commits September 14, 2022 20:47
- fix for crash when multiselect field exists in form
- render Close button at all times
- sort options for multiselect fields
- don't display last update for checklists if they haven't been updated

* fix: set empty array for multiselect fields
* chore: improve initializer for form list
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.27 to 0.5.35.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.27...0.5.35)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tech#898)

Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) and [node-sass](https://github.com/sass/node-sass). These dependencies needed to be updated together.

Updates `scss-tokenizer` from 0.2.3 to 0.4.3
- [Release notes](https://github.com/sasstools/scss-tokenizer/releases)
- [Commits](sasstools/scss-tokenizer@v0.2.3...v0.4.3)

Updates `node-sass` from 7.0.0 to 7.0.3
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](sass/node-sass@v7.0.0...v7.0.3)

---
updated-dependencies:
- dependency-name: scss-tokenizer
  dependency-type: indirect
- dependency-name: node-sass
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: transform string data for integral fields

* chore: clear refs to participant completion rating
* caching of remote dependencies
@takinbo takinbo merged commit 70354cd into nditech:develop Sep 14, 2022
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.

2 participants