Codepath-group-2 / YumSpot

0 stars 2 forks source link

YumSpot

Table of Contents

  1. Overview
  2. Product Spec
  3. Wireframes

Overview

Description

YumSpot is an app that allows users can search good places to eat, upload and share photos of food, and make appointments to eat out.

App Evaluation

Product Spec

1. User Stories (Required and Optional)

Required Must-have Stories

Optional Nice-to-have Stories

2. Screen Archetypes

3. Navigation

Tab Navigation (Tab to Screen)

Flow Navigation (Screen to Screen)

[BONUS] Digital Wireframes & Mockups

[BONUS] Interactive Prototype

Schema

Models

Post

Property Type Description
image File image that user posts
userId String unique id for the user post (default field)
user Pointer to User image user
commentsCount Number number of comments that has been posted to an image
likesCount Number number of likes for the post
createdAt DateTime date when post is created (default field)
updatedAt DateTime date when post is last updated (default field)
userEmail String user's email
userPassword String user's password

Networking

List of network requests by screen

Completed GIF