jayll / OpenSpot

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

Remove a driveway #62

Open stephenfung98 opened 5 years ago

stephenfung98 commented 5 years ago

We want to remove a driveway. To do that, we will click a delete button and when that happens, we will go into the current user's database and remove the driveway from the database. After, in an asynchronous function, we will update the table.

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

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