mozillahispano / mozevents

Django app to handle Mozilla parties and events
http://www.mozilla-hispano.org
Other
10 stars 8 forks source link

Event success report dashboard #22

Open nukeador opened 11 years ago

nukeador commented 11 years ago

A way to report about past events by event owner is needed, so we can know how was the event and do some metrics.

We need a list of information that the owner should fill after the event.

nukeador commented 11 years ago

For graphs: http://code.shutterstock.com/rickshaw/

nukeador commented 11 years ago

Initial /stats page in dea3b99efd35ba628189b3d837356341857dd349

@rlr Probably I will need more doc about rickshaw since I can't find how to do very simple stuff like displaying on hover each event name (each bar should have a different name).

nukeador commented 11 years ago

For some reason after applying sandbox theme, rickshaw is not loading anymore in /stats

[11:37:52.770] ReferenceError: Rickshaw is not defined @ https://eventos.mozilla-hispano.org/stats/:304

rlr commented 11 years ago

i'll take a look!

nukeador commented 11 years ago

Probably it's also a good idea to have per event stats using https://eventos.mozilla-hispano.org/XX/event-name/stats/

Such as: Registrations per day Attendees vs confirmed ratio ...

rlr commented 11 years ago

Pull request with a couple of fixes for the stats page: https://github.com/mozillahispano/mozevents/pull/36