Top Banner
User Interface Development Lifecycle for Business-Driven Enterprise Applications Kênia Sousa, Hildeberto Mendonca and Jean Vanderdonckt Université catholique de Louvain (UCL) Louvain School of Management (LSM) Information Systems Unit (ISYS) Belgian Laboratory of Computer-Human Interaction (BCHI)
24

User Interface Development Lifecycle for Business-Driven ...

Nov 14, 2014

Download

Documents

Timothy212

 
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: User Interface Development Lifecycle for Business-Driven ...

User Interface Development Lifecycle for Business-Driven Enterprise Applications

Kênia Sousa, Hildeberto Mendonca and Jean Vanderdonckt

Université catholique de Louvain (UCL)Louvain School of Management (LSM)

Information Systems Unit (ISYS)Belgian Laboratory of Computer-Human Interaction (BCHI)

Page 2: User Interface Development Lifecycle for Business-Driven ...

Issues

• Weak correlation between business process and UI design;

• Difficulties in understanding business process documents;

• Difficulties to understand, find, and keep updated information spread in different artifacts;

• Product knowledge owned mostly by business analysts;

• Design is done mainly by example, not based on processes;

• Difficulties in doing impact analysis after changes.

“…receiving only screen shots not linked with the process makes our work very difficult.”

Business AnalystSystem Analyst

“…docs are too detailed… no prior training… they use a tool we do not have… we wait for updated docs…”

UI Designer

“we are overloaded to stop and read these documents…”

All: “changes impact hundreds of screens…we spend lots of times on meetings to decide what to do…”

Page 3: User Interface Development Lifecycle for Business-Driven ...

Main Goals

• Provide a communication means between these two domains

• Maintain consistency between business processes and user interfaces

• Predict the impact of changes on business

processes and user interfaces

(Smith, 2007)

Page 4: User Interface Development Lifecycle for Business-Driven ...

4

Task Model

UI –Business AlignmentBusiness Process

Page 5: User Interface Development Lifecycle for Business-Driven ...

5

Task ModelUser Interface

UI –Business Alignment

Page 6: User Interface Development Lifecycle for Business-Driven ...

Why task models?

• Its hierarchical structure provides an overview of the user interaction;

• Decomposition and temporal operators deliver the flexibility that users need.

• It is closer to business process structure;• Using task models to bridge business processes and

UI design addresses the user perspective;• User interaction has increased its importance in

making IT add value for organizations.

Page 7: User Interface Development Lifecycle for Business-Driven ...

Roles, Artifacts, Tools

Page 8: User Interface Development Lifecycle for Business-Driven ...

Traceability

BusinessProcess

Data Model

Task Model

Domain Model

Abstract UI

Business User Interface

Screen group

Screen

Screen fragment

Screen element

Decompose the task model in containers

sync

Page 9: User Interface Development Lifecycle for Business-Driven ...

Traceability

Screen group

Screen

Screen fragment

Screen element

Abstract UI

Title of page

Task Model Task Model Task Model

Task Model Task Model

Label of field

Label of field

Label of field

Name of fragment

Name of fragment

Concrete UI

Final UI

A concrete UI can be inspired in an abstract UI Java Swing

HTML

Style Guide

Page 10: User Interface Development Lifecycle for Business-Driven ...

Business ProcessProcess = 10 sub-processesSub-process = 17 activitiesActivity = 30 tasksTask = 99 business rules

Page 11: User Interface Development Lifecycle for Business-Driven ...

Associate tasks and screens

Page 12: User Interface Development Lifecycle for Business-Driven ...

Grouping tasks in screens

One subprocess can present one screen.

Screen 1 Screen 2

Screen 1

But the same subprocess can also be decomposed into several screens.

Page 13: User Interface Development Lifecycle for Business-Driven ...

Forward Example

• Different activities had tasks related to personal data of the applicant.

• Some tasks from the activity ‘present insurance’ were moved to the activity ‘inform applicant’

• Screen fragment ‘personal data’ (for activity ‘inform applicant’) had to add the screen elements ‘marital status’ and ‘birth date’ and deleted from the screen fragment ‘insurance data’ (for activity ‘present insurance’).

• Easier for bank agents to interact with customers because related information were better organized.

Page 14: User Interface Development Lifecycle for Business-Driven ...

Backward Example

Page 15: User Interface Development Lifecycle for Business-Driven ...

Examples of rules

• Change the business process;• Update the task model;• Find out what kind of change is necessary in

screens based on comparing BP and task model:– Add screen/SF - new activity in the BP not in TM– Delete screen/SF – task in TM, but deleted from BP– Add screen element – new task in BP, not in TM– Delete screen element – task in TM, but deleted from BP– Change order of SF – order act. in BP <> order in TM– Change order of SF – order tasks in BP <> order in TM– Simple review - new description, rule, but same structure in

BP and TM

Page 16: User Interface Development Lifecycle for Business-Driven ...

BP to TM - Relationships

Business Model Task Model

Sequence Flow Enabling

Sequence Flow + Data Object Enabling + Information Passing

Rule Intermediate Event + Link Intermediate Event

Suspend/resume

Exclusive decision Deterministic choice

Inclusive decision + Exclusive merge Non-Deterministic choice

Cancel Intermediate Event Disabling

Ad-Hoc marker in sub-process Independence

Parallel gateway Concurrency

Parallel gateway + Data Object Concurrency + info passing

Page 17: User Interface Development Lifecycle for Business-Driven ...

BP to TM

Activity Attribute Task Property

Conditional Flow Optional

Standard Loop Iteration

Multi-Instance Loop + MI Condition

Finite Iteration

Process Task Type Task Type

User Interaction

Service Application

Manual Single User

None Abstract

User + Attribute Performers Multiple Users

Page 18: User Interface Development Lifecycle for Business-Driven ...

Tool Support

Page 19: User Interface Development Lifecycle for Business-Driven ...

Intended Results

• Continuity – Models are derived one from each other with aligned and consistent result.

• Traceability – Models are synchronized to propagate changes when needed.

• User centered – The user experience is considered in alignment with business needs.

• Efficient communication – designers use specific models for each goal.

Page 20: User Interface Development Lifecycle for Business-Driven ...

This is an on going work

• Since we recognize UI models are not widely known in the business environment, study the cognition aspects of the models applied on the business context.

• Improvement of: transformation rules from business

process into task model through another concrete example from a prospective case study.

• Specify metrics to quantitatively demonstrate the

impact of mapping models and keeping track of changes.

Page 21: User Interface Development Lifecycle for Business-Driven ...

Thank you for your attention

http://www.isys.ucl.ac.be/bchi BCHI Labhttp://www.isys.ucl.ac.be/bchi/members/kso/

http://www.programalban.orgProgram Alban

http://www.usixml.orgUI extensible Markup Language

Page 22: User Interface Development Lifecycle for Business-Driven ...

References

• SOUSA, Kenia Soares; MENDONÇA, Hildeberto; VANDERDONCKT, Jean. User Interface Development Lifecycle for Business-Driven Enterprise Applications. 7th International Conference on Computer-Aided Design of User Interfaces CADUI’08, 2008.

• SOUSA, Kenia Soares; MENDONÇA, Hildeberto; VANDERDONCKT, Jean. Addressing the Impact of Business Process Changes on Software User Interfaces. Proc. of 3rd IEEE/IFIP International Workshop on Business-Driven IT Management (BDIM 2008), 2008, pp. 11-20.

• SOUSA, Kenia Soares; MENDONÇA, Hildeberto; VANDERDONCKT, Jean; ROGIER, Els; VANDERMEULEN, Joannes. User Interface Derivation from Business Processes: A Model-Driven Approach for Organizational Engineering. Proc. of 23rd  Annual ACM Symposium on Applied Computing SAC’2008, ACM Press, New York, 2008, pp. 553-560.

Page 23: User Interface Development Lifecycle for Business-Driven ...

Issues

• Weak correlation between business process and UI design;

• Difficulties in understanding business process documents;

• Difficulties to understand, find, and keep updated information spread in different artifacts;

“…receiving only screen shots not linked with the process makes our work very difficult.”

Business Analyst System Analyst

“…docs are too detailed… no prior training… they use a tool we do not have… we wait for updated docs…”

Page 24: User Interface Development Lifecycle for Business-Driven ...

Issues

• Product knowledge owned mostly by business analysts;

• Design is done mainly by example, not based on processes;

• Difficulties in doing impact analysis after changes.

UI Designer

“we are overloaded to stop and read these documents…”

All: “changes impact hundreds of screens…we spend lots of times on meetings to decide what to do…”