Title: Wells College Computing Department Information Management System
1Wells College Computing Department Information
Management System
- Jocelyn L. Becraft
- Senior Thesis Presentation
- Spring 2000
2Information Management System(IMS)
- Why I chose this as my senior project
- My background
- Why an IMS
- Simplify
- Makes information quickly and readily accessible
- Organize
- Allows for easy updates
- Economize
- Decreases time wasted on searching in a
non-organized system
3Wells Computing DepartmentIMS
4IMS Users
- Who are they?
- Computing Support Group
- Computer Lab Assistants (CLA)
- CLA Manager(s)
- Faculty / Staff
- Students
5Information Organization
- Microsoft Access
- Tables
- Hardware entity relationship (ER) diagram
- Software ER diagram and table
- Queries
- Access SQL example
6Hardware ER Diagram
ISA
7Software ER Diagram Table
version
quantity
manufacturer
platform
name
software
8Query Example
Dim varPlatform Set varPlatform
Request.Form(platform) Dim rsUser, sql rsUser
Server.CreateObject("ADODB.Recordset") sql
"SELECT FROM UserPC WHERE platform "
varPlatform "" rsEquip.Open sql, "DSNWCCSDB",
adOpenForwardOnly,adLockOptimistic, adCmdText
9Implementation Environment
- Windows NT Server 4.0
- Integrated security
- Communication services
- Internet Information Server 4.0 (IIS)
10Web Interface Design
- Active Server Pages (ASP)
- What is ASP?
HTML
11So what did I do?
- http//10.3.4.197
- Faculty/Staff Students
- Personnel Form
- Equipment Request Form
- Equipment Problem Form
- Computing Staff
- Tech Main Menu
- CLA / CLA Manager(s)
- Lab Equipment Problem Form
Link
12An example of how the system works
- How does a problem entered into the form by a CLA
help the Support Technicians and other CLAs?
Processes all inputs and requests
link
13What next?
- System that tracked sign out equipment
- Would send an email to the requester letting them
know if their request was approved, and another
to the technicians for information purposes only - System that automatically tracked hardware
problems - Would alert the technicians if a piece of
equipment had a re-occurring problem - Form for students to enter hardware problems that
occur in academic labs
14Acknowledgements
- Prof. Carol Shilepsky
- Ami Dudzinski
- The Entire Computing Staff
- All MPS Seniors
- My Family and Friends