Overview
- Title
- make a simple, pretty subitems theme widget (show)
- Duration
- 144
- Difficulty
- Medium
- Types
- Code, User Interface
- Tags
- python,html,css,jinja2
- Mentors
- thomaswaldmann,rb_proj,waldi,esyr,pkumar_7
- Count
- -1
Description
Abstract
We currently have a separate and rather complex "index" view. One needs to click on "index" to see it.
For the normal "show" view, it would be useful to have a subitems panel that is permanently visible (e.g. in a sidebar). The panel for show view should just show a flat list of subitem links (flat index).
Details
Your task:
- implement a theme widget that shows a flat list of subitems (see existing code of index view)
- integrate your widget into show view
- chose some style (check existing css) to make it look pretty
- think about code/template reusability - we will need something similar for modify view later
- work closely together with moin devs, demonstrate and discuss stuff regularly
Deliverables: changesets
Skill Requirements
See tags. A bit of jinja2 templating needed to modify existing templates and implement the widget (as a j2 macro?).
Links
Discussion
There might be some followup task for modify view.