fac-14 / OSCEBossKey

Weeks 13-16 > Tech for Better project: An app to help medical students revise for their exams
https://oscebosskey.herokuapp.com/
MIT License
4 stars 2 forks source link

Dummy data #70

Closed Brymon closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #70 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   88.23%   88.23%           
=======================================
  Files           9        9           
  Lines          34       34           
  Branches        2        2           
=======================================
  Hits           30       30           
  Misses          4        4

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 47e34f8...4f42902. Read the comment docs.

martingaston commented 5 years ago

In markScheme elements - is it necessary to have completed as I imagine this will always be false and I don't think we'll be putting true responses back into the data store, which means less data has to be transferred from the database and more work can be done by the client. We can probably map through it and just add the completed as we go along.