Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Custom defined KPI targets #69

Open
ecumike opened this issue Dec 1, 2018 · 0 comments
Open

Custom defined KPI targets #69

ecumike opened this issue Dec 1, 2018 · 0 comments
Labels
data model Requires updates to data models enhancement New feature or request

Comments

@ecumike
Copy link
Contributor

ecumike commented Dec 1, 2018

Currently, from the original implementation, there are hardcoded 'realistic' KPI targets in the dashboard view reports_dashboard:

        'fcp': {
            'fast': 1.6,
            'slow': 2.4
        },
        'fmp': {
            'fast': 2,
            'slow': 3
        },
        'tti': {
            'fast': 3,
            'slow': 4.5
        },

These drive the 3 pie charts on the dashboard as to what %s of URLs are in each of these ("average" is the # range between "fast" and "slow").

Ideally these should be a model to allow each implementation to set their own targets, as well, it will allow these to easily be changed without having to redeploy your app.

@ecumike ecumike added enhancement New feature or request data model Requires updates to data models labels Dec 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
data model Requires updates to data models enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant