Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categorization dashboard #114

Merged
merged 3 commits into from
Oct 4, 2024
Merged

Categorization dashboard #114

merged 3 commits into from
Oct 4, 2024

Commits on Oct 3, 2024

  1. Restrict SearchEvent and Term Administrate actions

    Why are these changes being introduced:
    
    * Our config was allowing Terms and SearchEvents to be created and
      edited in Administrate which is not intended
    
    Relevant ticket(s):
    
    * https://mitlibraries.atlassian.net/browse/TCO-92
    
    How does this address that need:
    
    * Restricts routes which is how Administrate determins which features
      to enable
    * Terms and SearchEvents cannot be created or edited in Administrate
    * This still allows admins to destroy a Term in case we determine it
      contains sensitive information. SearchEvents can only be destroyed by
      destroying the associated Term and relying on Rails to cleanup the
      relationship.
    JPrevost committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7c5dce6 View commit details
    Browse the repository at this point in the history
  2. Add Categorization read-only dashboard

    Why are these changes being introduced:
    
    * It will be convenient to have a mechansim in-app for authenticated
      users to look at our Categorizations prior to us building out custom
      reports/dashboards
    
    Relevant ticket(s):
    
    * https://mitlibraries.atlassian.net/browse/TCO-93
    
    How does this address that need:
    
    * Adds a read-only administrate dashboard for Categorizations
    * Updates ability.rb to allow all authenticated users to view the
      dashboard
    
    Document any side effects to this change:
    
    This introduces minor changes to how Term and SearchEvents displays
    througout the Dashboards. Overall I think this is an improvement, but
    there may be edge cases where this change is not desired.
    JPrevost committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ddb7c7f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    ce88138 View commit details
    Browse the repository at this point in the history