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

PC-1413: Remove "I don't know" option from EPC question #397

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

Glenn-Clarke
Copy link
Contributor

@Glenn-Clarke Glenn-Clarke commented Nov 12, 2024

Link to Jira ticket

Description

Removed "I don't know" option from EPC question.

Checklist

  • I have made any necessary updates to the documentation
  • I have checked there are no unnecessary IDE warnings in this PR
  • I have checked there are no unintentional line ending changes
  • I have added tests where applicable
  • If I have made any changes to the code, I have used the IDE auto-formatter on it
  • If I have made any changes to Python files (even if not changing any content strings), I have run make extract-translations
  • If I have made any changes to website flow, I have updated the Flow Miro Board
  • If I have made any changes to website flow, I have checked forward and back behaviour is still consistent

Screenshots

{F1284D3D-2B5E-4C0E-A971-31C9DC5B0A35}

@Glenn-Clarke
Copy link
Contributor Author

Having some conflicts with the translations between these tickets, so will leave it conflicting for now and fix at the end.

@Glenn-Clarke Glenn-Clarke requested a review from jdgage November 12, 2024 16:44
@Glenn-Clarke Glenn-Clarke marked this pull request as ready for review November 12, 2024 16:45
@Glenn-Clarke Glenn-Clarke force-pushed the PC-1413-Remove-I-dont-know-from-EPC-question branch from 8f59806 to 872a1e7 Compare November 12, 2024 17:36
@@ -44,7 +44,6 @@
epc_rating_field,
epc_select_manual_page,
epc_select_page,
field_dont_know,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this unused in the constants file now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe so, there's other questions that use this field in the consts.py file, as like "Yes" and "No" it's sort of a generic answer:
wall_insulation_field_dont_know = field_dont_know

This import in particular in schemas was unused once I removed its usage below, though.

@Glenn-Clarke Glenn-Clarke merged commit 80e62a4 into develop Nov 13, 2024
4 checks passed
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