Skip to content

v1.0

Compare
Choose a tag to compare
@philippluxi philippluxi released this 06 Jan 00:51
· 61 commits to master since this release
19b8dc6

v1.0

Complete version as far as covered by the labs.
For new features since last release (v0.4) have a look at the end of the description

Overall Features

  • App starts with a splash screen
  • User can sign-up or login via e-mail and password
  • Spots can be added, with a title, description, image and location
    • Current Location is retrieved from the smartphone
    • Current coordinates are displayed on top of map, in edit location mode
  • Created Spots can be edited and deleted
  • All spots are shown in a list view and can be shown in a map
    • By click on a spot marker in the map, more information is displayed

  • Authentication for login sign-up is provided by firebase
  • Title, description and location coordinates are stored in firebase real time database
  • Images are stored in a firebase storage


New Features since last release:

  • Views now support "up" functionality, to go back to parent view
  • Room database is implemented as possible storage option
  • Login and sign-up is introduced and implemented with firebase authentication

  • Data is stored in a firebase real time database (excluding images)
  • Images are stored in a firebase storage