We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The gem requires existing statements and suggestion in a certain format. This leads to strange case where we're doing things like
membership-comparison/spec/membership_comparison_spec.rb
Line 48 in f367ee5
It would be better to change the interface to not use nested hashes. This would work well with how the data is returned from the query service and would potential mean we wouldn't need to map the query result into the format expected here: https://github.com/mysociety/verification-pages/blob/master/app/services/new_statement_classifier.rb#L140-L155
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The gem requires existing statements and suggestion in a certain format. This leads to strange case where we're doing things like
membership-comparison/spec/membership_comparison_spec.rb
Line 48 in f367ee5
It would be better to change the interface to not use nested hashes. This would work well with how the data is returned from the query service and would potential mean we wouldn't need to map the query result into the format expected here: https://github.com/mysociety/verification-pages/blob/master/app/services/new_statement_classifier.rb#L140-L155
The text was updated successfully, but these errors were encountered: