Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 09:20
· 906 commits to main since this release

This is version 2.0.0 of the Research Software Directory as a service. This version contains major changes from the v1.x series. Major changes include:

  • a redesign of the software, project and organization overview pages
  • support for software highlights on the software overview page
  • improved search, filter and sort functionality on the software and projects overview pages
  • support for global announcements on the landing page
  • RSD administrators can view the harvester logs

This release 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/1.27.0-to-2.0.0.sql

This version is production ready. If you starting a new RSD instance (without historical data) you can use docker-compose.yml provided in the deployment.zip file. No database migration is required in that case.

Bug Fixes

  • duplicate project entries per organisation (7282aff)

  • font color used in admin keyword and rsd-contributors tables (2b1a5b1)

  • group software metric values bottom right (ff22863)

  • highlight carousel cumulative layout shift when calculating first card position and the image resizing problem in the card. (75f9cb3)

  • image scaling on participating organisations and software card (do not blow up small images) (ccf8e8b)

  • null contributors/mentions in masonry card stats (ddb733a)

  • prevent blurry logo image in the organisation card (03bbcbc)

  • release date, show message when no release date instead 1-1-1970 (38855ce)

  • remove pinned order from project overview and set is as default order on organisation page. (db0ced1)

  • show 404 page for non-existing organisation/research unit (b48a258)

  • showing one software/project on multiple pages during the pagination (1c1c8b1)

  • software pinnen filter (d517254)

  • sometimes have no image for different entities in data generation (bebc7d2)

  • use logos in data generation for organisations (1961c28)

  • use software logos in data generation (ca53a1e)

  • chore!: bump frontend version to 2.0.0 after software,project and organisation pages implementation (205ae56)

Features

  • add country and short description to organisation card and consolidate components (6e05656)
  • add order on project title (a417095)
  • add project status filter to project overview and organisation pages (b234ea7)
  • add scraper error logs page to admin section (198cdb3)
  • add verified organisation badge and claim organisation button (98439d3)
  • adds global announcements (5229105)
  • link to software and project page with default order on mention/impact count (3b26ec6)
  • organisation page v2 design implementation (88c9ffd)
  • software overview page v2 (b56c538)

BREAKING CHANGES

  • bump frontend version to v2