Open stephenfung98 opened 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
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