forecastlab / forecast_dash

A website for viewing forecasting results of commonly used time series.
https://business-forecast-lab.com
Other
35 stars 17 forks source link

Improve find series filters #158

Closed ardimirzaei closed 2 years ago

ardimirzaei commented 2 years ago

Summary

Related Issues

Issue #139

Checklist

sjtrny commented 2 years ago

I've amended it now to work with multiple pages but I think some things need improvement/consideration:

  1. The search field should auto suggest terms from tags.
  2. Reconsider the information density. With 4 cols at XL size I feel a little overwhelmed - but could just be me.
  3. Align card title to the top so that all titles start at the same vertical position. I think this will improve readability for long series titles. In the screenshot below there's various misalignment.
line_read
ardimirzaei commented 2 years ago

Fixed xl to 3 columns, align card title fixed. But autcomplete is a bit tricky. https://community.plotly.com/t/auto-complete-text-suggestion-option-in-textfield/8940/15

sjtrny commented 2 years ago

We might be able to hack something together for the autocomplete. I have a barely functioning prototype here https://replit.com/@StephenTierney/TatteredPriceyApi#main.py

You can type "San Francisco" as one of the known auto completes and then other arbitrary words.