adaptive-learning / anatomy

An intelligent application for practicing human anatomy.
https://practiceanatomy.com/
17 stars 6 forks source link

contexts in knowledge overview for different users do not work correctly #13

Open papousek opened 8 years ago

papousek commented 8 years ago

When looking at public profile of another user, clicking on a chapter and clicking on a context, I see my knowledge instead of knowledge of the given user.

It is caused by calling flashcards/flashcards resource without any parameter taking into account the given user.

slaweet commented 8 years ago

I temporarily disabled image preview in this case (https://github.com/adaptive-learning/anatomy/commit/4d5b5e3427226da18e5c9e0df6dc3010e8e7b2f1), because the flashcards/flashcards resource has to be updated to a) allow changing user when not is_staff b) specify user by username, not just id

Issue created: https://github.com/adaptive-learning/proso-apps/issues/103