Open karlcow opened 6 years ago
Slightly related https://flask-menu.readthedocs.io/en/latest/
Another thought. This content is mostly static.
I wonder if we need
I think the general direction in your first comment is interesting, and worth experimenting with. views.py gets to be filled with what seems like boilerplate for those mostly static pages, which seems like the right time to simplify.
This issue was triggered by #2337 and exists only as a brainstorming place. It might be closed without any resolution (What we have currently is working).
Two things which are feeling itchy
There might be solution for both of them separately. And ways to thing about it.
for example, we can imagine that we have a dictionary with all the contents. OR a JSON. The dictionary can be dynamically built from static files when we start the project. Or anything. The dictionary will have the notion of
Just prototyping something. We need to find better ways.