pkoerner / expert-parakeet

1 stars 0 forks source link

Update tests and domain logic for points #175

Open iTitus opened 1 month ago

iTitus commented 1 month ago

Previously points were saved inside an answer and mutated when corrections were received. Since #161 a correction saves the points for a question.

We also need a way to find out which points to apply: https://github.com/pkoerner/expert-parakeet/blob/115ae8091cf96f687a65cc6b7038f9197b751ef9/src/clj/domain.clj#L14-L29