Skip to content
Snippets Groups Projects
Commit edf3c42a authored by Andrea Magnussen's avatar Andrea Magnussen
Browse files

Update README.md

parent 7de89f31
Branches
No related tags found
No related merge requests found
......@@ -94,18 +94,21 @@ The user can also edit existing locations by clicking on the locations, and the
The camera screen is the second destination on the bottom tab navigator. The screen consists of two buttons, one where the user can upload an image from their phones gallary, and one where the user can take a new picture while using the application. When a picture is uploaded, the user can start processing the image. When an image is being processed, an activity indicator will appear. The algorithm will try to isolate the abdominal pattern and straighten the image, and return this to the user for approval. This process may take some time depending on the internet speed (approximately 15-50 seconds).
When the processing is completed, the user will be redirected to a modal screen where they can look at the processed image. If the pattern looks good, the user can start to fill in data about the salamander. The mandatory data includes location, species and sex, and the optional data includes weight and length. It is important that the mandatory data is correct, as the algorithm will only try to match against salamanders with the same location, species and sex.
When the processing is completed, the user will be redirected to a modal screen where they can look at the processed image. If the pattern looks good, the user can start to fill in data about the salamander. The mandatory data includes location, species and sex, and the optional data includes weight and length. It is important that the mandatory data is correct, as the algorithm will only try to match against salamanders with the same location, species and sex. When the data is provided, the user can click on the "confirm"-button.
<p align="center">
<img src="images/match.png" alt="match" width="200"/>
<img src="images/no_match.png" alt="no match" width="200"/>
</p>
When the data is provided, the user can click on the "match"-button. If there is a match, a green popup with information about which salamander it was matched against will appear. If there were no match, a new salamander with a new ID will be registered in the database, and the user will be notified through a white popup. When the user clicks "ok" on the popup, they will be redirected to the camera screen, and can process a new image.
If there is a match, a green popup with information about which salamander it was matched against will appear. If there were no match, a new salamander with a new ID will be registered in the database, and the user will be notified through a white popup. When the user clicks "ok" on the popup, they will be redirected to the camera screen, and can process a new image.
#### Profile Module
[Bilder??]
<p align="center">
<img src="images/profile.png" alt="match" width="200"/>
<img src="images/verify_password.png" alt="no match" width="200"/>
</p>
The profile screen is the third, and currently final bottom tab destination, located on the bottom right side of the mobile application. Here, a user can manage their own data like their name (only currently used for aesthetic purposes), their email, their password and deletion of their user. If the user wants to access critical features (like email, password and deletion of the account) they have to re-authenticate through a modal where they need to verify their password.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment