jayll / OpenSpot

Allows users to rent out their driveways for hours/weeks/months at a time.
0 stars 12 forks source link

Contact Driveway Owner when booked #85

Open jayll opened 5 years ago

jayll commented 5 years ago

We want to be able to contact the driveway owner when we book a reservation by looking into the reservation's array from the current user's firebase ID. The reservations will be in a table view with other information such as price, date of reservation, rating, and address of driveway.

Android unit test: https://github.com/jayll/OpenSpot/blob/android-mapFunctionality/Android/MyApplication/app/src/androidTest/java/com/example/openspot/contactOwner_85.kt Function name: contactOwner_85

iOS unit test: https://github.com/jayll/OpenSpot/blob/master/iOS/OpenSpot/OpenSpotUITests/OpenSpotUITestsSprint3.swift Function name: testContactDrivewayOnwer_85