Skip to content

A Simple Application for crowd sourcing Bobst Internet Connectivity Status

Notifications You must be signed in to change notification settings

traumasv/bobst-wifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bobst Alert

Overview

Bobst has many problems. One of the prominent one being the frequent internet outages. In this application, NYU community members can post the status of each area at Bobst through a simple form.

Data Model

The application will store posts from different users

Posts:

{
  user: // a reference to a User object
  posts: [
    {time: 05-12-2019 00:00:00, area: "5W", status: 1},
    {time: 04-10-2019 00:00:00, area: "7S", status: 0},
  ],
}

Wireframes

Wireframe Document: https://docs.google.com/document/d/1-vA-eh1gP07dehOX7EEjb1WZRodLTlVlS8PkDTvi_cU/edit?usp=sharing

Site map

Site Map: https://docs.google.com/drawings/d/1j97aJuxECc9LCGTmWHZj_WvUu3nOUhYvH4jE1kiQJeM/edit?usp=sharing

User Stories or Use Cases

  1. as non-registered user, I can see all the posts that people have created
  2. as non-registered user, I can create posts to alert others about an outage or warnings

Research Topics

  • Socket.io

    • this will update to everyone's browser as soons as someone creates a post in the database.
  • Parcel

    • this will lower overhead as Parcel creates a bundle for all the css/js files in the html
  • jQuery

    • this will make ajax requests simpler to write for me! (the developer!)

Link to Initial Main Project File

Annotations / References Used

  1. socket.io tutorialpoint docs
  2. Parcel docs
  3. jQuery w3schools docs

About

A Simple Application for crowd sourcing Bobst Internet Connectivity Status

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published