TAMULib / dspace-angular

DSpace 7.x (and above) User Interface built on Angular.io
https://wiki.lyrasis.org/display/DSDOC7x/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[Issue 14] Community/Collection Tree Browser Component #48

Closed wwelling closed 7 months ago

wwelling commented 8 months ago

References

Resolves #14

This PR is a continuation of https://github.com/TAMULib/dspace-angular/pull/28 with redefined requirements.

Description

Override community list component adding ability to scope to a specific community. Add expand all/collapse all buttons. Expand all only expands the currently expandable set of subcommunities. Subcommunities not yet exposed by expanded parent node will remain collapsed.

Paginated subcommunities and collections at the community view are replaced with this tree component.

Instructions for Reviewers

Configure dspace-angular to point to dev environment DSpace REST API with config.dev.yml such as:

rest:
  ssl: true
  host: api-dev.library.tamu.edu
  port: 443
  nameSpace: /dspace7

Navigate to Communities & Collection page and to various communities. Expand/collapse the tree individually and using the expand/collapse all buttons.

Checklist

This checklist provides a reminder of what we are going to look for when reviewing your PR. You need not complete this checklist prior to creating your PR (draft PRs are always welcome). If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!