You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
One filter would be for Visits: include/ exclude/ only travel dates in the past
Another for Hostings and Visits would be include/ exclude/ only soft-deleted records
Scopes could be by city, state, or maybe even groups of states
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:
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.
The text was updated successfully, but these errors were encountered: