App that takes points of interest around a given area and chooses one of those for the user to go to either completely random or based on criteria.
- Category: Food and Entertainment
- Mobile: This app would primarily be developed for mobile use but could also be viable on a desktop. Mobile features may include realtime geolocation updates that will help determine the range of the user.
- Story: Takes the Points of Interest around the location of the user and randomizes based on criteria. You can choose criteria based on your needs: If you want to just try new mexican food then do just that. If you want to go to popular club that people have been flocking to but you just don't know about yet. Or there may be a bar so lowkey that you have to be lucky to find. The potential is vast.
- Market: This app can be useful to those are indecisive or just looking to try new things.
- Habit: This app could be used as often as one is hungry, or they want to in a park, or are bored and want something to do. The habit could really develop to those are want a mystery to their day or night.
- Scope: The app would start as a simple randomizer, but could develop into a social hub for those who wish to share their experiences.
Required Must-have Stories
- User sees an app icon on the home screen and a styled launch screen
- User can log in
- User can register a new account
- User can see categories based on entertainment and food.
- User can select categories and enter in parameters which will give the app something to randomize points of interest (POI) from and return a selection.
- Users can view returned POI(s).
- Users can re-randomize if they're not satisfied with the selection.
- Users can view the details of the selection like restaurant hours, rating, prices, etc..
- Users can view their liked POIs in their profile page.
- Lets users change language, and app notification settings.
Optional Nice-to-have Stories
- Users can rate the places they've been to.
- Users can see the places they've been to.
- Users can like or mark places they've been to and blacklist it to the randomizer so they can try completely new things.
- Users can re-randomize if they're not satisfied with the selection.
- User can see a map
- Launch Screen
- User sees an app icon on the home screen and a styled launch screen
- ...
- Login Screen
- User can log in
- ...
- Register Screen
- User can register a new account
- ...
- Stream
- User can see categories based on entertainment and food.
- User can select categories and enter in parameters which will give the app something to randomize points of interest from and return a selection.
- Users can view returned POI(s).
- Users can re-randomize if they're not satisfied with the selection.
- Detail
- Users can view the details of the selection like restaurant hours, rating, prices, etc..
- ...
- Profile
- Users can view their liked POIs in their profile page.
- Settings
- Lets users change language, and app notification settings.
Tab Navigation (Tab to Screen)
- Stream
- Profile
- Settings
Flow Navigation (Screen to Screen)
- Launch Screen
- -> Login
- -> Register
- Login Screen
- -> Stream
- Register Screen
- -> Stream
- Stream
- -> Detail
- Detail
- -> None
- Profile
- -> Detail
- Settings
- -> None
Property | Type | Description |
---|---|---|
userID | String | unique identfier for user |
String | email user registers with | |
password | String | password set by user |
firstName | String | user's first name |
lastName | String | user's last name |
phoneNumber | String | user's phoneNumber |
profilePicture | File | the set profile picture (otherwise defualt) |
favoritePlaces | [String] | a list of favorited places |
createdAt | DateTime | when user profile was created |
- (
GET
/POST
) Username and password for verification
- (
GET
/POST
) Username and password for registration and verfication that the user does not already exist - (
POST
) storing the phone number - (
POST
) storing the first/last name - (
POST
) storing the email
- (
GET
) users favorite places - (
GET
) users first name
- (
GET
) all user information - (
UPDATE
) user will be update all thier account information - (
DELETE
) the user will be able to delete the account from the database