nasa / earthdata-search

Earthdata Search is a web application developed by NASA EOSDIS to enable data discovery, search, comparison, visualization, and access across EOSDIS' Earth Science data holdings.
https://search.earthdata.nasa.gov
Other
743 stars 221 forks source link

EDSC-4170: Add Admin Preferences Metrics to Admin page #1801

Closed bnp26 closed 2 weeks ago

bnp26 commented 1 month ago

Overview

What is the feature?

Add new Preferences Metrics to the admin page.

What is the Solution?

Created new handler to pull the site_preferences data and calculate the percentage of different values users use as their preferences . New page to display that data.

What areas of the application does this impact?

List impacted areas. Admin pages

Testing

Reproduction steps

  1. go to localhost:8080/admin
  2. Observe the displayed data matches the users.site_preferences table in the postgresql

Attachments

Please include relevant screenshots or files that would be helpful in reviewing and verifying this change.

Checklist

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.38%. Comparing base (ac04cb2) to head (62d0061). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1801 +/- ## ========================================== + Coverage 93.34% 93.38% +0.04% ========================================== Files 757 764 +7 Lines 18316 18441 +125 Branches 4703 4750 +47 ========================================== + Hits 17097 17222 +125 + Misses 1171 1134 -37 - Partials 48 85 +37 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.