Closed iTitus closed 3 months ago
This needs to be changed so it uses the get-user-by-id function and not get-user-by-github-id
How did you get to that view?
I commented out the validity check in question_controller.clj:22
Then I manually browsed to /question/1
and answered the question.
Look for the log statement that tells us the :answer/id
.
Browse to /new-correction?answer-id=<answer id>
, write some feedback and submit
(you have to put the points to 1 on this question for some reason, I think that's another bug)
Success (?)
Thanks. I found a simpler way: http://localhost:8081/new-correction?answer-id=1
Ah nice, some answers are in the dummy data :+1:
_Originally posted by @JanKneiphof in https://github.com/pkoerner/expert-parakeet/pull/133#discussion_r1292718223_