This user story describes the statistics module of LeMill. Statistics module will replace the current statistics page: http://lemill.net/lemill_tool/showStats
General requirements:
- Statistics module should be accessible for reviewers and managers.
- All data in statistics module should be displayed as a tables.
- Each table should be downloadable in CSV format.
- Statistics module is clean XHTML without LeMill design (tables can grow much wider than 800px)
In the first implementation the statistics module should contain the following tables:
Number of members (country, number of users by date, estimated number of users, estimated percentage). Number of users is calculated for the beginning of each month (we should have this data since may 2006). Estimated number of users is calculated with the following formula:
number_of_users_in_country / ((total_number_of_users - number_of_users_without_country)/total_number_of_users)
https://lemill.org/trac/attachment/ticket/1854/number_of_users_table.pdf
Other tables with quantitative data should look similar:
Number of published web pages (language, 01.05.2006, …, 01.11.2008, percentage)
Number of published presentations (language, 01.05.2006, …, 01.11.2008, percentage)
Number of published exercises (language, 01.05.2006, …, 01.11.2008, percentage)
Number of published lesson plans (language, 01.05.2006, …, 01.11.2008, percentage)
Number of published school projects (language, 01.05.2006, …, 01.11.2008, percentage)
Number of published pilots (language, 01.05.2006, …, 01.11.2008, percentage)
Number of media pieces (01.05.2006, …, 01.11.2008)
Number of references (language, 01.05.2006, …, 01.11.2008, percentage)
Number of print resources (language, 01.05.2006, …, 01.11.2008, percentage)
Number of methods (language, 01.05.2006, …, 01.11.2008, percentage)
Number of tools (language, 01.05.2006, …, 01.11.2008, percentage)
Number of groups (first language, 01.05.2006, …, 01.11.2008, percentage)