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

MVP: Handle extra fields to export #278

Merged
merged 62 commits into from
Nov 11, 2022
Merged

Conversation

joshuaberetta
Copy link
Member

@joshuaberetta joshuaberetta commented Nov 2, 2021

Tasks:

  • export basic form with analysis questions and responses
  • group survey questions with their associated analysis questions in export
  • allow for analysis questions to be toggled on or off for export
  • extend test fixtures for analysis forms
  • fall back on analysis form question name if translated label not available
  • test:
    • works with multiple select in main survey and different types of multiple_select (both, details, summary)
    • analysis form can have select type questions even if the original survey has no select questions
    • formpack internals
    • normal groups
    • form changes across versions
    • auto report ignores analysis questions
    • translations
    • export without analysis fields

Description

Allow for translations, transcriptions and coding questions to be integrated into the export.

Related issues

closes #277

@coveralls
Copy link

coveralls commented Nov 2, 2021

Coverage Status

Coverage increased (+0.7%) to 86.703% when pulling 62df5d9 on 277-additional-fields-exports into abcdced on master.

src/formpack/schema/fields.py Outdated Show resolved Hide resolved
src/formpack/schema/fields.py Show resolved Hide resolved
src/formpack/schema/fields.py Outdated Show resolved Hide resolved
src/formpack/version.py Outdated Show resolved Hide resolved
src/formpack/version.py Outdated Show resolved Hide resolved
@joshuaberetta joshuaberetta marked this pull request as draft April 13, 2022 23:22
@joshuaberetta joshuaberetta marked this pull request as ready for review June 16, 2022 16:45
@joshuaberetta
Copy link
Member Author

@noliveleger do you want to do a final review of the latest changes and then we can try get this merged into master 🙂

src/formpack/reporting/export.py Outdated Show resolved Hide resolved
@joshuaberetta joshuaberetta force-pushed the 277-additional-fields-exports branch from 028cc7a to 4da4ec9 Compare August 16, 2022 06:58
jnm and others added 2 commits November 10, 2022 20:56
…s--modified-json--fix-tests

Update tests to match qpath in supplementalData
@jnm jnm merged commit 43daf1d into master Nov 11, 2022
@jnm jnm deleted the 277-additional-fields-exports branch November 11, 2022 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle new additional fields exports
5 participants