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

feat: remove unused variables states #1200

Merged
merged 2 commits into from
Feb 12, 2025
Merged

Conversation

QRuhier
Copy link
Contributor

@QRuhier QRuhier commented Feb 3, 2025

Remove completely variables states that were not used since v3 (EDITED, FORCED, INPUTTED, PREVIOUS).

Those states are also removed from the schema of questionnaire ; but if we take a questionnaire having those states in the variables, they will still be in the data (with default values)

We decided to remove it also in the test files since it's not in the schema anymore, but previous tests were still working (except the tests using typed objects, then we had errors if we kept those keys that are not present in the source type)

@QRuhier QRuhier force-pushed the feat/remove-unused-variables-types branch from bc3cc51 to fc71bdf Compare February 12, 2025 08:45
@QRuhier QRuhier merged commit 5bf8e23 into 3.0 Feb 12, 2025
11 checks passed
@QRuhier QRuhier deleted the feat/remove-unused-variables-types branch February 12, 2025 09:57
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