Contribute to the DSpace Development Fund

The newly established DSpace Development Fund supports the development of new features prioritized by DSpace Governance. For a list of planned features see the fund wiki page.

Date

 from 15:00-16:00 UTC

Location: https://duraspace.zoom.us/my/dspace (Meeting ID: 502 527 3040).

Agenda

  • (5 mins) Introducing a new meeting format (see this agenda)

    • Based on feedback from meeting with Atmire & 4Science.  However, consider it a work-in-progress
  • (15 mins) Developer Stand Up - Developers give brief updates on their effort (or their team's effort).

    • See "Current Work" section below. Please feel free to update prior to meeting.
  • (25 mins) General Discussion Topics
  • (15 mins) Planning for next week

Attendees

Current Work

Tickets / PRs In Progress

  1. (Angular) Submission implementation: https://github.com/DSpace/dspace-angular/pull/279 (Updates requested)
  2. (Angular) Administrative Item Edit (Atmire) (work in progress)
  3. (REST) Workflow Endpoint: https://github.com/DSpace/DSpace/pull/2312 (Updates requested. Hibernate issues with integration tests.)
  4. (REST) One Webapp Backend: https://github.com/DSpace/DSpace/pull/2265 (work in progress)
  5. (REST) MyDSpace Endpoint (Andrea B) (work in progress)

PRs Needing Review

  1. (REST Contract) Move Item: https://github.com/DSpace/Rest7Contract/pull/34 ( Tim Donohue)
  2. (REST Contract) Metadata as a Map:https://github.com/DSpace/Rest7Contract/pull/39 (APPROVED)
    1. (REST) Metadata as a Map: https://github.com/DSpace/DSpace/pull/2287 (Terrence W Brady)
  3. (REST Contract) Edit Homepage news: https://github.com/DSpace/Rest7Contract/pull/45 (Tim Donohue, Paulo Graça) (Lower priority)
  4. (REST Contract) Documenting our Design Principles: https://github.com/DSpace/Rest7Contract/pull/48 (APPROVED)
  5. (REST Contract) Endpoint for EPerson profile PATCH requests: https://github.com/DSpace/Rest7Contract/pull/49 (Andrea Bollini (4Science), Tim Donohue )
  6. (REST) Community & Collection CRUD: https://github.com/DSpace/DSpace/pull/2277 (Andrea Reviewed)
  7. (REST) Manage Metadata Registry: https://github.com/DSpace/DSpace/pull/2291 (Andrea Bollini (4Science))
  8. (REST) Item CRUD: https://github.com/DSpace/DSpace/pull/2290 (Terrence W Brady)
  9. (Angular) Create/Edit for Communities & Collections: https://github.com/DSpace/dspace-angular/pull/349 (Tim Donohue)
  10. (Angular) Delete Communities & Collections: https://github.com/DSpace/dspace-angular/pull/350 (Giuseppe Digilio (4Science))
  11. (Angular) Modifying Metadata Registries: https://github.com/DSpace/dspace-angular/pull/355 (Paulo Graça)
  12. (Angular) Adding Accessibility via Travis CI  https://github.com/DSpace/dspace-angular/pull/356 (Art Lowel (Atmire)Tim Donohue) (Lower priority)
  13. (REST) Default URL for Rest Service https://github.com/DSpace/DSpace/pull/2337 (APPROVED)

BLOCKED

  1. (Angular) Move Item Component: https://github.com/DSpace/dspace-angular/pull/335
    1. Blocked by DSpace PR#2283
  2. (Angular) Item-Collection Mapper:  https://github.com/DSpace/dspace-angular/pull/348
    1. Blocked by DSpace PR#2282
  3. (REST) Updating Owning Collections: https://github.com/DSpace/DSpace/pull/2283
    1. Blocked by Contract #34
  4. (Angular) Metadata as a Map: https://github.com/DSpace/dspace-angular/pull/347
    1. Blocked by Contract #39  and DSpace PR#2287

Delayed / Needs Discussion

  1. (REST) Scripts & Processes endpoint: https://github.com/DSpace/Rest7Contract/pull/17

Notes

  • Art Lowel (Atmire) noted that Saving Approach won't happen before Preview. He will add a ticket to describe the issues they encountered, so that it can be revisited after Preview Release.
  • Art Lowel (Atmire) brought up question about Giuseppe Digilio (4Science) 's Submission PR #279.  Noted that it is hardcoding the "Choices" constants on the Angular side & we should discuss whether there's a way to make this come from REST API.  Action: Log a bug ticket
  • Giuseppe Digilio (4Science) notes that Submission PR #279 can be used for Item Edit form functionality. Will add more notes to the PR itself to detail how it could be used/tested