Application allow users to input information regarding various deals in their neighborhood. Users can then view other crowdsourced information and proceed to vote and comment on each item. Link to Presentation: https://www.youtube.com/watch?v=f2icPRS221A
Category: Social/Lifestyle/Sharing/Finance
Mobile: Our app is optimally used in a mobile setting where users are actively on the move. Users are not simply limited to mobile use as they can preplan their shopping before leaving the house. We will use camera functions, and gps location tracking to assist with our app.
Story: Our app was developed to help ease the economic pains that are endured during their shopping experience. Considering todays economic climate, we wanted to create an app that would help stretch their dollar further. Fighting inflation one user at a time.
Market: The potential userbase for IOS Deals is anybody who steps into the grocery store. The idea environment for our app would be highly populated cities, where we can have a higher number of users that would be willing to populate our data. Our core market would be money concious shoppers.
Habit: We expect that the majority of users would not be willing to post or engage with the app. To encourage users to post IOS Deals rewards users who contribute to the system by awarding them with a point system which can lead badges, or coupons they can redeem. Or cold hard cash.
Scope: The base application with the required stories should engage the audience and appear to be feasible to implement within a constrained period of time. The additional optional stories may take extensive research to evaluate implementation strategies and will be prioritized if time allows.
Required Must-have Stories
Optional Nice-to-have Stories
Tab Navigation (Tab to Screen)
Flow Navigation (Screen to Screen)
User | Property | Type | Description |
---|---|---|---|
username | String | Unique Username Set by User | |
password | String | Password set by User | |
userImage | URL | Profile Picture |
Deals Posts | Property | Type | Description |
---|---|---|---|
product | String | Name of product/deal | |
author | Pointer to user | User that submitted deal | |
dealDescription | String | A description of the deal | |
date | DateTime | When the user posts the deal | |
expirationDate | DateTime | When the deal expires (optional) | |
dealPrice | Float | Price of deal | |
normalPrice | Float | Price of non deal price (optional) | |
dealPhoto | URL | Photo of deal being posted (optional) | |
brand | String | Brand of deal (optional) | |
Store | String | name of store from dropdown |
List of network requests by screen
[Create basic snippets for each Parse network request] [OPTIONAL: List endpoints if using existing API such as Yelp]