Skip to content
Nick Ruest edited this page Feb 24, 2016 · 10 revisions

Time/Place

This meeting is a hybrid teleconference and IRC chat. Anyone is welcome to join. Here is the info:

Attendees

  • Jared Whiklo
  • Ed Fujikawa
  • Ben Rosner
  • Mark Cooper
  • Nigel Banks
  • Danny Lamb ⭐
  • Nick Ruest ⭐

Agenda

  1. Sprint updates
  1. Project plan
  2. ... (feel free to add agenda items)

Minutes

irc log

  1. Sprint updates
  • Nick gave an overview of what the sprint team has been working on for this sprint
  • The example pull requests are to demonstrate dependency injection. This is based on conversations Danny, Diego, and Jared were having yesterday (Feb. 23, 2016) in irc.
  • Danny walk through the example pull requests above
    • #36: basically a UUID generator
    • #36: ...and use for type checking
    • #159: requires the UUID generator, and uses PHP type checking
    • #159: it can be used a variable
    • #159: index.php -- this is where the dependency injection happens
    • The controller just become returns responses and web requests
    • Delegate to what you've injected into the controller
    • "Make it super flexible from the start, so we don't have controllers depending on other controllers."
    • Jared: The resource service, does that actually need to be a Silex service? (because it is internal, and we never want to expose those routes) -- Should it be an injected service, or in Chullo?
    • Danny: Yes, and yes.

This is an archive. For new Tech Call notes, click here

⚠️ ARCHIVED Islandora Tech Calls

⚠️ ARCHIVED Islandora User Calls

Clone this wiki locally