DSpace / dspace-angular

DSpace User Interface built on Angular.io
https://wiki.lyrasis.org/display/DSDOC8x/
BSD 3-Clause "New" or "Revised" License
126 stars 416 forks source link

Clean up and document decorators replaced by static maps #2898

Open ybnd opened 5 months ago

ybnd commented 5 months ago

Describe the bug In #2750 some entry component decorators were replaced with static maps, e.g. rendersMenuItemForType and rendersBrowseBy.

There are still a few problems that should be addressed:

ybnd commented 2 weeks ago

A fun way to tackle this problem could be to

This could be best-of-both worlds in the sense that

If this seems like an interesting way to go: I've got a very early proof-of-concept that I could expand on to demonstrate