Archive for November 11th, 2007
UX while booking online tickets at irctc.co.in
The end user experience, according to me is tantamount to any other effort that goes into shipping a product – Software or otherwise. It is interesting to note how businesses/products across the world alleviate some pain point in the customers life.
But, what good is a product that in spite of being feature rich, is too complicated to use ?
With the advent of several technologies and webify-ing of services, this aspect of product development/service offering has taken even serious proportions. UX aka User Xperience or Usability is what I am referring to.
I was at the World Usability Day held at NIAS (IISc, Bangalore) on the 5th of this month. Thanks to the volunteers and the sponsors, the event was neatly done with no hassles whatsoever. The only bottleneck was reaching the venue, the credit for which goes to Bangalore traffic!
The most interesting session was the ACID test results for the website which is used to book tickets for Indian trains. Ironically this domain belongs to the Indian Railway Catering and Tourism Corporation (IRCTC) and not the Indian Railways, which explains the absence of the Railways logo.
Before I proceed, let me put to rest some widely spread misconceptions. In software parlance, a developer and a designer are often depicted as two mutually exclusive entities and at war with each other. But my take is that any developer with a wee bit of aesthetic ability would be a combo asset to any organization. If there has to be a distinct demarcation of roles, such a developer would work very well in tandem with a designer.
Anyways, let me get back to the topic at hand. Besides other parameters, the ACID test summarized irctc.co.in as follows:-
- Highly useful (the pain-point it addresses i.e. booking tickets without standing in a queue, is a sure winner)
- Highly un-usable (the ease with which the task of booking a ticket is achieved)
The fact that registration is a pre-requisite for booking tickets at this website was not very clear in the first place. But the real problems surfaced only after one logged in. I will not get into details (the confusion surrounding i-ticket and e-ticket) here but present a simple scenario where the user wants to book tickets from, say Bangalore to Chennai. The From/To/Date/Class/Ticket Type are entered accordingly and the user clicks on ‘Find Trains’ expecting … well not what follows:-
That is as cryptic as an error message could get. The novice user wonders where the mistake happened. The From and To fields are populated according to station codes
The image next to the From and To fields has to be clicked to search station codes which in itself is a long and confusing operation (I will later in this post show how that can be made seamless and extremely intuitive)
In order to fill the To and From (we are still at To/From … those are the first of fields to be keyed in), the following navigation is required.
| User Action | Result | |
| 1 | Click image next to ‘From’ input field | A new window pops up. |
| 2 | Enter the Station name, Bangalore in this case | |
| 3 | Click Submit | A list of station is shown in the same window |
| 4 | Click/Select appropriate station | |
| 5 | Click ‘GO’, not ‘Submit’ | This window closes and the station name goes and sits in the From field in the parent window. |
The snapshots follow:-
Step 1 – Hovering the mouse over the image shows the following ‘alt’
Steps 2, 3 and 4
Step 5 – The FROM field is populated.
Now, repeat the above for ‘To’ field
I have been using irctc.co.in for quite sometime now and have got used to this user experience. Imagine the difficulty faced by a first-time user.
What follows is not rocket science although there’s some amount of jargon involved. AJAX has been around for long and this might be probably the most primitive of applications ever written. But that is not the point. The user experience, which is of prime importance, improves manifolds.
The table above shows that 4 clicks are required to populate each ‘TO’ and ‘FROM’ field. The technique depicted below reduces this to just 1.
What say ?
What gets populated in the example above is ‘SBC’ which the station code. The script could be modified to show the station name as well.
[ I doubt if anyone would be interested in the code. Just in case you are, please leave a comment and I'll be more than happy to share ]
Now, here is some food for thought.
- Why has design not been the focus and why is that technology is where most of the action happens? NID/NIFT are the only names that come to my mind when I think of education in this field in India.
- There are umpteen successfully implemented live solutions available for online ticket booking. Why does the Government of India not take a cue from them. Is it pure apathy?
- Am I a designer or a developer?
Perchance, I met an ex-employee of irctc and some probing revealed that the state of affairs is indeed sad. The people aren’t qualified enough and are also not paid well. That partly answers question 2.
This has been my longest post till date. Hope it serves some purpose!






