inbo / mica-dashboard

🐀 A web-based dashboard for the MICA project
https://mica.inbo.be
MIT License
2 stars 0 forks source link

Implement date slider #24

Closed niconoe closed 1 year ago

niconoe commented 3 years ago

(it's a first basis to show trend)

niconoe commented 3 years ago

That might also cover/replace/go in tandem with #19

niconoe commented 3 years ago

Basic mechanism in place (date_range_filter branch).

Next steps:

niconoe commented 3 years ago

Update: It's now merged into main and visible on the test site, but needs the improvements above (+ possibly bugfixes and more polishing)

niconoe commented 3 years ago

consider nouislider? create a thin vue wrapper around it?

niconoe commented 3 years ago

Ideally something like https://github.com/oguzhaninan/vue-histogram-slider would be even better

niconoe commented 3 years ago

@EmmaCartuyvels1: we can now select a start and end date for all searches. It might need improvements (a more user-friendly interface maybe), can you have a look.

I think playing with those filters can also be a first way to visualize the trend (I think we got feedback asking for such features).

EmmaCartuyvels1 commented 2 years ago

Hi @niconoe, I think implementing some type of trend visualisation (can be a seperate graph) is definitely something we need to add

peterdesmet commented 1 year ago

Current start date / end data form is sufficient, but need to show observations over time, see issue #22.