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

Include more application metadata #105

Closed
wlach opened this issue Oct 13, 2020 · 3 comments
Closed

Include more application metadata #105

wlach opened this issue Oct 13, 2020 · 3 comments
Assignees

Comments

@wlach
Copy link
Contributor

wlach commented Oct 13, 2020

We don't have a ton of Glean application metadata currently, but we have more than we're currently displaying (name + description).

In particular, we should include the following:

  • source code URL -- where to look up the source code
  • application id -- the id of the application, corresponding to what we use on the play store with android applications
  • deprecated (if true) -- whether the application is deprecated (no longer under active development)

application id and source code URL should only be displayed in the application detail screen. For now, just display them as a table, as we do for the BigQuery table view e.g. http://localhost:5000/#!/apps/fenix-nightly/tables/activation

"deprecated" should be displayed as a pill (in both the application list and application detail screen). Create a new svelte component using tailwind with a pleasing style. You can see some documentation on how to create a pill here:

https://tailwindcss.com/docs/border-radius#pills-and-circles

@wlach
Copy link
Contributor Author

wlach commented Oct 13, 2020

@JoyLubega want to give this a try?

@JoyLubega
Copy link
Contributor

ohhh great. Thanks. Starting right away

@wlach
Copy link
Contributor Author

wlach commented Oct 14, 2020

Fixed by #112

@wlach wlach closed this as completed Oct 14, 2020
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