BY: Dustin Abramson Jillyn Johnson Jared Jones

Slides:



Advertisements
Similar presentations
Book Recommender System Guided By: Prof. Ellis Horowitz Kaijian Xu Group 3 Ameet Nanda Bhaskar Upadhyay Bhavana Parekh.
Advertisements

© 2014 Cognizant 4 th March 2015 MBaaS: Mobile Backend as a Service Pablo Gutiérrez / Senior Mobility developer.
Using EWD to re-purpose a UI Rob Tweed. The Concept You have an existing well-designed and functional web user interface You want to re-purpose it to.
188, , , Adding values Insertion grading Subtract 5 points for each.
What is it? –Large Web sites that support commercial use cannot be written by hand What you’re going to learn –How a Web server and a database can be used.
INTRODUCTION The Group WEB BROWSER FOR RELATION Goals.
Web-based Gene Network Analysis in five minutes. Alex Williams.
Database Connectivity Rose-Hulman Institute of Technology Curt Clifton.
Multiple Tiers in Action
Introduction to Web Based Application. Web-based application TCP/IP (HTTP) protocol Using WWW technology & software Distributed environment.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
CRYSTAL REPORTS Jacob Grogan. CRYSTAL REPORTS AND WHY IT’S USEFUL? “ Crystal Reports is a popular Windows-based report generation program that allows.
Web Application Architecture: multi-tier (2-tier, 3-tier) & mvc
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
10/26/00Splitting Access Databases...1 Preparing for Access 2000 Windows 2000/Office 2000 Roll-out.
MySQL GUI Administration Tools Rob Donahue Manager, Distributed Systems Development May 7th, 2001 Rob Donahue Manager, Distributed Systems Development.
Tutorial 10 Adding Spry Elements and Database Functionality Dreamweaver CS3 Tutorial 101.
KISTI’s Activities on the NA4 Biomed Cluster Soonwook Hwang, Sunil Ahn, Jincheol Kim, Namgyu Kim and Sehoon Lee KISTI e-Science Division.
May Client Dustin Gray Associate Director of Compliance ISU Department of Athletics Faculty Advisor Dr. Doug Jacobson Development Team Andy Dorman.
Internet Research Practice and Experience Ravi Iyer.
MySQL. MySQL is a Relational Database Management System (RDBMS) that runs as a server providing multiuser access to a number of databases. A third party.
An Introduction to Structured Query Language (SQL) John H. Porter University of Virginia Department of Environmental Sciences.
System Initialization 1)User starts application. 2)Client loads settings. 3)Client loads contact address book. 4)Client displays contact list. 5)Client.
By Matt Baker Eric Sprauve Stephen Cauterucio. The Problem Advisors create a sign-up sheet to be posted on the door of their office. These sign-up sheets.
Spatial Note LCA assignment Chris Fitzner Thinh Luu Dung Nguyen.
File-Mate 1500 Design Review III Keven Abbott Tyler Crouse Kiana Delventhal Liam Westby.
Data Exchange Needs Using ETL Tools. Overview Client Project Issue Methodology Schedule & Budget Results & Recommendations Challenges Acknowledgments.
MySQL Database Connection
CRUD Matrix Presented by Trisha Cummings. Background to a CRUD Matrix CRUD stands for :- Create, Read, Update and Delete. A CRUD Matrix is very useful.
1 A Framework for Automatic Web Application Generation Marc Battyani - Fractal Concept.
Security Considerations Steve Perry
Module 8 : Configuration II Jong S. Bok
EZReg Jun Ma Xu Nathan Plesnicher Jerin Schneider Chris Kennewick Sharon Lin Brian Watanabe.
Application Development
WEB AUTHORING TWO ASSIGNMENT ONE GROUP is there TOO MUCH REALITY IN YOUR LIFE?
Web Development Technologies Advanced Web-based Systems Advanced Web-based Systems | Misbhauddin.
The basics of knowing the difference CLIENT VS. SERVER.
Isograph Reliability Software Isolib Project Management.
How Web Database Architectures Work CPS181s April 8, 2003.
Web-Based Inventory Database Application By: Gar Seigla.
Website Development & Management Some Wrap-Up Items Instructor: John Seydel, Ph.D. CIT Fall
Display Page (HTML/CSS)
The Registration Alert System LCA Overview. Overview The Registration Alert System (RAS) is web-based software package that allows University of Washington.
Centralized Grading System. LCO Objectives Operational Concepts System Requirements System and Software Architecture Lifecycle Plan Feasibility Rationale.
Airport Ride Service LCO Project Proposal. AGENDA Operational Concepts System Requirements System and Software Architecture Lifecycle Plan Feasibility.
Programming for the Web MySQL Command Line Using PHP with MySQL Dónal Mulligan BSc MA
Guanyu Chu, Scott Clifford, Kansu Dincer, Andy Hou, Kenneth Kuan, Sarah Tachibana, Chris Schlechty.
Presented by: K.AMARNATH Ht.no:10841f0045 Guided by: T.Suneetha.
sTGC production database design
Neo4j: GRAPH DATABASE 27 March, 2017
A Recreational Guide James Barber.
Avraham Leff James T. Rayfield IBM T.J. Watson Research Center
Yii Framework – The Major Pros and Cons
The Client/Server Database Environment
Chapter 8 Advanced SQL Pearson Education © 2014.
PHP-language, database-programming
Web Browser server client 3-Tier Architecture Apache web server PHP
Lecture 1: Multi-tier Architecture Overview
אבטחת נתונים בסביבת SQL Data Security
Accessing Your MySQL Database from the Web with PHP (Ch 11)
Database Connectivity and Web Development
Laura Marshall & Alexander Wall CSE 403 Project Proposal
Alex Odle Ian Struiksma
Database Connections.
REST Easy - Instant APIs for Your Database
Updating Databases With Open SQL
Power BI/Excel Dashboards for Managerial Analysis and decision making
A Social Calendar for Local Events
CS122B: Projects in Databases and Web Applications Winter 2019
Updating Databases With Open SQL
Presentation transcript:

BY: Dustin Abramson Jillyn Johnson Jared Jones ROOMMATING Web-based service for UW students looking for roommate possession/personality optimization, matching tenants with an ideal residence, and/or filling vacancies. For when: You have an apartment and need a roommate You have an apartment and need tenants You need an apartment and roommates Features: Roommate Matching Possessions Owned Personality Traits Habits Schedule Location Residence Matching Furnishings Space Requirements Restrictions BY: Dustin Abramson Jillyn Johnson Jared Jones

Software Architecture Technologies: Frontend: HTML/CSS PHP JavaScript Backend Server: PHP Web service SQL Database User Web UI Roommate Matching/Storing Backend Server SQL DB

Challenges and Risks Challenges Risk Aversion Protecting user anonymity while connecting users User control of inserting and deleting listings Risk Aversion Simple design where features (matching) can be added or removed with ease (Scalable). Data submissions can be formatted to give us full control of knowledge representation.