GIScience / ohsome-now-stats-frontend

This is the frontend application for the ohsomeNow stats.
https://stats.now.ohsome.org/
GNU General Public License v3.0
5 stars 3 forks source link

use default values when parameters are not provided in URL #69

Closed Hagellach37 closed 10 months ago

Hagellach37 commented 1 year ago

currently there is a bug when the URL doesn't contain the values for start and end or interval.

e.g. this url https://stats.now.ohsome.org/dashboard#hashtags=missingmaps should be properly displayed and resolved to default values.

rtroilo commented 1 year ago

I think this issiue is not entirely solved. start/end/interval should be entire duration monthly.

as an example go to this page

ElJocho commented 1 year ago

@rtroilo the default range for the frontend is just the last year, so that is intended behavior currently

rtroilo commented 1 year ago

I think this issiue is not entirely solved. start/end/interval should be entire duration monthly.

as an example go to this page

* https://www.missingmaps.org/partners/morganstanley/
  here you  see the highest hashtag is msmapathonemea with 20622 edits.
  When I follow the link I want to see the same number 20622, the month it happend and the locations on the map!
  Which in this case is 2021-06.

Still the issue is not solved, at least for me! Let me reexplain what I think the problem is.

For me the stats-frontend should have two "default-sets".

rtroilo commented 10 months ago

Thank you @ElJocho for taking care of this issue ❤️