Skip to content

v2.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 08:18
· 144 commits to main since this release

This is version 2.16.0 of the Research Software Directory as a service. This release contains initial support for Communities:

  • added Community pages (similar to organization pages)
  • added a Community overview page
  • allow the RSD admin to create new Communities
  • added "request to become part of Community" to software maintainer pages
  • enable a Community maintainer to change the settings of a Community
  • allow a Community maintainer to accept or reject software that wants to be part of the Community.
  • provide setting in RSD configuration that selects which of software, projects, organizations, communities is visible

This requires an update to the database. A migration script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/2.15.1-to-2.16.0.sql

Bug Fixes

  • only rsd-admin can remove rejected community request from software (3a39755)

Features

  • add communities to edit software (#1220) (2bce2de)
  • add communities to rsd admin section (5c78d5c)
  • create support for modules in settings.json (096881a)
  • implement community settings page (#1195) (cd6d973), closes #1199
  • implement community software page and refactor organisation software page (#1213) (f8516f7)