An Independent Study into iOS Application Building by Shivani Vora and Parker Douglas
Table of Contents
We are currently creating a User Interface for our Application
When the app is opened the user will be prompted to sign in with the page on the left where they will also have the option to create an account or view our terms and conditions or privacy policy.
If the "Create a New Account" button is tapped, the tab on the left will allow a user to create an account with an email and password.
When a user enters the app with an account, there will be three tabs located on the bottom (Home, Post a Book, and Profile). This is what they currently look like, on the Home tab we are in the process of implementing a search bar so people can look up specific books, and a feed where people can see other's posts with their username linked to an image of the book that will have a set of information at the bottom. The Post a Book tab links to the user's camera, which is not visible on our simulator. The Profile tab has the base layout where a user's name, email, and phone will be as well as a way to access the edit profile page. The little cells in the bottom are currently filled with a temporary test image and will eventually be where a user can see their own posts.
The search bar on the home feed will eventually allow the user to look through books and users.
The tab links to the user's camera and once a picture is taken using the circular button on the screen, and approved, the user will be presented with a view to add a Title, Author, ISBN, Subject, and Course relevant to the book they are posting
Clicking on that settings button will offer the user the tolog out
If the "Edit Profile" button is clicked, the user will be presented with a (unfinished) screen with places for them to edit their name, phone or email.
The "Terms and Conditions" and "Privacy Policy" tabs will display the appropriate information when tapped.
Finally the "Log Out" button will show the user a warning as well as the option to finally log out, which brings you straight back to the log in page from the top.