-
New Feature
-
Resolution: Fixed
-
Low
-
None
-
None
Would be nice to have statistics about artist countries (cf. http://pastebin.com/8GcJxjbK ) visible & regularly updated somewhere on the site.
[from nikki: the query used for said pastebin was: select c.name, count(*) as count from artist a, country c where a.country=c.id group by c.name having count(*) > 10 order by count desc; ]
- depends on
-
MBS-2448 Timeline graph should allow adding/removing lines
- Closed