Open BenRongey opened 5 years ago
Remember the React quote builder you built a few steps back? Now you get to build it again and extend it a bit, but as a React Native app.
A refresher:
Scenario 1: Building an estimate from list of people, hours per week, cost per hour, and number of weeks.
WHEN I click an "add person" button
WHEN I change an input labeled "hourly rate"
WHEN I change an input labeled "number of weeks"
Scenario 2: Working backwards from budget to number of weeks
GIVEN I have already input the people, hours per week, hourly rate and we have calculated a cost per week WHEN I change the "total phase cost" input
New feature:
Scenario 3: Working backwards from budget to hours per week
GIVEN I have already input the people, hours per week, hourly rate and we have calculated a cost per week AND I change the "total phase cost" input
Adjust number of weeks
Adjust hours per week
WHEN I press Adjust number of weeks
WHEN I press Adjust hours per week
Remember the React quote builder you built a few steps back? Now you get to build it again and extend it a bit, but as a React Native app.
A refresher:
Scenario 1: Building an estimate from list of people, hours per week, cost per hour, and number of weeks.
WHEN I click an "add person" button
WHEN I change an input labeled "hourly rate"
WHEN I change an input labeled "number of weeks"
Scenario 2: Working backwards from budget to number of weeks
GIVEN I have already input the people, hours per week, hourly rate and we have calculated a cost per week WHEN I change the "total phase cost" input
New feature:
Scenario 3: Working backwards from budget to hours per week
GIVEN I have already input the people, hours per week, hourly rate and we have calculated a cost per week AND I change the "total phase cost" input
Adjust number of weeks
orAdjust hours per week
WHEN I press
Adjust number of weeks
WHEN I press
Adjust hours per week