UMB-CS682-Team-02 / tracker

0 stars 1 forks source link

Make a chart's title display the group selector/parameters and proper class #49

Closed rouilj closed 6 months ago

rouilj commented 6 months ago

The current chart.py multichart uses a hard coded title for the chart:

Tickets grouped by Priority and Status

It should report the fields actually used for grouping.

Also "Tickets" is unique to the issue class. If I use _generic.chart.html to display /users or /query, it should change to refect the different class. E.G. the URL http://localhost:8080/demo/query?@chartype=piechart&@template=chart&@group=creator should have a title of:

Query grouped by creator
rouilj commented 6 months ago

This does not appear to be on main. Please reopen until the chart.title change appears on main.

rouilj commented 6 months ago

Closing. it looks like the code is on main.