Autofill

2009/11/10 - computers

I have been working on the College of Engineering, Natural Sciences, and Forestry website for a few weeks throughout the semester. Recently, we started working on the little details like adding forms that people can fill out and submit.

Interestingly, most departments that accept these online forms for review have some sort of mindset that they need people to re-enter all of the data that NAU keeps track of. Why would this be? I think it is because many people do not understand the powers of LDAP. Many companies, organizations, and campuses especially keep large internal records of all of their students. A piece of this information can be viewed online by the public, just like a phone directory. Makes sense right?

The Lookup

Since the school already maintains a big database of information, shouldn’t any department on campus be able to take a username and look up all the information on that user? It makes sense to me. Unfortunately, this is not what happens. Instead, every organization requires that you fill out the entire form, including username, phone number, permanent address, degree major; even though it is all accessible in LDAP.

So my solution is this; allow the user to optionally log in through NAU’s central authentication service (CAS), and fill in all the information automatically. Then, require the user to review the accuracy of the information and fill out ONLY the additions to the information needed. Store the changes and submit the form to the appropriate department.

Sounds great right? Yes, it is great, because that is how I design intelligent software...

Other Applications

I currently maintain at least 6 online profiles (oDesk, ELance, Facebook, LinkedIn, Google, Microsoft) and none of these have the ability to check or sync to any of the other profiles. However, sometimes I will come across an “automatically import your contacts”, where it gives me the option to sign in to Google or upload a comma separated values file of my contacts from Outlook. This makes me smile; but why not take it a step further? Most of these services have some sort of remote API for accessing a person’s profile, such as using MSN and clicking “View Profile”. So why can’t other websites just view the profile you specify and download the information from it?

Filling out repetitive forms is annoying...

cas
ELance
Facebook
Google
Intelligent Design
ldap
LinkedIn
Microsoft
NAU
oDesk
Web Dev