-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Milestone
Description
In addition to the basic stats page outlined in #203 we want an interactive scopeable interface that will allow us to perform more advanced analysis, such as:
- Gap analysis (where is there the greatest difference in number of hosts and visitors)
- Tracking activity by time
- Tracking activity by location
The current rough sketch of this feature would be to create an API for statistical data on the backend. We would have some sort of dynamic JS interface on the stats page (we're considering using React.js for this), possibly with data visualizations if suitable.
Our first step is to define how that interface might work. Then we can iteratively build out an API and the front-end. Please comment on what this interface might look like. This is a brainstorming ticket.