User:Polvi/InstrumentationServer:RequirementsV01

From MozillaWiki
Jump to: navigation, search

Config

The client config is provided by the server. An opportunity to reconfigure the client happens every time the extension uploads data. This gives us the opportunity to scale up or down (or turn off completely) any data sent to us by reconfiguring the extension on the fly.

Backend

Take uicommand event stream and put it in to an aggregate database, query-able over date ranges.

  • BACK-01 Store uicommand XML stream into aggregate query-able database. (example data)

Frontend

  • FRONT-01 - Show aggregate uicommands over a daterange (ex: sorted list of uicommands by X users on October 17th, 2007)

API

  • No api requirements for V01