Added basic membership reports

Provide a basic membership reporting ui at reports/groups-membership-report.
Display the daily collected meetup.com membership data in a daily
aggregated form, grouped by continents and countries.

Change-Id: I895f98458f87cb19a73af59067f7ecf81ee8eb04
This commit is contained in:
Marton Kiss
2015-02-12 22:02:11 +01:00
parent af1d00c427
commit b55c816a53
3 changed files with 220 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
#group-report-summary {
th, td {
width: 50%;
}
a {
color: #30739C;
text-decoration: underline;
}
}
#group-report-continent {
th, td {
width: 50%;
}
}

View File

@@ -21,6 +21,7 @@
@import 'partials/profile';
@import 'partials/event';
@import 'partials/language';
@import 'partials/reports';
/* Custom override */