Skip to content

Releases: openskope/skopeui

add "Cite SKOPE" to footer

07 Oct 05:05
Compare
Choose a tag to compare

add BibTeX citation and basic vanillajs clipboard copy when clicking the citation text

HNDS-R: support post geojson to dataset page

28 Jul 22:00
8aafcea
Compare
Choose a tag to compare

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

27 Jan 21:01
Compare
Choose a tag to compare
  • critical bugfix for timeseries not updating properly after updating temporal range #192
  • dependency updates

minor improvements

10 Jun 00:25
Compare
Choose a tag to compare
  • 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

07 May 06:46
6e82c5e
Compare
Choose a tag to compare
  • 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

06 May 01:11
Compare
Choose a tag to compare

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

23 Apr 01:23
Compare
Choose a tag to compare
  • bugfixes + refactoring of event handling
  • near final for production, in last phases of QA and testing

codebase & ui cleanup

15 Oct 07:14
9fa4c7e
Compare
Choose a tag to compare
codebase & ui cleanup Pre-release
Pre-release
  • 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

03 Sep 02:44
Compare
Choose a tag to compare
Pre-release

usability improvements

01 Apr 02:36
Compare
Choose a tag to compare
  • 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)