decidim / decidim-bulletin-board

GNU Affero General Public License v3.0
5 stars 6 forks source link

Expose verifiable results in get results GraphQL query #175

Closed orlera closed 3 years ago

orlera commented 3 years ago

The ruby client now also asks for the election's verifiable data (the hash and the file's path) with the get_election_results query. This changes slightly the structure of the response, that will need to be adapted in Decidim.

The sandbox has been updated to show the new data retrieved.

image

codecov-commenter commented 3 years ago

Codecov Report

Merging #175 (44ca1bf) into develop (33b9bfd) will decrease coverage by 0.09%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #175      +/-   ##
===========================================
- Coverage    69.34%   69.25%   -0.10%     
===========================================
  Files           92       92              
  Lines         1517     1519       +2     
===========================================
  Hits          1052     1052              
- Misses         465      467       +2     
Impacted Files Coverage Δ
...er/app/controllers/sandbox/elections_controller.rb 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 33b9bfd...44ca1bf. Read the comment docs.