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

Organization Item views: Empty pages #398

Open
C2H5-M opened this issue Nov 4, 2024 · 2 comments
Open

Organization Item views: Empty pages #398

C2H5-M opened this issue Nov 4, 2024 · 2 comments
Assignees

Comments

@C2H5-M
Copy link

C2H5-M commented Nov 4, 2024

Update:

The customer currently wants to go with option 1 - filter the list of organizations that do not have any information included.

For example: https://scholars.library.tamu.edu/vivo/display/n7eca8e26/Organizations/View%20All

There are some entities that have blank pages, most noticeably, external organizations like "15th International Brick and Block Masonry Conference", which publishes conference type publications. Are we indexing publishers for books and chapters only?
Solution options:

  1. Hide items with empty pages -
    remove from this view Image

  2. Add text to empty profiles "There is no information to display yet" (or something similar)

  3. Index all publication types and list under each external organization/publisher (these lists may get humongous - resource expensive) - similar to this
    Image

@C2H5-M C2H5-M moved this to 📋 Backlog in Scholars@TAMU Nov 4, 2024
@devangm devangm moved this from 📋 Backlog to 👷 In Planning in Scholars@TAMU Nov 13, 2024
@Dbreck-TAMU Dbreck-TAMU self-assigned this Dec 5, 2024
@rmathew1011 rmathew1011 moved this from 👷 In Planning to 🏃 On Sprint in Scholars@TAMU Dec 18, 2024
@wwelling
Copy link

This can be done by adding a filter to the directory and/or discovery view for organizations that filter by an expecting property to indicate it has information. Similar to how Scholarly Works discovery view has the filters.

This only includes documents with class Document or type:creativeWork and title has a value.

filters:
    - field: class
      value: Document OR type:creativeWork
      opKey: EXPRESSION
    - field: title
      value: '*'
      opKey: EXPRESSION

@devangm devangm moved this from 🏃 On Sprint to 👷 In Planning in Scholars@TAMU Jan 6, 2025
@devangm
Copy link

devangm commented Jan 8, 2025

The customer has agreed to proceed with implementing Option 2. New issue is created : #409

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 👷 In Planning
Development

No branches or pull requests

4 participants