You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Code taken from course.
19
19
* App to view and book places to stay. All places listed on the 'discover.page' and clicking on an item navigates to a place detail page using the place id in the browser.
20
20
* Places are displayed under 2 list option: 'ALL PLACES' and 'BOOKABLE PLACES'. The first place is displayed using an ion-card, the remaining places are displayed using a list with a thumbnail image. There is code to prevent the user from being able to book their own places, using a userId matching function.
21
21
* Places can be booked, listed and cancelled.
22
-
* New places can be added. The location of the new place is chosen using google maps and is stored in the Places array to be displayed in the template using data-binding. A photo can be taken to add to the new Place description. If there is no camera then there is a file upload button to save a jpeg image.
22
+
* New places can be added. The location of the new place is chosen using google maps and is displayed in the template using data-binding. A photo can be taken to add to the new Place description. If there is no camera then there is a file upload button to save a jpeg image.
23
23
* Burger side panel added with links to the discover places listings, your bookings and a logout button.
24
24
* Bottom menu with 2 links to 'Discover' (default page upon loading) and 'Offers' that lists all the places available.
*[Capacitor Camera API](https://capacitor.ionicframework.com/docs/apis/camera) used to provide camera functionality.
105
105
*[Firebase Auth API](https://firebase.google.com/docs/reference/rest/auth) used to control access to app.
106
106
*[Cordova Local Storage](https://cordova.apache.org/docs/en/latest/cordova/storage/storage.html#localstorage) to save user user authentication token so a refresh etc. does not lose a user's settings.
107
+
*[Google Cloud Storage](https://www.npmjs.com/package/@google-cloud/storage) used for storage of image data.
107
108
* Auth tokens on the backend.
108
109
109
110
## Status & To-do list
110
111
111
-
* Status: Working but missing functionality.
112
+
* Status: issue with auth token means user is logged out immediately. New database used which is currently empty.
0 commit comments