HackYourFuture-CPH / Guide-IT

Guide IT, a tool to help newcomers decide their IT path
MIT License
3 stars 1 forks source link

Final question button functionality #208

Closed cph-kiwi closed 3 years ago

cph-kiwi commented 3 years ago

Description

This makes the button link to the results page and submit the users answer tot he final question tot he database.

Fixes # 137 and 172

There is an error in issue 172. It states that the URL should ens with "/resultPage". But the router says it should be "/quiz-results/:userId".

How to test?

Open branch and run "npm run dev". Follow the quiz through to the results page. Make sure your database has up to date migrations and seeds before beginning.

Checklist

cph-kiwi commented 3 years ago

I have updated this PR after updating the previous one. But this will not work until the changes from the previous PR have been merged.