User experience

Currently, Customer Experience (abbreviated as CX) is the buzz word in the industry. In my opinion before embarking customer experience journey, companies should focus on improving user experience of their IT systems.

What is user experience?


User experience (UX) is simply how user feels about the system like

  • Look and feel of the user interface
  • Ease of use
  • Ease of finding and managing information

Though, both customer experience and user experience sounds similar, user experience is about anyone internal or external) using the system where as customer experience is mostly external. In the post, I will focus on user experience for internal users and developers.

If having good design saves you 5 seconds per call, it is worth looking at it.  Also, improving user experience is a process and can’t be achieved by one single roll-out. We can learn valuable lessons to rolling out to selected set of users like internal users before launching it to public (Practice commonly used in web development and unfortunately not yet used in contact center domain).

User Interface – Look and Feel


Look and feel plays important role in improving the usability of your application. Nowadays, applications are very complex and need to be feature rich but at the same time, it need to be easy to use.

For example, bulk rename utility tool below is feature rich and have got lot of options to rename files. My personal opinion is that it is excellent tool but it feels like extra work to make this work.

Bulk Rename utility

Usability


From wikipedia,

Usability is the extent to which a product can be used by specified users to achieve specified goals with effectiveness, efficiency and satisfaction in a specified context of use.[9]

Usability is attached with all tools used by humans and is extended to both digital and non-digital devices. Thus it is a subset of user experience but not wholly contained. The section of usability that intersects with user experience design is related to human’s ability to use a system or application. Good usability is essential to a positive user experience but does not alone guarantee it

As a developer, I thought and believed,  bulk edit tool was an excellent tool but as I started using this (and other tools developed for my own purpose), I realized the difference between developer and user 🙂

Let me explain this with my personal experience. Recently, one of my team member was working to get list of directory numbers from CME and their folder path. CME doesn’t allow you to export search results and it sound simple to develop.

I offered to help and developed below application using Genesys Platform SDK.

Get Directory Number Path

 

Simple application 🙂 Connect to configuration server, search for directory number (search box and button available) and output will be written in delimited format in box below. Developer mind within me said “Great, it meets the requirements. Results are in delimited format which user can copy and paste it in excel for further analysis. Bonus :-)”

When I started using this tool as user, I realized the hard truth and difference between developer and business user mindset.

As business user

  • I don’t want to copy and paste to do analysis.Still it doesn’t save me time as I expected
  • I want to group directory number by the folders
  • If I searched for 6* already, 65* should search within the results. I have this information already in my search result and don’t want to query configuration server again (I know, it is developer again).
  • User interface looks different in different machines

Truth is the above tool only helped me to copy results and doesn’t help me to the extent as my developer mind imagined 🙁

Updated version


I redeveloped user interface design as below

Get directory numbers

To improve usability, I updated application as below

  • Used themes – to have consistent look and feel in different machines (XP/Win 7/ Win 8.1 or Windows 2003/2008)
  • Removed ‘Maximize button’ to keep it simple
  • Listed results in grid, which can be sorted and filtered. You can see ‘Edit Filter’ button on the bottom and it is fast
  • Grid results can be grouped, which allows me to group by DN Type or Folder Path. This feature was not available out of box and developed it. Very useful feature
  • Added export functionality which will export search results or filtered results in CSV format
  • Kept log viewer in tabbed interface. It helped saving many clicks to open log file from windows explorer to analyze issues, if any

Both version meets same business requirement but no wonder, one prefers updated version as it allows them to do their job efficiently.

More resources at UX Design


Interesting reads