LeStarch / repair-cafe-app

A second revision of the repair-cafe app using Aurelia!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split Check In and Check Out

LeStarch opened this issue · comments

We should split the "check-in" from the "check-out" functions.

<repair-summary v-else-if='route == "#summary"' :advanced="true"></repair-summary>

I think that is the line that needs to be duplicated. We also need to pass-in mode into the summary list to split the behavior.