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

Ping page has almost no info #77

Closed
wlach opened this issue Oct 9, 2020 · 0 comments
Closed

Ping page has almost no info #77

wlach opened this issue Oct 9, 2020 · 0 comments
Assignees

Comments

@wlach
Copy link
Contributor

wlach commented Oct 9, 2020

This issue is intended as an onboarding task for potential outreachy applicants. Please do not work on it unless you have completed the initial qualification task and it has been assigned to you.

We show only a tiny subset of the data related to the ping on the ping page right now. You can see an example of markdown documentation which more fully represents the metadata we have here:

https://github.com/mozilla/mozregression/blob/master/docs/glean/metrics.md#pings

The code that needs to be modified is here:

https://github.com/mozilla/glean-dictionary/blob/main/src/pages/PingDetail.svelte

All the information we want to display should already be extracted. If you have the server running locally, go to e.g.:

http://localhost:5000/data/mozregression/pings/usage.json

This is the dataset corresponding to:

http://localhost:5000/#!/apps/mozregression/pings/usage

Don't worry about styling the component too much-- can just use a table for now (like we do in the table view already: http://localhost:5000/#!/apps/mach/tables/usage)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants