Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

No meeting on Thursday, July 4 because of the USA Fourth of July holiday.  Tim Donohue will be out of the office from July 4-8, returning on Tuesday, July 9.

Agenda

...

Current Work

Project Boards

...

See Trading reviews on Pull Requests for how to get immediate attention to that PR!

Notes

Discussed the release of DSpace 8.0

  • DSpace 8.0 was released on Monday, June 24, 2024. Tim Donohue thanked all committers for their work and their contributions towards version 8.0.
  • Reflected on lessons learned from work on version 8.0 and what can be improved to help future releases
    • Tim Donohue shared:
      • realizing major upgrades earlier in the development cycle; in the development of version 8, the need to upgrade Springboot and Angular was seen somewhat late in the development cycle, which lead to delays
      • improving and streamlining the code review process, which has also lead to delays; this is partly due to a small pool of reviewers

Discussed the release of 7.6.2

Discussed ideas for DSpace version 9

  • Tim Donohue has created a board for version 9 on GitHub: https://github.com/orgs/DSpace/projects/31/; this board serves as a point to collect ideas and brainstorm features and improvements for version 9
  • Any larger ideas and brainstorming for version 9 can go on the DSpace Release 9.0 Status page on the wiki
    • Anyone is welcome and encouraged to add ideas for version 9 development to this page
    • Alternative, anyone is welcome to message Tim Donohue with ideas for version 9 development

Continued the ongoing discussion around High CPU usage with DSpace 7 SSR (see https://github.com/DSpace/dspace-angular/issues/3110)

  • Anyone is welcome to add ideas on how to improve performance issues in the "Brainstorms" section on https://github.com/DSpace/dspace-angular/issues/3110
  • Discussed ideas of how do improve performance
    • Fixes should revolve around identifying the underlying problem, not just patching a workaround solution
    • Pascal Becker shared suggestions on how to improve performance by sending fewer larger requests bundled together instead of many small requests 
      • Some examples include the submission form requesting each section one by one, requesting all configs one by one, requesting all permissions one by one
      • Tim will copy details into DSpace Release 9.0 Status page
    • Discussed performance issues around REST API calls (private vs. public).  Ideally, SSR requests (via Node) should be sent via a private URL (sometimes localhost) to the REST API, instead of using the public URL (which is slower as it needs to go through DNS, etc.)
  • Art mentioned that we also have an outdated Submission library in the Angular UI.  We need to replace it or create our own submission forms.  See also https://github.com/DSpace/dspace-angular/issues/2216

No meeting will be held on July 4, 2024, due to the public holiday in the US

(End of notes)