January 22, 2025 - Islandora/islandora-community GitHub Wiki
Time/Place
This meeting is held virtually via Zoom, with an open channel for chatter on Slack. Anyone is welcome to join. The hosting can be claimed by anybody with the host ID. The Host ID is in the header of the TAG slack channel.
- Time: Wednesday, 1:00pm Eastern Time US - click to convert time zone!
- Zoom link: https://zoom.us/j/97345581392
- Passcode: 919241
- Join us on the Slack Islandora Channel https://islandora.slack.com/archives/CM5PPAV28
Chair Roster
These are the core members of TAG and will take on chair of the meeting if there are no volunteers, and will support volunteers who are chairing for the first time:
- Don 🪑
- Seth
- Annie
Attendees
- Don Richards (Chair)
- Alexander O'Neill (Note taker)
- Adam Vessey
- Seth Shaw
- Brian Gregg
- Laurin Penland
- Rosie Le Faive
- Josh D'Entremont
- Joe Corral
- Jordan Dukart
Agenda
Note that links are to the document repository only. New issues in other repositories or organizations will not appear in this list, and should be added by interested parties directly to the agenda.
- PR Roundup for Islandora Org- Link sorted by recently updated
- Issue Roundup - Link sorted by recently updated
- Review of mailing list
- PR Roundup for Islandora DevOps- Link sorted by recently updated
- Issue Roundup for Islandora DevOps- Link sorted by recently updated
- PR Roundup for Islandora Labs - Link sorted by recently updated
- Issue Roundup for Islandora Labs - Link sorted by recently updated
- Feel free to add more, or add something from Islandora Discussions
Minutes
Islandora PR Roundup
Improve query speed for IslandoraUtils::getTermForUri() #1067
https://github.com/Islandora/islandora/pull/1067
Joe found that the query being run is ineffecient, especially if you ahve a lot of external authority items.
Adam is working on a unified solution.
Seth: We have code on our site that avoids calling this utility because it's so slow if there are thousands of external URIs.
Islandora Issue Round-up
https://github.com/Islandora/Crayfish/issues/183
Mailing List
January Open Meeting discussion topic
https://groups.google.com/g/islandora/c/QBjXEboJqKc
Islandora DevOps PR Round-up
[minor] add Dockerfile healthchecks to some core services by joecorall · Pull Request #370 · Islandora-Devops/isle-buildkit
https://github.com/Islandora-Devops/isle-buildkit/pull/370
Joe says it's just a minor issue.
Islandora DevOps Issue Round-Up
Dependency Dashboard #368
https://github.com/Islandora-Devops/isle-buildkit/issues/368
Adam suggested maybe filtering this out of the round-up.
Extra discussion
Lauren asked about another slow query issue:
https://github.com/Islandora/islandora/issues/1055
This does not seem related to the other one being discussed.
Adam suggests there are a lot of LEFT JOINs, Seth and Joe mentioned this is an inherent Drupal problem. Joe mentioned that Taxonomy module solves the problem by adding an index field.
Adam suggested creating a table to flatten the relationship between Nodes and Files.
Joe suggests this might be worth finding a general solution to since most peopple have their own workarounds.