logo
top

EAFOnline Redesign.

made while interning with Prudential Financial.

time frame: 10 weeks from Jun-Aug 2019

target audience:
Prudential Financial employees
tools used:
Angular.js, HTML/SCSS/TypesScript
challenge:
To redesign and re-code a heavily used web application, EAFOnline.

Every day, millions of data points and new information get entered into Prudential’s databases. To make information easier for the system to process, there is a certain format that must be used when entering data. So whenever files are created with new data, they must first be sent to a server that checks the validity of each file’s format.

EAFOnline is an internal web application that allows employees to monitor the status of files they have sent to this server— whether it has been approved, is still pending, or has been denied. And though its user base has thousands of Prudential employees, its user interface was underdeveloped—creating many opportunities for improvement.

While interning, I worked with an offshore team in Kiev to rebuild this application, teaching myself Angular.js along the way.

Three Areas of Focus:

  1. Home page of feed analyzer: At Prudential, files are referred to as “feeds.” This section is the most important one, as employees view the status of their files here.
  2. Profiles: A profile is a collection of search conditions and previously had been the main way users searched for files.
  3. Feed details: Users are also given the option to expand upon each file for further details.

Home Page.

My Role

From the home page, the main elements I worked on were

  • Implementing the header based on a pre-existing design, and making it mobile-friendly
  • Redesigning the way employees add new profiles and switch between them (more detail on this in section 2)
  • Implementing remaining buttons based on an existing design
  • For each aspect, I also implemented cross-browser support

Initial version

how can we improve?

initialprof
  1. Header gets lost among other elements. Within a site, the header should give the user a sense of “location” by establishing a clear hierarchy. This header doesn’t stand apart from the other elements.
  2. Buttons are not located close to the element they affect. The closer a button is to the element it affects, the more intuitive their relationship is to the user. It isn't immediately noticable here what the refresh, add new profile and customize buttons do because they are far away from their target element.
  3. The box that displays which profile is in use isn't connected to the current profile. Clicking the box here shows a dropdown menu of profiles we can select from. Since this isn't connected to the profile section, it isn't clear that what is currently being displayed is the profile in the box.

Final version

creating a solution

newhome
  1. 1. Establish a clear header to fill the width of the screen. As well as use color to make it stand out from all other components. To the right is the responsive version.
    header
  2. Replace buttons with icons and move them closer to the components they impact. The refresh and customize buttons have been turned into icons, and the "create profile" button is now part of a tab structure (more detail later.)
  3. header
  4. Clearly show how many different profiles there are as well as what they connect to. Referring to the thumbnail above, we see that instead of a dropdown box, each profile is displayed as a separate tab for ease of navigation.

Profiles.

My Role

  • Redesign the way users create new profiles as well as switch between pre-existing ones
  • Implement this in Angular and adapt to different browsers

Initial version

how can we improve?

profile
Above, we see the page we are taken to every time we click on the “add new profile” button.
prof
  1. As mentioned before, the way users switch between profiles is unintuitive. The only way to switch is by clicking the box currently on the "SYSTEM" profile, which isn't immediately noticeable to a brand-new user. If users want to quickly switch between profiles, they will also have to navigate to a remote part of the page each time.
  2. Every time the user tries to create a new profile, he/she is brought to a completely different screen. Navigating away from the home page each time will disorient the user by breaking user flow. Once taken to that page, the user must also try to find his/her way back--unnecessary difficulty for an action he/she will commonly make. How can we resolve this to allow users to more easily create profiles?

Final version

creating a solution

newprof
  1. Implement a tab structure for different profiles. While brainstorming designs, I thought about simply moving the selection box to a more accessible part of the screen or using color to emphasize its connection to the profile. I realized that the most intuitive solution would be to display separate profiles like browser tabs—a format users can easily understand. This allows users to switch back and forth as they wish.
  2. Keep the "create new profile" popup on the same page. This way, the create new profile function flows naturally from the tab structure design. Just like opening a new browser tab, employees would click the "plus" button to add another profile. From there, they can create a new one or add previously favorited profiles. Clicking on “create new profile” will open a small popup (which is not shown here since my mentor oversaw that implementation.)

Feed Details.

My Role

Users may expand each file for further details. My role was to redesign the way users access these details and implement it in Angular.

Initial version

how can we improve?

eafdetail

The way users access feed details is unintuitive.

Above is the page users are taken to after checking the gray box next to each file (see screenshot to the right.) Since users are taken to a new page for every detail, there is no way to view multiple details simultaneously. Within the above page, there is also little hierarchy between the original file and its details.

eafcheck

Final version

creating a solution

details
  1. Eliminate page reloading so that multiple details can be seen at the same time. To allow users to view multiple details simultaneously, I designed a slide-out menu that appears when the user clicks on a file. Within this menu users can click each section for more information.
  2. Improve hierarchy to make a clear connection between detail and original file. Since all this information would now be on the same page, it was important to separate the “detail” from the main file. I eventually decided on this design that uses a colorful sidebar to distinguish information. The smaller sidebar within the menu sets up a hierarchy of subdetails.

Reflecting.

As this was my first internship experience, these 10 weeks taught me much about the design/development process. I'm extremely grateful to my mentor and manager for guiding me every step of the way.

What challenges did I face?

  • A mentor who worked offshore in Kiev. Though my manager worked on my floor, my mentor was my main source of guidance since she was the lead full-stack developer.
  • Using unfamiliar frameworks and languages. EAFOnline's UI was built with Angular.js, a framework I hadn't used before.
  • Implementing cross-browser adaptation. Many common SCSS features simply didn't work in Internet Explorer.

How did I overcome them?

  • I had to be productive. Since morning video calls were the only way we could communicate, I worked hard in the afternoon so I'd be prepared to show my work/ask questions the next day.
  • Self teaching. YouTube and Google are a CS intern's best friends!
  • I got creative. When IE didn't support a feature, I wrote TypeScript functions that would achieve the same effect.

Most importantly, I saw firsthand the importance of empathy in the workplace. User interfaces are living, breathing things that each individual experiences differently. Though designers/developers are the ones with the technical knowledge, there is still so much to be learned from users—and only by listening to each other thoughtfully can we create a more intuitive product.

Today, the rebuilt EAFOnline has officially been released and users are much happier. This was the only the first step on my journey towards becoming a better designer/developer—and I look forward to more.

prev
foodify case
next
pi network case