haecker-felix/hebbot

Use objects instead of arrays for projects, sections?

jplatte opened this issue · 0 comments

Since every section and project seems to have a sort of id ("name") in addition to its title, is this not an obvious place to use an object instead and change

[[section]]
name = "foo"
title = "Foo"

to

[section.foo]
title = "Foo"

?