laurenk104 / FBU-knitting

0 stars 0 forks source link

Original App Design Project - README Template [New]

APP_NAME_HERE

Table of Contents

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

Overview

Description

Determines knitting patterns based on a knitted product.

App Evaluation

[Evaluation of your app across the following attributes]

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)

Wireframes

[BONUS] Digital Wireframes & Mockups

[BONUS] Interactive Prototype

Schema

Models

Pattern

Property Type Description
objectId String unique id for the user post (default field)
user Pointer to User user who composed the pattern
image File image of swatch
pattern Array 2D boolean array of pattern
name String name the user gives to the pattern
createdAt DateTime date when post is created (default field)
updatedAt DateTime date when post is last updated (default field)

Networking

List of network requests by screen