illustrated-machine-learning / illustrated-machine-learning.github.io

Website containing illustrations about Machine Learning theory!

Home Page:https://illustrated-machine-learning.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean Code Refactor: Navbar index improvement

bozzelliandrea opened this issue · comments

the Navbar Component is not very comfortable to read and update, this is because it is written in pure html, it could be improved by managing a json file per subcategory which contains the index and which is loaded during loading of the webapp, the json will populate the navbar entries.

expected result: 3 json files (machine-learning, machine-learning-eng, projective-geo) with json nodes, where each json level has been rendered as ol tag if the level has childs, or li tag if it is empty

I think I can solve this. Can you please assign me to this issue?
Also, is there a time constraint or a deadline within which this issue must be solved?

Absolutely, thank you for your help!
And no, there isn't a strict time-constraint, as far as you're still working on that 😄

Thank you very much 😄

Partially fixed with #25