Stand Up, SCRUM, or Some Other Name – Pt. 2 – The Wash

We scrummed, but then kind of fell of into planning today.  Thus no real serious throughput was achieved.  We did rectify many questions and clarify what was meant for many of the specifications for the application.  It was a very productive day, just not in code productivity.

Yesterday

  1. Finished clarification of the task list and working to find the priorities for this iteration.
  2. Met to clarify design goals and functional requirements for new features.

Today

  1. Finish clarification of the iteration priorities.  Break items down to more specific functional goals.
  2. Met with others on other functional topics to provide consult on my functional task topics.
  3. Started some code clean up, minor change requests, and another refactor effort against some of the existing UI Views.

Tomorrow

  1. Begin research of the PIAB (Policy Injection Application Block).
  2. Figure out where and how our IoC (Inversion of Control) and DI (Dependency Inversion) architecture points will meet.
  3. Implement the beginnings of a vertical integration with these concepts.

Road Blocks & Risks

  1. Time constraints have all but eliminated efforts to research or implement a proof around the PIAB, limiting our exception handling, logging, and other cross cutting concerns we need to have in place.
  2. The IoC and DI architecture points have not been clarified.  The more UI work we do without these pieces in place the more tightly coupled, untested, and unworkable refactor efforts will be in the future.
  3. Significant risks include; lack of significant code coverage from unit tests, unclear way for testing the upper layers of Excel/UI functionality.