Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalize Metrics Schema #11

Closed
johngruen opened this issue Jan 23, 2018 · 10 comments
Closed

Finalize Metrics Schema #11

johngruen opened this issue Jan 23, 2018 · 10 comments
Assignees
Labels
has pr this issue has a pr, for filtering
Milestone

Comments

@johngruen
Copy link
Contributor

No description provided.

@johngruen johngruen added the mvp label Feb 1, 2018
@lmorchard lmorchard changed the title Add Metrics Schema Finalize Metrics Schema Feb 28, 2018
@lmorchard
Copy link
Contributor

Tweaked the title on this - we have a metrics schema, we need to finish whatever tweaks are necessary

@lmorchard
Copy link
Contributor

lmorchard commented Mar 7, 2018

A thing that occurred to me - we have this ping in metrics.md:

ec: theme-change,
ea: select-full,
ev: {$id} // unique integer value id of the selected theme

That {$id} should probably change to a title or a filename of the theme JSON - or, at least, an integer manually chosen and kept in the JSON.

Currently, the "id" in the code is the index of the preset theme in the list. But, that will be unstable and change based on the ordering of those themes - which right now is just filename alpha sort.

@apoorvasingh17
Copy link

I would like to work on this issue. Can someone give me pointers?

@pdehaan
Copy link
Contributor

pdehaan commented Mar 11, 2018

@apoorvasingh17 probably best to start on a “good first issue”; https://github.com/mozilla/Themer/labels/good%20first%20issue

@johngruen johngruen added this to the MVP milestone Apr 17, 2018
@lmorchard
Copy link
Contributor

Do we have any further changes to make here for mvp versus what is already in metrics.md? /cc @johngruen

@johngruen
Copy link
Contributor Author

@lmorchard will check this today

@ghost ghost mentioned this issue Apr 24, 2018
@ghost ghost removed the mvp label Apr 24, 2018
@johngruen
Copy link
Contributor Author

johngruen commented May 1, 2018

Making some notes here...

@johngruen johngruen added the has pr this issue has a pr, for filtering label May 1, 2018
@lmorchard
Copy link
Contributor

in src/lib/metrics comments say we're passing hsla colors, but they're rgb(a), we should correct that.

Would be easiest to change metrics.md than convert all the internal RGBA values to HSLA on every metric hit, unless there's a reason they absolutely have to be HSLA

@johngruen
Copy link
Contributor Author

@lmorchard yeah, i'll add that to the metrics docs PR

@johngruen
Copy link
Contributor Author

kk, fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has pr this issue has a pr, for filtering
Projects
None yet
Development

No branches or pull requests

4 participants