dingoblog / dingo

Blog engine written in Go
MIT License
284 stars 37 forks source link

Categories #3

Open dinever opened 8 years ago

dinever commented 8 years ago

Currently, categories in Dingo does not work at all.

categories is basically like tags. The only difference is that it is hierarchical.

For instance, the user may have categories named Programming and Python. In this case, Programming should be the parent of Python.

We may need to introduce some category management interface in the admin panel as well.