Skip to content

Releases: NCEAS/vegbank-web

v0.2.0

26 Jan 23:06
e31f822

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

What's Changed

This release:

  • Added two new detail views (for cover methods and stratum methods) that are linked from the plot observation detail panel
  • Added additional soil, disturbance, environmental, methods, location, layout, quality, vegetation, and miscellaneous details to the plot observation detail panel
  • Added some sorting capabilities to the tables (largely by vb.code, entity name, and observation/contribution/plot count)
  • Enabled filtering for the plot table based on plants, communities, parties, and projects using observation, contribution, or plot count links from those entities respectively
  • Made the map more manageable by adding a loading screen and shrinking the labels sizes to reduce clutter
  • Widened the detail panel by 5%, made it fullscreen on mobile, and placed it below the nav bar on desktop

Tables supported (No new tables, just new functionality):

  • Plot Observations (now filterable, sortable, and searchable)
  • Plant Concepts (now sortable and searchable)
  • Community Concepts (now sortable and searchable)
  • Parties (now sortable and searchable)
  • Projects (now sortable and searchable)

Detail views supported (Two new views and more detail for plot observations):

  • Stratum Method (new)
  • Cover Method (new)
  • Plot Observation (new details added)
  • Plant Concept (now has link to filter plot observation table)
  • Community Classification (now has link to filter plot observation table)
  • Community Concept (now has link to filter plot observation table)
  • Party (now has link to filter plot observation table)
  • Project (now has link to filter plot observation table)
  • Reference

PRs in this release:

Full Changelog: v0.1.0...v0.2.0

vegbankweb-0.1.0

18 Dec 21:25
a35d606

Choose a tag to compare

vegbankweb-0.1.0 Pre-release
Pre-release

What's Changed

This release marks the first "beta" version of vegbankweb, the web app designed to update and replace http://www.vegbank.org/. It is structured as an R package containing an R Shiny app, and pulls data from the vegbankr api to populate its views. The app minimizes the data load on server memory by using paginated ajax requests for tables, but still fetches all of the plots' locations for display on the map. App state is encoded to and read from the url, allowing users to link and bookmark particular views. Rows in the tables highlight when inspected to indicate what is being explored in the detail view.

Tables supported:

  • Plot Observations
  • Plant Concepts
  • Community Concepts
  • Parties
  • Projects

Detail views supported:

  • Plot Observation
  • Plant Concept
  • Community Classification
  • Community Concept
  • Reference
  • Party
  • Project

PRs in This Release:

New Contributors

Full Changelog: https://github.com/NCEAS/vegbank-web/commits/v0.1.0