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.
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},
],
}
Wireframe Document: https://docs.google.com/document/d/1-vA-eh1gP07dehOX7EEjb1WZRodLTlVlS8PkDTvi_cU/edit?usp=sharing
Site Map: https://docs.google.com/drawings/d/1j97aJuxECc9LCGTmWHZj_WvUu3nOUhYvH4jE1kiQJeM/edit?usp=sharing
- as non-registered user, I can see all the posts that people have created
- as non-registered user, I can create posts to alert others about an outage or warnings
-
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!)