Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Avoiding the mud - Symfony Live London

Richard Miller
September 21, 2013

Avoiding the mud - Symfony Live London

Richard Miller

September 21, 2013
Tweet

More Decks by Richard Miller

Other Decks in Technology

Transcript

  1. AbsenceEntity Request Absence Form Cancel Absence Form Approve Absence Form

    Change Absence Type Form Request Absence Command Cancel Absence Command Approve Absence Command Change Absence Type Command
  2. {% if absence.endDate < date() %} past {% else %}

    absence.status {% endif %} getDisplayStatus() AbsenceEntity getEndDate() getStatus()
  3. {% if absence.endDate < date() %} past {% else %}

    absence.status {% endif %} getDisplayStatus() AbsenceEntity getEndDate() getStatus()
  4. AbsenceEntity Request Absence Form Cancel Absence Form Approve Absence Form

    Change Absence Type Form Absence View upcoming .html .twig details .html .twig calendar .html .twig unapproved .html .twig
  5. AbsenceEntity Request Absence Form Cancel Absence Form Approve Absence Form

    Change Absence Type Form Absence View upcoming .html .twig details .html .twig calendar .html .twig unapproved .html .twig getStatus()
  6. Unapproved Absence View Calendar View AbsenceEntity Request Absence Form Cancel

    Absence Form Approve Absence Form Change Absence Type Form Upcoming Absences View Absence Details View upcoming .html .twig details .html .twig calendar .html .twig unapproved .html .twig
  7. SRP