Back

BFshop

BFshop is an under-construction simulated ecommerce business used to develop an intelligence system that identifies what matters, explains it simply and suggests what to do next — without swamping the merchant with analytics dashboards.
Beneath is a copy of the main interface of BFshop, which will be continually updated as the project progresses.
The first iteration of BFshop's intelligence interface. You can filter what data to ask for and this comes directly from the database. This is one step in th evolution towards an AI chat interface presenting insights on the simulated business, and offering suggestions.

Intelligence Interface

Construct a request by selecting a metric and adding filters. the right box will show you the output directly from the database.

Metrics

Filters

No filters added.

Request preview
{
  "metrics": [
    "revenue"
  ]
}
Run a request to see its output.

Architecture

BFshop is a simulated eCommerce business, with a customer interface for placing orders and a merchant interface for managing orders. The merchant interface also includes a section for presenting the findings of the data analysis. This will be presented by a chatbot, which can be conversed with on the findings.


Read how I'm achieving that below.