emory-libraries / aspace

0 stars 0 forks source link

SPIKE: Find the options for the repository landing page #79

Closed maxdmayhew closed 1 year ago

maxdmayhew commented 1 year ago

As the title suggests, we need to find what options we have available to us on the repository landing page (and other pages that include the boxes below). We do know we want to hide the classifications.

Example: https://emory-dev.lyrasistechnology.org/repositories/4

Screen Shot 2023-01-31 at 12.00.51 PM.png

abelemlih commented 1 year ago

@erussey Based on the documentation, we can either hide a specific badge (e.g. classification) for all repositories globally, or we can specify which badges to hide for specific repositories.

# add to config.rb
AppConfig[:pui_hide][:classification_badge] = true

Below is an example from my local environment where I hide the "classification" badge globally:

image.png

@erussey could you please create a ticket where you specify which badges to hide globally? Once we have specific requirements for repositories, we can hide specific badges for each repository individually.