AS A user,
INSTEAD OF using multiple apps
I WANT TO use one app
TO use all of the travel apps in one place
SO THAT travel can be much more simple
SCENARIO: Adding friends to your trip planning
GIVEN the user is on the adding new trips page
WHEN the friends tells them their user id,
AND the user id is inputted,
THEN the user friend is on their trip plan
WITHIN 3 seconds
SCENARIO: Making profile
GIVEN the user is on the profile creation page
WHEN name, birthday, and picture is given,
AND clicks on confirm button,
THEN the profile is created
WITHIN 3 seconds
AND they are now on the homepage
WITHIN 3 seconds
SCENARIO: Adding new trips
GIVEN the user is on the homepage
WHEN they click on add new trip button,
AND they fill out the information,
THEN a new trip is created
WITHIN 3 seconds
AND they are back on the homepage
WITHIN 3 seconds
SCENARIO: Tracking expenses
GIVEN the user is on the trip cards page
WHEN they click on Trip $ button,
AND fill out the information,
THEN they can see all their expenses
WITHIN 3 seconds
AS A user, INSTEAD OF using multiple apps I WANT TO use one app TO use all of the travel apps in one place SO THAT travel can be much more simple
SCENARIO: Adding friends to your trip planning GIVEN the user is on the adding new trips page WHEN the friends tells them their user id, AND the user id is inputted, THEN the user friend is on their trip plan WITHIN 3 seconds
SCENARIO: Making profile GIVEN the user is on the profile creation page WHEN name, birthday, and picture is given, AND clicks on confirm button, THEN the profile is created WITHIN 3 seconds AND they are now on the homepage WITHIN 3 seconds
SCENARIO: Adding new trips GIVEN the user is on the homepage WHEN they click on add new trip button, AND they fill out the information, THEN a new trip is created WITHIN 3 seconds AND they are back on the homepage WITHIN 3 seconds
SCENARIO: Tracking expenses GIVEN the user is on the trip cards page WHEN they click on Trip $ button, AND fill out the information, THEN they can see all their expenses WITHIN 3 seconds