Page History
...
- Discussion Topics - If you have a topic you'd like to have added to the agenda, please just add it.
- DSpace 9.0 release (see release schedule above)
- 9.0 Board is created: https://github.com/orgs/DSpace/projects/31/
- Early ideas/brainstorms captured at DSpace Release 9.0 Status
- DSpace 8.1 / 7.6.3 releases (Tentative Release Date: Jan 30 or Feb 6?)
- High Priority bug reported:
- Giving someone Workflow privileges (Reviewer, Editor, Final Editor) also gives them submit privileges: https://github.com/DSpace/dspace-angular/issues/3849
- 8.1 / 7.6.3 "To Do" List:
Restrict Angular SSR to paths in sitemap (https://github.com/DSpace/dspace-angular/pull/3682) (APPROVED)
- Using both public/private REST API URLs for better performance (Frontend PR: https://github.com/DSpace/dspace-angular/pull/3358, Backend PR: https://github.com/DSpace/DSpace/pull/9856) (NEEDS UPDATESUPDATING BY DEVELOPER)
- Exclude search & browse components from Angular SSR (https://github.com/DSpace/dspace-angular/pull/3709) (NEEDS RE-REVIEWAPPROVED)
- Prevent request with page size of 9999 (https://github.com/DSpace/dspace-angular/pull/3694) (NEEDS RE-REVIEWAPPROVED)
- (Optional) Support configurable limit for exporting items (https://github.com/DSpace/DSpace/pull/10030) (NEEDS REVIEW/TESTING)
- Processes should only be failed after a Tomcat restart (https://github.com/DSpace/DSpace/pull/10158) (NEEDS REVIEW/TESTING)
Fix issue where scoped browse throws errors (https://github.com/DSpace/dspace-angular/pull/3845) (NEEDS REVIEW/TESTINGMERGED)
- (NEW) Browse Performance Fixes (https://github.com/DSpace/DSpacedspace-angular/pull/102423846) (NEEDS REVIEW/TESTING)
- (Optional) On error in DOI organizer bulk operations, continue instead of stopping (NEW) Accessibility: Make reorder buttons keyboard accessible: https://github.com/DSpace/DSpacedspace-angular/pull/9835) 3372 (NEEDS REVIEW/TESTING)
- Discussion of CMS-activities in DSpace: Several new PRs are adding some basic CMS-light options into DSpace's user interface (namely around Collection/Community homepages). We should review the approaches and ensure that we agree with the direction:Custom header/footer for Collections:
- Frontend performance-related PRs(NEW) Accessibility: Support for disabled elements for screen readers: https://github.com/DSpace/dspace-angular/pulls?q=is%3Aopen+label%3A%22performance+%2F+caching%22+is%3AprBackend performance-related PRs: pull/3268 (MERGE CONFLICTS)
- (Optional) On error in DOI organizer bulk operations, continue instead of stopping (https://github.com/DSpace/DSpace/dspace/pulls?q=is%3Aopen+label%3A%22performance+%2F+caching%22+is%3Apr
- /pull/9835) (NEEDS REVIEW/TESTING)
(Optional) Add ORCID icon with tooltip (
- 3345)
(Optional) Handles versioning for ORCID publications (https://github.com/DSpace/DSpace/pull/9718)
(Optional) Fix redirect of bitstream URLs with spaces in filename (7.x only)
- High Priority bug reported:
- Other topics
- (Add other topics here)
- DSpace 9.0 release (see release schedule above)
- Board Review:
- 9.0 Project Board - Review PRs collaboratively or Assign new PRs to volunteers to code review and/or test.
- Backlog Board - Are there any tickets here stuck in the "Triage" column? We'd like to keep this column as small as possible.
- 8.x and 7.6.x Maintenance Board - Known bugs can be found here, along with any backported bug fixes.
- Upcoming Topics: (Let us know if there are topics you want to discuss in future weeks)
- Ongoing Discussions (temporarily put on hold until there are updates):
- High CPU with DSpace 7 SSR: https://github.com/DSpace/dspace-angular/issues/3110 (This should be alleviated through several SSR related performance improvements coming in 7.6.3 and 8.1)
- Simplifying the Installation Process: https://github.com/DSpace/dspace-angular/issues/3184
- Discussion: how to keep message catalogues in sync? https://github.com/DSpace/dspace-angular/issues/3334
- Discussion/proposal around refactoring and simplifying Live Import and External Data frameworks: https://github.com/DSpace/DSpace/issues/9758
(nothing concrete yet but would be great to get thoughts added to this issue and maybe find some collaborators)
- Ongoing Discussions (temporarily put on hold until there are updates):
...
See Trading reviews on Pull Requests for how to get immediate attention to that PR!
Notes
- Reminders about 9.0 deadlines coming up (see note at the top of the agenda)
- Will be strict about the Feature PR deadline. Any major features or changes not in PR form by Feb 21 will not be considered for 9.0 (unless you notify Tim in advance of Feb 21 and we work something out)
- Discussion of Giving someone Workflow privileges (Reviewer, Editor, Final Editor) also gives them submit privileges: https://github.com/DSpace/dspace-angular/issues/3849
- Several Committers not surprised by this behavior. We are only checking for "ADD" privileges to determine if you can ADD content to a Collection (i.e. submit). Workflow privileges also require ADD privileges in order to allow them to edit in-progress submissions (for Editor & Final Editor roles).
- This doesn't seem high priority for 8.1 at least. Needs more discussion to determine if there's a way to separate these permissions better
- Several note they are not concerned about this. Not seen as a major issue as those who are doing workflow approval are "trusted". They do not gain submit to other collections. They only can submit items back into the same workflow approval process.
- Tim will update the ticket with this feedback
- Most of the meeting was spent on 8.1/7.6.3
- Reviewed everything in TO DO list which is not already merged.
- Using both public/private REST API URLs for better performance (Frontend PR: https://github.com/DSpace/dspace-angular/pull/3358, Backend PR: https://github.com/DSpace/DSpace/pull/9856)→ WILL BE Updated by Giuseppe Digilio (4Science) by next week. Pascal-Nicolas Becker will help to test these PRs.
- Exclude search & browse components from Angular SSR (https://github.com/DSpace/dspace-angular/pull/3709) → Will be merged after meeting
- Prevent request with page size of 9999 (https://github.com/DSpace/dspace-angular/pull/3694) → Approved by Art. Just needs a second set of eyes for Testing. Tim Donohue will test.
- Support configurable limit for exporting items (https://github.com/DSpace/DSpace/pull/10030) → Deemed as not high priority. It has been changed to "optional" for 8.1/7.6.3. That said, Atmire staff are working on cleaning this up. Cleanup will involve adding a UI warning when a export limit is in effect.
- Processes should only be failed after a Tomcat restart (https://github.com/DSpace/DSpace/pull/10158) → Tim plans to test and merge this as-is. Andrea's feedback is valid & should be moved to a separate ticket for future work. However, we cannot wait on that work, as we have a severe bug on "main" branch caused by https://github.com/DSpace/DSpace/pull/9728 (already merged). This new PR (10158) fixes that severe bug. We cannot release 8.1/7.6.3 without this bug fix. But, Tim agrees that Andrea's approach would be better for the long term.
- Browse Performance Fixes (https://github.com/DSpace/dspace-angular/pull/3846) → Needs review/testing. Tim will review. This will be optional
- Accessibility: Make reorder buttons keyboard accessible: https://github.com/DSpace/dspace-angular/pull/3372 → Needs review/testing. Tim & Art will review. This will be optional
- Accessibility: Support for disabled elements for screen readers: https://github.com/DSpace/dspace-angular/pull/3268 → Needs review/testing. Tim & Giuseppe will review. This will be optional.
- (Optional) On error in DOI organizer bulk operations, continue instead of stopping (https://github.com/DSpace/DSpace/pull/9835) → Needs review/testing. Tim & Kim will review. This will be optional.
- Goal for 8.1/7.6.3 is still January 30. However, because of the large number of PRs still open, this may be a difficult deadline . It may be more likely that the release will occur by February 6.
- That said, we are doing our best to get this out on/by Jan 30. If we miss that deadline, it will be out by Feb 6 (assuming no other complications, obviously)
Action items
Overview
Content Tools