Mood-App-Codepath / Moodvie-App

0 stars 0 forks source link

Original App Design Project - README Template

Moodvie

Table of Contents

  1. Overview
  2. Product Spec
  3. Wireframes
  4. Schema

Overview

Description

Moodvie is an iOS application where users can find a movie depending on the user's mood. Users could find other users who have watched the movie.

App Evaluation

Product Spec

1. User Stories (Required and Optional)

Required Must-have Stories

Optional Nice-to-have Stories

3. Navigation

Tab Navigation (Tab to Screen)

Flow Navigation (Screen to Screen)

Wireframes

[BONUS] Digital Wireframes & Mockups

[BONUS] Interactive Prototype

Schema

Models

Post for Profile Table

Property Type Description
userId Int unique id for the user and will auto increment
username String username for user
password Password (string) password for user
name String user's name

Post for Mood Table

Property Type Description
moodId String unique id for the mood and will auto increment
userId Int unique id for the user
feeling Int (?) how the user is feeling that day
movie_type Number Genre that the user is interested in
movie_rating Number rating for the movie that user is interested in

Post for Club Table

Property Type Description
club_id Int unique id for clubs
club_name Number number of comments that has been posted to an image
post String what the user posted in the Club
created_time DateTime date when post is created (default field)

Networking

List of network requests by screen