FAC-11 / litlearn

The English GCSE learning app
https://litlearn.herokuapp.com/
7 stars 1 forks source link

added tables to db, added column to table, fixed resultant error #60

Closed morkeltry closed 7 years ago

morkeltry commented 7 years ago

52

Remerge of previous PR #57 which broke stuff - but fixed error in order of statement (db_build.sql);

57: "added tags, many2many tables to db_build.sql; added options column to questions table;

52"

parameterises db query in multichoice.js, and destringifies new .options column in result (#36)

codecov[bot] commented 7 years ago

Codecov Report

Merging #60 into master will decrease coverage by 2.58%. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #60      +/-   ##
=======================================
- Coverage   77.58%   75%   -2.59%     
=======================================
  Files           7     7              
  Lines          58    60       +2     
  Branches        3     3              
=======================================
  Hits           45    45              
- Misses         13    15       +2
Impacted Files Coverage Δ
src/controllers/multichoice.js 13.33% <0%> (-2.06%) :arrow_down:

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 2f7b752...352b41b. Read the comment docs.