#Fudge Fudge is a collaborative recipe app where people can add new recipes or build off of recipes already submitted by other users.
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
- User can login/authenticate using Parse Login
- Users can add recipes via an in app interface
- Recipes are stored on a Parse instance
- User can make a collaborative recipe collection using the user interaface
- User can authenitcate/add a user(s) to edit collaborate on a recipe book
- Extension to add recipes from the web
- Parsing recipes from the web to put them in a nicer format
- Add Images to the recipes
- Friends lists from facebook/contacts
- Ratings for recipes
- Ability to follow other users and see their recipes
- Ability to "fork" and modify another user's recipes
Atrribute | Type |
---|---|
UserName |
String |
ProfilePicture |
Image |
Atrribute | Type |
---|---|
Recipes |
Recipes[RecipeID] |
Owner |
PFObject |
Collaborators |
[PFUser] |
Name |
String |
Atrribute | Type |
---|---|
RecipeID |
Int |
Name |
String |
Picture |
Image |
Description |
String |
Picture |
Image |
Steps |
[String] |
Creator |
PFObject |
Url |
NSUrl |
Collections |
[String] |