newsut / newsUT

iOS app to inform UT Students about on going events and org meetings
0 stars 1 forks source link

newsUT Team - README

newsUT

Table of Contents

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

Overview

Description

An app that allows users to read news articles from UT News sites such as the Daily Texan and see events going on by clubs.

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 (Digital Mockup)

[BONUS] Interactive Prototype

Schema

Models

User

Property Type
Username String
Password String
Favorited Articles Array
Favorited Events Array
Subcribed Orgs Array

Event

Property Type
Title String
Description String
Date String
Image UIImage
Link to Tickets URL
Location Map Location
Users going Array
Host User

Organization (Subclass of User)

Property Type
Name String
Description String
Profile Image UIImage

Article

Property Type
Title String
Content String
Date String
Images UIImage Array
Link to Article URL
Author String
Publisher Org

Networking

Updates

Sprint1 - (Week 10)

Final

Completed