CSE 403 Group D Eric Chu Jordan Kiang

Slides:



Advertisements
Similar presentations
AmeriCorps is introducing a new online payment system for the processing of AmeriCorps forms
Advertisements

Asset Management Employee Self Service. Agenda Introduction Purpose and Objectives Tag Samples Workflow and Initiate Transfer Process Review Transfer.
The CMS Intranet. Homepage The first thing you must do is enter the college web address in the address bar. After the home page has loaded, you must click.
Driving Directions via Mapquest Get directions from anywhere to anywhere on your cell phone.
Faculty Manager An ACEware Webinar. In this webinar... Adding and Maintaining a Faculty Record Faculty Mgr Preferences & UDF’s Storing a faculty resume.
Live Support A “receptionist” on your website (typing) Can answer questions Transfer calls to different departments Take messages Automatically “push”
Configuration Management and Server Administration Mohan Bang Endeca Server.
Faculty Center for Instructors and Roster Contacts Roles and Access Faculty Center Features Grade Changes and Approval.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
Life Cycle Objectives CSE 403 Project: Developing a GIS application for a mobile client. Developing a GIS application for a mobile client.
Faculty Center for Instructors and Roster Contacts Roles and Access Faculty Center Features Grade Changes and Approval.
Directory and Map Service Operational Concept  Provides Business directory listings to cell phone users  Provide maps of specified area  Provide driving.
PHP and MySQL CS How Web Site Architectures Work  User’s browser sends HTTP request.  The request may be a form where the action is to call PHP.
1 Faculty Center for Instructors and Roster Contacts Accessing Faculty Center Class Roster Grade Roster Request Grade Changes Grade Approval Process Next.
Initial Operational Capability Pizzlet program By: Blake Norrish, Taj Isono, Phong Phan, Benjamin Irwin.
Our goal is to make a web based multi-user organizer that can be accessed via cellular devices. There are three main component for this project: A main.
Faculty Center for Instructors and Roster Contacts Roles and Access Faculty Center Features Grade Changes and Approval.
WWW: an Internet application Bill Chu. © Bei-Tseng Chu Aug 2000 WWW Web and HTTP WWW web is an interconnected information servers each server maintains.
Faculty Center for Instructors Roles and Access Faculty Center Features Grade Changes and Approval.
I’M NO EINSTEIN! “GPS for “ Tools, Tips, Tricks and Resources for Navigating the National Website I’M NO EINSTEIN! “GPS for “
Lost No More: Driving Directions & Traffic Conditions For Your Cell Phone David Kasprzyk Karl Yerkes.
© Rob Schlender & Hamed Esfahani StadiumFood Life Cycle Objective Review CSE 403, Project Proposal Rob Schlender & Hamed Esfahani.
CSE 403 LCO Presentation Chris Scoville. Operational Concepts Create a built in 411-type system in a cell phone Allows the user to find a person’s phone.
Database Form Processing Made Easy Chad Killingsworth Web Projects Coordinator.
Life Cycle Objectives AirlineRequest By Phong Phan Erik Day.
Saving and Retrieving Farm Areas. The farm area function enables you to save search results from the Search Results screen and save them for future use.
Faculty Center for Instructors Roles and Access Faculty Center Features Grade Changes and Approval.
Chapter 4 Helpful Tips and Navigation. OBJECTIVES Identify the common elements on a MedTrak screen Use the function keys Use the Tab key Select an item.
The Web Web Design. 3.2 The Web Focus on Reading Main Ideas A URL is an address that identifies a specific Web page. Web browsers have varying capabilities.
VAdata Tools VAdata: Virginia’s Sexual and Domestic Violence Data Collection System.
Getting Started Using the Wheelock Student Portal
MOBILE ACCESS & PDS CONNECTS
EZ MESSENGER CUSTOMER portal training
Remote User Tracking Initial Operational Capability March 7, 2003
Generic Show: Attendee Guide XX/XX/10.
Electronic Handbooks (EHBs) Overview
ZOOM Applications.
Alumnae Information Services
IT Partners Conference Oliver Thomas 19 April 2005
System Architecture & Hardware Configurations
What do you Wanna Do? The LCO Overview.
FileSpot Collaborative File Manager
Siebel CTI Program Functionality & SOP.
Materials Engineering Product Data Management (ePDM)
Final Fantasy ½: LCO Overview
E-NOTIFY and CAER OnLine Training
Life Cycle Objectives By James Lee and Matt Higgins
Remote User Tracking Life Cycle Objectives
CSE 403 Lifecycle Objectives LCO Vijay Mani &Travis Krick
Don Le Kunal Walia CSE 403 Group J
What You Don’t Know About the QAD Learning Center
CellMap Erik Curre Taj Isono.
Relational Queries (query 12) Display vendor contact info (contact person and phone number) for inventory products (relationship query) Query: Inventory.
Introducing the New Directory Search
for Instructors and Roster Contacts
TravelWiz Dinh Lam David Tran 12/27/2018 CSE 403.
Trevor Hamilton Thinh Luu CSE 403 homework 1 LCO
Vivek Rajkumar Abhinav Jain
LCO Review By Crystal Hoyer and Benjamin Irwin
BACS Training: Requesting Access.
for Instructors and Roster Contacts
for Instructors and Roster Contacts
for Instructors and Roster Contacts
Better Management of Instructors
Faculty Center for Roster Contacts
An Application for Small to Medium Scale Intra-Group Communication
Faculty Center for Instructors
Faculty Center for Roster Contacts
Starfish Training Fall 2017 Erie Community College
ACEweb Staff Access By Brittany Thomasson, Senior Program Associate,
Presentation transcript:

CSE 403 Group D Eric Chu Jordan Kiang DAWG Tags CSE 403 Group D Eric Chu Jordan Kiang

Operational Concepts Allows users to look up UW community members’ contact information from the UW directory Every UW community member has a record that includes name, email, phone, box (for faculty or staff), and major (for students)

System Design Midlet issues request to the Servlet with the name of the person the users want to contact Servlet queries UW online directory and parses the returned data retrieving the contact info Servlet returns formatted data to the Midlet Midlet displays the data in a navigable format

Lifecycle Who benefits? Who’ll support it? Students, staff, or anyone who wants to contact people at the UW Who’ll support it? Minimal support necessary. Servlet can run on its own; only relies on a running Tomcat server and a static format of the UW web directory The UW might maintain support so that the system could continue to be used

Feasibility Rationale Able to produce a servlet that obtains contact information Directory format is stable HW 2 showed that this project is very feasible

Extensions Users may search by departments or other properties instead of names I don’t remember the name of the 403 instructor, but I remember he’s from the CSE Dept. Users may choose from a list of directories to search a person UW, UC Berkeley, Qwest, etc. Would need a different parser for each one Users may choose to search a person from multiple directories at the same time We don’t remember if Joe Smith attends UW or Seattle U.

? Concerns Listing on the UW directory is optional, so not everyone’s contact information is available Need to handle large number of results returned on a small screen Directory format could change – parser would need updating