-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dashboard growth widget [spike] #578
Comments
Preliminary Findings: The search used to find the amount of objects over time is being limited to 10. Since the search is a new class instituted for Valkyrie, I will attempt to override that class and delimit the object list. |
After some tinkering, I've found that the query that the new Valkyrie search service performs doesn't actually limit its response to just the Works, but returns all of the objects within the Solr directory. @eporter23 My instincts are to remove this graph from view, confirm the behavior in Koppie, and report my findings to the Hyrax issue list. What do you feel? |
I think that is fine. I'm normally tracking start and end counts on Works, FileSets, and Collection members after each ingest run and this graph isn't super helpful anyway. |
Hyrax-specific bug reported: samvera/hyrax#6974 |
PR made: #624 |
Basing this on arch where we have some data, all looks good. |
For this ticket, we want to investigate what the expected behavior for the Dashboard Growth widget is, and whether or not it is functional in Hyrax 5. Historically, this widget has shown the daily/incremental growth of new additions (it is not a cumulative report).
To access this widget, login as Admin, then navigate to the main Dashboard page, e.g. https://oe24-test.libraries.emory.edu/dashboard?locale=en
For this ticket, please:
Current Behavior: Curate
Current behavior: Self Deposit
While we loaded 1000 works in the past week, we only see a maximum of 10 reported.
Current Behavior: Nurax.pg
NOTE: it is unclear if nurax.pg has had any recent activity, but it is showing the same cutoff at 10 works total.
Expected behavior:
We should see more than 10 results a day when activity is known to have occurred.
The text was updated successfully, but these errors were encountered: