Design Patterns – Definition Laura M. Smith AppsUX Associate Program Manager.

Slides:



Advertisements
Similar presentations
Adesh Singh, Madhuri Kolhatkar, Jayanth Ananthakrishnan
Advertisements

UX Portfolio Derek Smith. Overview Slides to walk through the UX activities of a sample project Present key design elements of the sample project Some.
Design Patterns – Logging Bugs Laura M. Smith AppsUX Associate Program Manager.
Design Patterns – Creation Process Laura M. Smith AppsUX Associate Program Manager.
WP 2 Usability Attributes Affected by Software Architecture Deliverable D2 – Usability Patterns Presenter: Robert Chatley - ICSTM.
Direction on Guidelines Savings Definition Path Results of straw vote and proposed decisions for elements of the savings definition Regional Technical.
Comprehensive Continuous Improvement Plan(CCIP) Training Module 3 Planning Tool, Part 2.
U.S. Department of Agriculture eGovernment Program February 2004 eAuthentication Integration Status eGovernment Program.
Created by Applications User Experience Team
Ch 4 The Process page 1CS 368 Building Software is Difficult often delivered late often over budget always with errors must be a custom solution complexity.
Part 3: Design Days 15, 19, 21, 23 Chapter 8: Work Reengineering and Conceptual Design Chapter 9: Design Guidance and Design Rationale Chapter 10: Interaction.
Part 4: Evaluation Days 25, 27, 29, 31 Chapter 20: Why evaluate? Chapter 21: Deciding on what to evaluate: the strategy Chapter 22: Planning who, what,
Part 3: Design Chapter 8: Work Reengineering and Conceptual Design Chapter 9: Design Guidance and Design Rationale Chapter 10: Interaction Design Chapter.
For Internal Use Only – Fusion Apps Internal Training.
Oracle User Experience Design Patterns
Usability of Web Services Scott Isensee BMC Software November 4, 2002.
Remedy, a BMC Software company Storyboarding the User Interface: Blueprint for an Application Shanaz Kanga | Michele Sarko Sr. UI Design Engineer | Manager,
User Centered Design The Process Information Business – UCD Robert Press (718)
Ontario Public Library Guidelines, Section QR Codes.
PageOut Student Registration Process 6/2007. PageOut This PowerPoint will cover:  What is PageOut?  How do I register?  How do I get help with PageOut?
Fusion GPS Externalization Pilot Training 1/5/2011 Lydia M. Naylor Research Lead.
Java Frameworks Indy Java Users Group January 29, 2003.
Grant Ronald Principal Product Manager JDeveloper and ADF for Forms Developers: Taking it to the next level.
UE Approach towards AUBI Design Patterns Adesh Singh 28 May 2008.
Usability. Definition of Usability Usability is a quality attribute that assesses how easy user interfaces are to use. The word "usability" also refers.
FY15 Green Ribbon Schools Applications Online Application Submission Guide Using
Using Web Services to Create Events Web Services Explained And a Production Ready Example.
Fusion GPS Externalization Pilot Training 3/1/2011 Lydia M. Naylor Research Lead.
Volunteer Management System Presented by Team SE18-08S.
Website St. Augustine A Technical Viewpoint Deja Vu anyone?
1 User Manual. 2 A user manual is a technical communication document intended to give assistance to people using a particular system A user manual is.
Credit Hours Agenda IntroductionProblem Statement Objectives Project PlanMethodology Work Breakdown Structure Requirements and specificationSoftware Requirements.
Functional, Technical and Creative Specs and Web Navigation.
Vgo Software Forms to Fusion Business Rules Implementation with JDeveloper/ADF 11g Andrejus Baranovskis, Technical Director Oracle ACE Director.
SeETL Demonstration 27 Project Plans 20/07/2013
NAU New CITI Account Guidance for Signing up Prepared by: Christine Melton-Lopez, IRB Associate.
Mobile Testing Overview. Agenda Mobile application quality poses a unique challenge Mobile changes the ALM cycle – Interoperability is unique to mobile.
| Lausanne Become an Office 365 developer in 60 min Valerie Alonso Xavier Bocken.
© 2011 Pearson Education, Inc., publishing as Longman Publishers. 1 Chapter 19 Technical Definitions Technical Communication, 12 th Edition John M. Lannon.
Model-View-Controller A Design Pattern SE-2030 Dr. Rob Hasker 1 Based on slides written by Dr. Mark L. Hornick Used with permission.
Scottish Index of Multiple Deprivation & Scottish Neighbourhood Statistics Presentation to Perth & Kinross Council Planning &
© 2013 Gartner, Inc. and/or its affiliates. All rights reserved. Gartner is a registered trademark of Gartner, Inc. or its affiliates. The Value Review.
IBM Software Group © 2008 IBM Corporation Tivoli Provisioning Manager Beta Program Web Replay Intro and Lab September, 2008 Robert Uthe.
Kids App Development. Why Kids App? Starting with the numbers - 60% of children read or listen to stories on touch devices, 60% of children use mobile.
WEB 434 Week 3 Individual Web-Based Supply Chain Paper Individual Web-Based Supply Chain Paper Write a 2-3 page paper, explaining web-based supply chains.
Hire Best Mobile apps Developers. 1. Look for a developer interested in your business, not just the development. A good development company should be.
Oracle User Experience Design Patterns
ORACLE ADF ONLINE TRAINING BY TEKSONIT IN INDIA
ORACLE ADF ONLINE TRAINING
Activities and Intents
A finite solution Customized Mobile App Development Agency.
Mobile App Development Services. AppClues Studio is high quality and cutting edge Mobile App Development Company with a commitment to deliver bespoke.
Application Lifecycle Management – Best Practices for SharePoint and Office App development November 2015.
Project Update: Website Migration
Custom Mobile App Development Company
Model-View-Controller
An Introduction to Functional Setup Manager
Component Based Software Engineering
Project Presentation Five minutes per team Contents
WS-Resource Framework: Globus Alliance Perspectives
proGres in Partnership
Flowserve Distributor Online Store & Portal
Bring apps to life with Metro style animations in HTML5
Web Design 1 Website Construction.
Your Life Your Choice
Open Source Tool Based Automation solution with Continuous Integration and end to end BDD Implementation Arun Krishnan - Automation Manager Maria Afzal-
Registration Online Book Codes
Microsoft Power Platform
Presentation transcript:

Design Patterns – Definition Laura M. Smith AppsUX Associate Program Manager

Agenda What is a Design Pattern? How it differs from what you have used before Why are we using Design Patterns? What about BLAF Specs? What Design Patterns do not cover

Design Patterns - Definition Design patterns are common flows or page designs that are used across all product families. They are built according to common requirements, tested for usability, and delivered through JDeveloper as composite components to expedite the design process. Use the FusionGPS website to select which pattern is most appropriate for your product design.FusionGPS website

Agenda What is a Design Pattern? How they differ from what you have used before Why are we using Design Patterns? What about BLAF Specs? What Design Patterns are do not cover

Design Pattern – How are they different? BLAF+/ADF Tech Specs BLAF+ Technical Usage Specs Standards and Guidelines Design Patterns Fusion Applications

Design Patterns – Pre Fusion - Process In BLAF Patterns were represented as common flows Developers build / hand code using the examples RESULTS: Variances in code Needed UI testing User across product families/ apps - the same flow could be laid out differently Disconnected User Experience Extend the development cycle

Previous BLAF approach

Agenda What is a Design Pattern? How it differs from what you have used before Why are we using Design Patterns? What about BLAF Specs? What Design Patterns are do not cover

Design Pattern – Why are we using them? Saving dev time – pre coded Shorter development cycle Pre tested for UI Constancy for the user – common – only learn once

Fusion Approach

Agenda What is a Design Pattern? How it differs from what you have used before Why are we using Design Patterns? What about BLAF Specs? What Design Patterns are do not cover

Design Pattern - BLAF

Design Pattern - Guidance

Agenda What is a Design Pattern? How it differs from what you have used before Why are we using Design Patterns? What about BLAF Specs? What Design Patterns are do not cover

Design Pattern – What they are NOT Design patterns do not address every possible interaction needed by a product, just the common interactions that are seen frequently across all product families.

More information? FusionGPS Contact your AppsUX representative