Differences between revisions 4 and 5
Revision 4 as of 2011-11-27 14:03:51
Size: 1341
Comment:
Revision 5 as of 2011-11-27 14:04:10
Size: 1296
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
This is a followup task for "show" task.

Overview

Title
make a simple, pretty subitems theme widget (modify)
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

This is a followup task for the "make a simple, pretty subitems theme widget (show)" task.

We need a similar subitems widget as the one for show view also for the modify (editor) view.

For the "modify" view, it should not link to the subitems, but use javascript to insert link or transclusion markup for the subitem into the editor textarea, so users can easily do that with just one click instead of having to remember the subitem name and type it in manually.

Details

Your task:

  • see existing subitems widget of "show" view, think about code reusage
  • implement the widget for "modify" view
  • integrate your widget into modify view
  • chose some style (check existing css) to make it look pretty
  • 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?).

Discussion

MoinMoin: EasyToDo/make subitems theme widget (modify) (last edited 2011-11-27 23:21:03 by ThomasWaldmann)