Versions Compared

Key

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


Table of Contents


Pairing Sessions

Core Component Onboarding Session (06/08/20 at 15:00PDT/17:00EDT)

  • James will be hosting this at Zoom URL: https://princeton.zoom.us/j/92481799581
  • Attendees
    • Dylan Salay
    • JP Engstrom
    • Kait Sewell
    • James Griffin
  • Topics: 
    • Defining Core Components
    • Identifying Product Owners and Technical Leads
    • Promoting Components
    • Documentation
    • Releasing Gems
    • Backlog Management

...

Core Component Onboarding Session (06/09/20 at 06:00PDT/09:00EDT)

  • James will be hosting this at Zoom URL: https://princeton.zoom.us/s/7739591625
  • Attendees
    • James Griffin
  • Topics: 
    • Defining Core Components
    • Identifying Product Owners and Technical Leads
    • Promoting Components
    • Documentation
    • Releasing Gems
    • Backlog Management

...

  • Fork gem source to user repo
  • Setup CircleCi to follow fork
  • Clone locally
  • Adjust CircleCi config
  • Set Ruby version and bundle
  • Generate test app and run specs
  • Resolve problems (affected code; dependency issues)
  • Push to fork and observe CI
  • Create PR at gem source repo
  • Resolve remaining issues with Github checks


hydra-pcdm: Increase the test coverage to 100% (06/10/20 at 12:00PDT/15:00EDT)


GitHub Issues

Adding Ruby 2.7.z and Rails 6.y.z releases to the CircleCI build configuration

...