Versions Compared

Key

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

...

  1. (REST Contract) upload bitstream to archived item - update https://github.com/DSpace/Rest7Contract/pull/71 ((tick) Tim Donohue, (tick)Andrea Bollini (4Science) )
  2. (NEW) (REST Contract) Authority control Rest contract https://github.com/DSpace/Rest7Contract/pull/73 ( (tick) Andrea Bollini (4Science)Tim Donohue)
  3. (REST) Issue when community has multiple dc.title values https://github.com/DSpace/DSpace/pull/2486 ((tick) Tim Donohue , Andrea Bollini (4Science) - feedback provided)
  4. (REST) Oai harvesting setup https://github.com/DSpace/DSpace/pull/2491 (Tim Donohue - (warning) Minor improvements requested, Andrea Bollini (4Science))
  5. (REST) Spring security for createAndReturn with parent id https://github.com/DSpace/DSpace/pull/2489 (Tim DonohueNEEDS SECOND REVIEWER
  6. (NEW)(REST) Endpoints to collect statistics https://github.com/DSpace/DSpace/pull/2502 (NEEDS REVIEWERSDimitris Pierrakos , Mark H. Wood )
  7. (Angular) (Entities) Deleting relationships: https://github.com/DSpace/dspace-angular/pull/402 ((tick) Paulo Graça , (tick) Tim Donohue )
  8. (Angular) Move Item Component: https://github.com/DSpace/dspace-angular/pull/335 (Giuseppe Digilio (4Science) - reviewed again and provided feedback REREVIEW, Tim Donohue - REREVIEW)
  9. (Angular) Item-Collection Mapper:  https://github.com/DSpace/dspace-angular/pull/348 ( Tim Donohue - REREVIEW, Giuseppe Digilio (4Science) - REREVIEW)
  10. (Angular) Shibboleth integration support: https://github.com/DSpace/dspace-angular/pull/429  (Julius running into an error with 'yarn start' only) (Giuseppe Digilio (4Science) reviewed again and provided feedback, Fernando FCT/FCCN, Paulo Graça )
  11. (Angular) Submission Miscellaneous fixes: https://github.com/DSpace/dspace-angular/pull/432 ((tick)Art Lowel (Atmire), Julius Gruber , Tim Donohue -  (warning)Noted performance issues)
  12. (Angular) UI Language Cookie https://github.com/DSpace/dspace-angular/pull/443 ((tick) Tim Donohue, Paulo Graça (tick) )
  13. (Angular) Convert i18n files to JSON5 format https://github.com/DSpace/dspace-angular/pull/439 (Tim DonohueNEEDS SECOND REVIEWERPaulo Graça)
  14. (Angular) Search Performance optimizations #2 https://github.com/DSpace/dspace-angular/pull/437 ((tick) Tim Donohue - noted 404 isn't working though, (tick) Giuseppe Digilio (4Science) )
  15. (Angular) Redirecting user to same page after login https://github.com/DSpace/dspace-angular/pull/467 (Art Lowel (Atmire)Giuseppe Digilio (4Science)provided feedback)
  16. (NEW) (Angular) forceBypassCache should be removed from the RequestService: https://github.com/DSpace/dspace-angular/pull/468 (NEEDS REVIEWERS(Art Lowel (Atmire)Giuseppe Digilio (4Science))
  17. (NEW) (Angular) Re-enable end-to-end (e2e) testing using Docker: https://github.com/DSpace/dspace-angular/pull/466 ((tick) Tim Donohue(tick) Art Lowel (Atmire))
  18. (NEW) (Angular) Collection pages WIP: https://github.com/DSpace/dspace-angular/pull/472 (NEEDS REVIEWERSArt Lowel (Atmire)Tim Donohue)
  19. (Backend) Solr 7 fixes for upgrading to DSpace 7 https://github.com/DSpace/DSpace/pull/2393 ((tick)Chris Wilper(question) , NEEDS SECOND REVIEWER, Tim Donohue
  20. (Backend) Upgrade to Solr 7:  support sharded statistics https://github.com/DSpace/DSpace/pull/2495 (Chris Wilper(question), NEEDS SECOND REVIEWER, Tim Donohue, Ask on #dev channel too)

PRs Merged this week!

  1. (tick) (REST Contract) DS-4317 bundles in REST https://github.com/DSpace/Rest7Contract/pull/72
  2. (tick) (Angular) Fix the labels on edit collection and community pages https://github.com/DSpace/dspace-angular/pull/459 
  3. (tick) (Angular) bitstream format registries https://github.com/DSpace/dspace-angular/pull/455 

...

  1. (REST) Scripts & Processes endpointhttps://github.com/DSpace/Rest7Contract/pull/17
    1. How do we move this forward? In our Jan 24 meeting, Tim noted a risk of "scope creep" with this feature suggestion. This idea has been tabled since then.
    2. In July 25 meeting, Atmire said they'd come back with notes on the proposed backend implementation.
  2. Managing Authorization info in Angular UIHow to pass Authorization rights (i.e. logged in user's access rights) from REST API to Angular?  See for example: https://github.com/DSpace/dspace-angular/issues/393
    1. Can this be achieved via passed HAL "_links" (e.g. the existence of an "edit" link in REST response means you must have Edit rights)?
    2. In July 25 meeting, we noted this probably cannot be resolved with just one simple solution. May need to look at different options for different scenarios
      1. Also likely to need to store/cache a user's Groups in UI layer, as some areas (e.g. Administrative) require knowledge of user group membership
  3. REST API Projections: 
    Jira
    serverDuraSpace JIRA
    serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
    keyDS-3533
    1. Early work begun at https://github.com/DSpace/DSpace/pull/1847.  Discussed in more detail in our Aug 22 meeting.  Overall, this approach seems like a good direction, need volunteers to move it forward.
      1. https://github.com/DSpace/Rest7Contract/issues/2 (discussion resumed by Andrea Bollini (4Science) could be relevant for the projection)
  4. Initial Performance Testing from Chris.
    1. https://cwilper.github.io/dspace-perftest/
  5. (REST Contract) Edit Homepage News: https://github.com/DSpace/Rest7Contract/pull/45
    1. Delayed until after Preview release. General agreement (in meeting on March 21, 2019) that storing HTML in metadata fields is not really ideal behavior.  Metadata (from a librarian standpoint) tends to be free of format-related markup (as that allows for easier sharing, understanding of metadata.  Currently Community & Collection homepage information is HTML-based and is stored in metadata that is appropriate for a minor subset of information (like the title) but it is better to move large/rich text to bitstreams.  
    2. Proposal here is to consider storing HTML-based markup (for Site, Community & Collection homepages) in Bitstream(s) associated with the object in question.  May allow for more CMS-lite behavior in the future
    3. Timeline for this is uncertain.  Possibly in 7 or 8. May depend on how/whether it can be scoped.
  6. Concurrency in DSpace 7 (or 8).  What do we want to do when multiple editors are editing the same object?  Needs further analysis regarding implementation details
    1. We've decided (in meeting on March 7, 2019) to use ETags to implement concurrency. REST Contract notes on ETags: https://github.com/DSpace/Rest7Contract#etags--conditional-headers
    2. ETags only update of the two fields match. If someone edits first, your edit would fail and you would get a fail response (422?)
    3. ETags seems to have broader support in other REST APIs.  Recommended also by both Art and Andrea.
  7. Improve/Re-enable End To End (e2e) Testing. Could there be opportunities to use Travis CI + Docker Compose for testing of Angular?? https://github.com/DSpace/dspace-angular/issues/453#issuecomment-519672141

...