Releases: openskope/skopeui
Releases · openskope/skopeui
add "Cite SKOPE" to footer
HNDS-R: support post geojson to dataset page
What's Changed
- feat: allow geojson POSTs to select area page by @alee in #197 - this allows other websites to POST geojson to the select area page for a given dataset and have the geojson loaded in automagically. related issue
- add server side error messages back to timeseries plots to indicate timeouts, etc.
Full Changelog: v2023.01...v2023.07
critical bugfix for timeseries plot
- critical bugfix for timeseries not updating properly after updating temporal range #192
- dependency updates
minor improvements
- use CITATION.cff metadata to automagically generate a citation in the terms of use modal (triggered by
make deploy
) - minor UI/UX fixes #182
bug fixes
- fix refresh on visualize + analyze pages #178
- clean up vue component lifecycle hooks, data initialization / fetching, and server side rendering that appear to have also fixed the load analysis issues #172
- add basic dataset metadata to select area pages (closest thing we have to a dataset detail page) for SEO #180
first official SKOPE app release
First official SKOPE user interface / app release as a rich NuxtJS application at https://app.openskope.org
Designed and developed by @comses devs @cpritcha @chrstngyn @alee
Thanks to @bocinsky @tmcphillips @kintigh and the rest of the @openskope/openskope team for their patience and tireless bug reports + QA testing
Full Changelog: v2022.04...v2022.05
April 2022 penultimate release
- bugfixes + refactoring of event handling
- near final for production, in last phases of QA and testing
codebase & ui cleanup
- numerous UI and functionality bugfixes thanks to reports from @kintigh and Ann Kinzig
- working to improve responsiveness throughout the app & testing out a new navigation drawer based workflow
final release alpha version
- new analysis page with basic summary statistics #33
- copious quantities of code + css cleanup and refactoring (thanks to @cpritcha and @chrstngyn 🎉)
- use https://github.com/openskope/skope-api for timeseries data, summary statistics, and dynamic metadata lookup #129 #7
usability improvements
- numerous UI/UX improvements by @chrstngyn and @cpritcha in consultation with the science team to create a step-by-step flow for
- switch to new https://github.com/openskope/skope-api/ backend for timeseries service and eventually all SKOPE api type things
- still need to properly implement analyze page (currently hard-coded to gather UI feedback)