for co-ops

15
Hello I’m Steve Stilson, the co-op for the IT Manufacturing Applications group here at NUMMI. • Upper-division Computer Science major at SFSU. www.SteveStilson.com • I have really enjoyed creating actual, useful web programs here at NUMMI, where the rubber meets the road.

Upload: steve-stilson

Post on 13-Apr-2017

19 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: For co-ops

Hello

• I’m Steve Stilson, the co-op for the IT Manufacturing Applications group here at NUMMI.

• Upper-division Computer Science major at SFSU. www.SteveStilson.com

• I have really enjoyed creating actual, useful web programs here at NUMMI, where the rubber meets the road.

Page 2: For co-ops

The need

• I’ve noticed that people will rush into the IT Dept. to find Subject Matter Experts on something when they have trouble.

• So, one of the most useful tools would be a status page to help us find SME’s.

Page 3: For co-ops

The In The House application

• Up-to-the-minute• Color-coded for fast

assessment• Sort• Filter• Drill down for

contact info• Security

Page 4: For co-ops

Databases

• Connects to the HR database to see if the person is in that day.

• Connects to another table to retrieve pager and cellphone numbers.

• Connects to the security database to log whenever someone looks at secret info (such as home phone numbers).

Page 5: For co-ops

Contact Info

• If you click on a person's name, you will be shown contact info for them.– Desk location– Office phone

• If you’re a manager, you’ll also see:– Cell phone– Home phone

Page 6: For co-ops

The sorting feature

• On the default page, people are listed by last name in columns

• But you can also sort by– First Name– Group– Status (Ins first, then OUTs)These sorts will show the group name as well.

• To go back to the default, click “In The House.”• There’s also a “Help” page.

Page 7: For co-ops
Page 8: For co-ops

The Filter Feature• You can filter on all fields:• You can enter any string as a criteria. It will return all items

starting with that criteria while keeping the same sort in place.

• If you filter by group, you have a choice of all group names.• Each step is sent via POST

to the same page that sent it.All data is converted to initial caps.

• The filter will remain until you clear it with clear filter. This will go back to the initial default page.

Page 9: For co-ops

Another need

• There are WAY too many acronyms here at NUMMI.

• Anyone know what these terms mean?– Yewmac– Andon– ECR– DRL– FBS– PDCA– SQAM

Page 10: For co-ops

My new Acronyms guide

Page 11: For co-ops

Features

• You can search for all acronyms and terms containing certain letters.

• You can jump to the Js or Ms, for instance.• You can zoom into photos of an acronym.

Page 12: For co-ops

You can also suggest a new acronym and upload a photo of it.

Page 13: For co-ops

How did I write these programs?

• Using Visual Studio 2003• Using SQL server• Using C# .NET• ASP• ASPX• VBScript• HTML• SQL Server

Page 14: For co-ops

This is my typical workspace

Page 15: For co-ops