Original App Design Project - README Template
===
# Community App
## Table of Contents
1. [Overview](#Overview)
1. [Product Spec](#Product-Spec)
1. [Wireframes](#Wireframes)
2. [Schema](#Schema)
## Overview
### Description
[Description of your app]
### App Evaluation
[Evaluation of your app across the following attributes]
- **Category:**
- **Mobile:**
- **Story:**
- **Market:**
- **Habit:**
- **Scope:**
## Product Spec
### 1. User Stories (Required and Optional)
**Required Must-have Stories**
* [fill in your required user stories here]
* login
* register
* profile
* chat - matched by interests
* interests tab
* 3 column boxes w/ popular interests & search bar to find specific interests
* name of interest + photo from google images of that interest? - should be found automatically
* ...
**Optional Nice-to-have Stories**
* [fill in your stretch user stories here]
* timeline
* search
* map
* gamify app usage with coins (profile section)
* ...
### 2. Screen Archetypes
* [required stories]
* login
* register
* for first time users this should take them to interests page
* let them select stuff theyre interested in - make a profile
* profile
* finding users screen - feel free to close the app - or select more interests
* give a notification when a chat has been opened between 2 users
* chats
* should be able give notifications of a new chat
* all chats -> clicking on a specific chat leads to different screen
* specific chat
* close chat
* send messages
* no sending photos
* [stretch stories]
* map
* timeline
* search
### 3. Navigation
**Tab Navigation** (Tab to Screen)
* We dont need to worry about navigation until stretch stories
* fragments
* map
* profile
* timeline
* chats
**Flow Navigation** (Screen to Screen)
* first login (register)
* interests
* profile
* close the app / select more interests
* opening after logging in for the first time
* chats
* timeline [stretch goal] - fragments for stretch goals
## Wireframes
[Add picture of your hand sketched wireframes in this section]
<img src="YOUR_WIREFRAME_IMAGE_URL" width=600>
### [BONUS] Digital Wireframes & Mockups
### [BONUS] Interactive Prototype
## Schema
[This section will be completed in Unit 9]
### Models
[Add table of models]
### Networking
- [Add list of network requests by screen ]
- [Create basic snippets for each Parse network request]
- [OPTIONAL: List endpoints if using existing API such as Yelp]