foundersandcoders / prereq-check

A FAC application prerequisite checker: to be used by applicants and the selection committee :fire:
https://prereq-check.herokuapp.com
18 stars 2 forks source link

Display whether user has authored a kata #33

Closed dangerdak closed 7 years ago

dangerdak commented 7 years ago

3 Displays whether authored kata.

'hasAuthored' is also added onto the codewars object.

Includes tests for hasAuthored function (which returns boolean).

in views/report.js I have put username as an argument to getCodewars as the function requires an argument (but this is currently undefined, as it depends on #6). To run locally for now you'll have to replace this with an actual username.

ameliejyc commented 7 years ago

Review change has been made, plus I removed the github dummy data we spoke about as being unnecessary. Please feel free to review again/merge ❤️