Samvera Tech Call 2020-04-29

How to connect: https://psu.zoom.us/j/613720745 (link will launch Zoom client – if you do not have Zoom, expand the instructions below)

 Click to view telephone/H.323/SIP connection instructions

Telephone:

Meeting ID: 613 720 745

+1 646 876 9923 (US Toll)
+1 669 900 6833 (US Toll)
+1 408 638 0968 (US Toll)
International numbers available: https://psu.zoom.us/zoomconference?m=UZ_PRwQ56TNX1pDIsdDInAu8XPVqzlX3

H.323:

Meeting ID: 613 720 745

162.255.37.11 (US West)
162.255.36.11 (US East)
221.122.88.195 (China)
115.114.131.7 (India)
213.19.144.110 (EMEA)
202.177.207.158 (Australia)
209.9.211.110 (Hong Kong)
64.211.144.160 (Brazil)
69.174.57.160 (Canada)

SIP: 613720745@zoomcrc.com

Time: 9:00am PDT / Noon EDT

Moderator: Jeremy Friesen

Notetaker: Thomas Scherz

Attendees:

Agenda

  1. Roll call by timezone per following order - ensure notetaker is present (moderator)

    1. folks outside North and South America

    2. Eastern timezone

    3. Central timezone

    4. Mountain timezone

    5. Pacific timezone

    6. folks who were missed or who dialed in during roll call

    7. Remind everyone to sign in on agenda.
    8. Welcome all newcomers!
  2. Agenda (moderator)
    1. Call for new agenda items (moderator)
    2. Introducing Hyrax /healthz (tamsin woo)

    3. CfP: Summer Component Maintenance Sprint (June 2020) (James Griffin)
    4. <add open agenda items here>
    5. Samvera help follow-up
      1. Slack #dev and #hyrax channel
        1. How is the default work type set in hyrax? https://samvera.slack.com/archives/CA8ANGLEL/p1587055265041500
        2. Has anyone implemented audit trail or logged changes on metadata? https://samvera.slack.com/archives/C0F9JQJDQ/p1588094016366300 (note this question had responses but may not have addressed the underlying question)
    6. Pull request review
      1. samvera/hyrax: remove the indexer initializer generator
      2. samvera/hyrax: better tests and documentation for `Hyrax::SimpleSchemaLoader`
      3. samvera/hyrax: Gh 4193 content event job
      4. samvera/hyrax: Adding Caching to IIIF Manifest Generation
      5. samvera/hyrax: Valkyrize attach file to work job.
  3. Moderator & notetaker for next time
    1. Moderator: Jeremy Friesen
    2. Notetaker: Thomas Scherz
  4. After call, this week's notetaker should create the agenda for the next call:
    1. Open template agenda titled "Samvera Tech Call 2020-xx-xx"

    2. Click on ... in the top right corner, and select copy.
    3. Popup will open for location. It should contain: 
      1. Space: Samvera
      2. Parent page: 2020
    4. Select copy. New page should be created.
    5. Modify the title to remove "copy of", update it with the next date, add moderator, notetaker, and any carry-over agenda info. Click Publish.
  5. PR Review - Linked below are all open PRs in all of our projects. I do not expect that we will work through all of these.
    Samvera

    Samvera Labs

Notes

2b.  Introducing Hyrax /healthz (tamsin woo).   Healthz is an endpoint checker using OK Computer.  It has a basic set of tools for checking the healthiness of applications.  It has interactive routes at /healthz OR /healthz/all OR / healthz/solr.    There are still opportunities to develop other individual services.  Merged into master and can be back ported to 2.x if there is workable interest.  Jeremy Friesen will ping Notch 8 to see about service coordination.

2c. CfP: Summer Component Maintenance Sprint (June 2020) (James Griffin). Princeton and James Griffin are looking to host a one week sprint in June around the maintenance and familiarization of the core components.  It will be a good opportunity for on-boarding new developers.  Contact James if interested in participating at any level.

2e. Slack Followup :  

      1.  Tom Johnson clarified that the default work type is set by the first item in the ordering of the work types in the hyrax config initializer (config/initializers/hyrax.rb).  Max communicated it back to channel.

      2.  Jeremy put a call to anyone who is familiar with metadata logging to help with the discussion thread.  Conversation still in progress.

2f. Pull Request Review:

      1.  samvera/hyrax: remove the indexer initializer generator : Commented on issue regarding use of include.

      2. samvera/hyrax: better tests and documentation for `Hyrax::SimpleSchemaLoader` : Approved and merged.

.      3. samvera/hyrax: Adding Caching to IIIF Manifest Generation : Jeremy will rebase and re-submit