Skip to content

Clean Code Refactor: Navbar index improvement #22

@bozzelliandrea

Description

@bozzelliandrea

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions