Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

feature request: showing known topics with slightly different color #59

Open
sygi opened this issue Feb 22, 2015 · 0 comments
Open

feature request: showing known topics with slightly different color #59

sygi opened this issue Feb 22, 2015 · 0 comments

Comments

@sygi
Copy link
Contributor

sygi commented Feb 22, 2015

One thing I miss in metacademy is that all the concepts links have the same color. I would like to have a possibility to see a page of only unknown concepts or to distinguish between known and unknown with a slightly different color (e.g. lighter violet for known topics).

I wanted to do it myself and send you a pull request, but I need a bit of help.
I wanted to add an extra class for the known topics in this function:
https://github.com/metacademy/metacademy-application/blob/master/server/apps/roadmaps/views.py#L59
but it is executed as a callback, being distant from the request, from which I could get a list of known topics. I also saw that in some places you put the known topics into javascript code and do stuff from there, but I did not manage to find a place in code to do that.

  1. do you think that this feature makes sense?
  2. would you give me a hint about way of implementing this?
    Thanks
sygi added a commit to sygi/metacademy-application that referenced this issue Mar 6, 2015
sygi added a commit to sygi/metacademy-application that referenced this issue Mar 6, 2015
sygi added a commit to sygi/metacademy-application that referenced this issue Mar 6, 2015
cjrd added a commit that referenced this issue Apr 21, 2015
(#59) setting lighter color for links of already known concepts
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant