reichlab / forecast-repository

Codebase for Zoltar forecast repository
https://zoltardata.com/
GNU General Public License v3.0
6 stars 3 forks source link

sort units in drop-down menu for queries on website? #330

Closed elray1 closed 2 years ago

elray1 commented 2 years ago

minor request for the units in this drop-down menu to be sorted. example: https://www.zoltardata.com/forecast/19778

solution: this line in forecastapp/views.py needs to change `.nameto_.abbreviationto match forecast_app/templates/forecast_detail_data_snippet.html usingunit.abbreviation`:

context['found_units'] = sorted(found_units, key=lambda _: _.abbreviation)

image