From 36928ff609b85a22166ead0c3b5432df2283f6c8 Mon Sep 17 00:00:00 2001 From: iOSDeveloper1000 Date: Mon, 4 Jan 2021 12:31:59 +0100 Subject: [PATCH] Updated README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0911bc6..23852a2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # On the Map -Project: On the Map, iOS Developer Nanodegree Program, Udacity +### Project: On the Map, iOS Developer Nanodegree Program, Udacity + +#### _Excerpt from the project specification_ + +> The On The Map app allows users to share their location and a URL with their fellow students. To visualize this data, On The Map uses a map with pins for location and pin annotations for student names and URLs, allowing students to place themselves “on the map,” so to speak. +> +> First, the user logs in to the app using their Udacity username and password. After login, the app downloads locations and links previously posted by other students. These links can point to any URL that a student chooses. We encourag e students to share something about their work or interests. +> +> After viewing the information posted by other students, a user can post their own location and link. The locations are specified with a string and forward geocoded. They can be as specific as a full street address or as generic as “Costa Rica” or “Seattle, WA.” +> +> The app has three view controller scenes: +> +> - **Login View**: Allows the user to log in using their Udacity credentials, or (as an extra credit exercise) using their Facebook account +> - **Map and Table Tabbed View**: Allows users to see the locations of other students in two formats. +> - **Information Posting View**: Allows the users specify their own locations and links.