Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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. Welcome all newcomers!
  2. Agenda (moderator)
    1. Delete 1.0.0 tag from hyrax?
      1. causes confusion when looking at a commit to see whether it's been released
      2. requires coordinated effort to not add the tag back in during future releases.
        1. Unless everyone deletes their local tags in their repos, it could get pushed back up again
        2. Add a note to the release process to either delete the local tag first or delete the remote tag again after?
      3. Here's the command to use: 
        git tag -d TagName && git push origin :refs/tags/TagName
    2. Change PCDM relationship on Collections (move from Collection hasMember Collections to Collection memberOf Collections)
      1. Rationale - performance issues along with the following:
        1. There appears to be a logical disconnect between the PCDM implementation of Collections and the validation of nesting collections:

          1. For PCDM the "parent has_member child" relationship is defined, and managed on the parent.

          2. For the Nesting collections, we require that:
            * The child is EDIT-able by the user
            * The parent is READ-able by the user
            The Nesting collections requirement implies that the PCDM relationship is pointing in the wrong direction

    3. Admin Set Relationship Predicate
      1. https://github.com/samvera/hyrax/issues/1461#issuecomment-324207971
  3. Moderator/notetaker for next time (moderator)
    1. Moderator:
    2. Notetaker: 
  4. After call, this week's notetaker should create the agenda for the next call.

...