Currently you can click on a link on the index page and get a chart. The current chart template
only works for issues. Generalize this so that only one chart template works for any class
in the tracker. Review the discussion on how Roundup selects templates from the March 26 meeting.
Also request.classname may be useful.
To demo: create 3 keywords using the admin user. Create 2 keywords using the demo user.
Then entering the URL:
For this part of the task, just editing the URL directly is fine. You don't have to add links to other pages to activate this. None of the other classes (keywords, users, file, priority, etc.) have a search and index page
like issues.
Currently you can click on a link on the index page and get a chart. The current chart template only works for issues. Generalize this so that only one chart template works for any class in the tracker. Review the discussion on how Roundup selects templates from the March 26 meeting. Also request.classname may be useful.
To demo: create 3 keywords using the admin user. Create 2 keywords using the demo user. Then entering the URL:
http://localhost:8080/demo/keyword?@template=chart&@group=creator
should show a barchart with three keywords for the admin user and 2 for the demo user.
http://localhost:8080/demo/keyword?@template=chart&@group=creator&@charttype=piechart
should show a piechart with the same data.
For this part of the task, just editing the URL directly is fine. You don't have to add links to other pages to activate this. None of the other classes (keywords, users, file, priority, etc.) have a search and index page like issues.