SlideShare a Scribd company logo
1 of 19
P K Mallik
Architecture, Design, Value Delivery and Grooming
Agile Architecture and Design
P K Mallik
Source : Agile Modelling in Software Engineering by Audrey Nemeth and Vladimir Borisov
Feature Driven Development
RFI/RFP/
Proposal
Business
Case
Change Requests
Other Costs Refresh
Change Requests
Defects
P K Mallik
Agile Requirements/Features Mapping
Features
User Story – Checkout
Check Out items
Pay by Credit Card
Send Email Confirmation
As a user I should be able to pay
for purchased items so that I can
place the order
Notes:
• Payment by multiple credit cards
• Email to be sent with purchase
details
Acceptance Criteria:
• Purchase to be retained even when
cancelled
Cancelled purchases to be
recorded
Order Fulfilment
Epic – Fulfilment
On successful purchase
goods purchased will be
dispatched within 48
hours
Theme – Security
Password policy and
role based access control
as well as maker-
checker must be
supported
System must adhere to
companies security
policies
P K Mallik
Features User Story Security Performance Usability Others
RBAC Data Filter Capacity Latency UI Preferences Menu
Feature 1 User Story 1 X X X X X X
User Story 2 X
User Story 3 X X X X X
Feature 2 User Story 4 X X
Feature 3 User Story 5 X X X
User Story 6 X X X
User Story 7 X X X X
Feature 4 User Story 8 X X
User Story 9 X X X
User Story 10 X X X X
Feature 5 User Story 11
User Story 12 X X X X
Implementation approach Template Component Service Optimise Db Template Template Template
Implemented by Story Story Story Activity Story Story Story
Agile Mapping
P K Mallik
Managing Features and Themes
• Each Feature can map to more than one user story, however each user
story can map to only one feature (If this is not the case there is
something wrong in your definitions)
• Themes that are implemented as user stories will be scheduled
independently
– To minimize impact of stories already delivered
• Define placeholders in templates which will implement the theme
• OR Create stubs which are called by components of affected user stories
• DO NOT design assuming that thee components will be revisited when the theme is
implemented
• Test plan for Theme will need to verify implementation across all impacted user stories that
have been developed
– To ensure implementation in stories which will be delivered
• Verify that theme is implemented in template
• OR inspect code of component to ensure theme implementation
• Test plan to include verification for theme implementation
• Themes that are implemented as activities should be scheduled as part of
the activities for the foundation and hardening sprint
P K Mallik
Agile Framework
Pre-sales
Epics
Effort Estimate Contract
Estimates
Sizing
RFP Scope
Story Points
Milestone Dates
Delivery – Foundation
Architecture
Requirement Foundation
Management Foundation
Solution Foundation
ReleasePlan
Delivery – Development and Testing
DetailedDesign/FnSpec
Delivery – Acceptance
UAT
Iteration Plan Coding and UT
Module Integration Testing
Task Assignment
HLD
Templates
Standards
Common Components
Entities Attributes and Relations
Code
Configuration
NFR Testing
Walkthrough
Production
Feature Sizing
Acceptance Test Plan
P K Mallik
Functional
Non-Functional
Evolutionary Design
Pre Sales
(Contract)
Application Architecture
Features Themes Story/Function Points
Non Functional Requirements
Functionality
Concepts, Standards
and Templates
Estimate, Staffing
Principles, Components
and Interfaces
Velocity,
Productivity, Buffers,
Activities
Foundation
(Plan)
High Level Design
Epics Themes
Project
Backlog
Story Points
Sprint
(Actual)
Low Level Design
User StoriesBacklog
Story Points
Tasks
Estimate, Staffing
Velocity,
Activities
Actual
Dis
Assembly
Estimate
Velocity
Assign
P K Mallik
Application Architecture
Data Layer
Business Layer
ERP
CRM Workflow
External Interfaces
BPM Web
Services
User Interface Layer
Cloud
Mobile Tablet Web
Db Server OLAP Db
Content
Server
P K Mallik
Agile Architecture
Data Layer
Business Layer
Db Server OLAP Db
Content
Server
User Interface Layer
Usability Themes
User Story 1 User Story 2
Maintainability Themes
Performance Themes
Task1Task2
Task1Task2Task3
Security ThemesEpic
User Story 3
Availability
Themes
QueryMemory/CPURendering
AuthenticationAccessControlDataFilter
P K Mallik
High Level Design
High Level Requirement
User
Story
Architecture
High Level Design
Conversation
Entities
• Keys
• Attributes
• Relations
• CRUD
Forms
• Short Description
• Key Fields
• Special
Navigation
• Business Rules
Reports
• Short Description
• Reporting Logic
• Key Fields
• Important
Formulae
Components
• Short Description
• Important
Methods and
Attributes
• Business Rules
• Threading,
Static, Async
Templates
• Short Description
• Business Rules
• Themes
• Public Methods
and Attributes
• Virtual Methods
and Attributes
Themes
Constraints
Acceptance
Criteria
Use CaseFDD RDD
Notes
Validate
P K Mallik
High Level Design – Checkout
Form Template
Check Out Form
• Items Grid View
• Prices and Taxes
• Credit Card Fields
• Payment Button
Confirmation Form
• Items Grid View
• Receipt Fields
• Print and Save
Component Template
Invoicing
• Generate Invoice()
• Calculate Charges()
Interface Template
Payment Gateway
• Payment Request ()
• On Success Save()
• On Failure Cache()
Report Template
Invoice Print
• Amount to Words()
• Print()
• Save As PDF()
Database
Invoice header
• Date, Number,
Client
• Invoice Detail
• Charges
• Items
Client
• Points Balance
P K Mallik
Low Level Design
High Level Design
Entities
• Keys
• Attributes
• Relations
• CRUD
Forms
• Short Description
• Key Fields
• Special
Navigation
• Business Rules
Reports
• Short Description
• Reporting Logic
• Key Fields
• Important
Computations
Components
• Short Description
• Important
Methods and
Attributes
• Business Rules
• Threading,
Static, Async
Templates
• Short Description
• Business Rules
• Themes
• Public Methods
and Attributes
• Virtual Methods
and Attributes
Low Level Design
Entities
• Foreign Keys
• Column Type and
Length
• Constraints
• Triggers
Forms
• Wireframe
• Navigation
• Field level
validations
• Messaging
• Form Actions
Reports
• Parameters
• Data query
logic
• Layout
• Summaries
• Drill downs
Components
• Public
attributes
• Events
• Methods
• Service
Management
Templates
• Methods
• Attributes
• Facades
• Overwritten
attributes and
methods
• Test scenarios
P K Mallik
Example – Shopping Cart
Epic – Registered user searches for products for Purchase
User Stories
Search Select CheckoutLogin
High Level Design
Search Form
• Free Text Search
• Product Name,
Category, Size, Colour
and brand
Query Generator
• Create Query
based on selected
parameters
• Fetch Data
Saved Searches
• Parameter
• Value
Low Level Design
Wireframe Field Validations Query Generator
Interface
Save Searches
Retrieve
Searches
Pre Sales
Release Planning
Release
Foundation
Sprint
P K Mallik
Agile Techniques
P K Mallik
Agile Delivery Model
Business Case
Application
Release
Sprint
Factory Acceptance
User Acceptance
System Integration
Deployment
ValueRealisation
Functional
Tactical
Strategic
Business
P K Mallik
Agile Coverage
Level 0 – Start up Level 1 – Basic
Level 2 – Advanced Level 3 – Enterprise
BusinessFunctionalTacticalStrategic
BusinessValue
P K Mallik
Offshore
Onsite
Onsite
Project Life Cycle
Scope (Epics/Themes)
Solution Architecture
Release Plan
Iteration Plan
Low Level Design
Code
Unit Testing
Module Integration Testing
NFR Testing
Acceptance Test Plan
Factory Acceptance Testing
System integration Testing
User Stories
Release Backlog
Requirements Overview
Sizing and Effort
Release
Iteration
Application/Product
Standards and Templates
Prototypes
Key Component
Configuration
NFR TestingUAT
UAT
SA
Product Owner
Developer
Tester
Project Manager
TA
BA
Enterprise Architecture
High Level Requirements
Detailed Requirements
Governance Model
HLD
P K Mallik
Roles and Responsibilities
Pre-sales
Foundation
Delivery
Solution Architect Technical Architect
Define Scope
Identify Technologies
Define Architecture
Estimate costs and Schedule
Prototyping
Select Technologies
Identify Interfaces
Define implementation strategy
Define NFR Approach
POC’s for NFR’s
High Level Design
Define Templates
Identify Key Components
Assist in Test Plan, Project Plan,
Estimation
Product Configuration
Tool Setup
Standards and Templates
Assist in Design, NFR Test Planning,
Estimation
Grooming
Capability Building
Troubleshooting
Change Controls
Grooming
Capability Building
Troubleshooting
Complex Component
Development
P K Mallik
Thank You

More Related Content

What's hot

InterConnect 2017 HBP-2884-IBM BPM upgrade and migration made easy
InterConnect 2017 HBP-2884-IBM BPM upgrade and migration made easyInterConnect 2017 HBP-2884-IBM BPM upgrade and migration made easy
InterConnect 2017 HBP-2884-IBM BPM upgrade and migration made easyBrian Petrini
 
Impact 2012 1640 - BPM Design considerations when optimizing business process...
Impact 2012 1640 - BPM Design considerations when optimizing business process...Impact 2012 1640 - BPM Design considerations when optimizing business process...
Impact 2012 1640 - BPM Design considerations when optimizing business process...Brian Petrini
 
Think2018 2314-Microservices and BPM-can they coexist?
Think2018 2314-Microservices and BPM-can they coexist?Think2018 2314-Microservices and BPM-can they coexist?
Think2018 2314-Microservices and BPM-can they coexist?Brian Petrini
 
Apex Enterprise Patterns Galore - Boston, MA dev group meeting 062719
Apex Enterprise Patterns Galore - Boston, MA dev group meeting 062719Apex Enterprise Patterns Galore - Boston, MA dev group meeting 062719
Apex Enterprise Patterns Galore - Boston, MA dev group meeting 062719BingWang77
 
How EA, BPM, SOA and ECM work together
How EA, BPM, SOA and ECM work togetherHow EA, BPM, SOA and ECM work together
How EA, BPM, SOA and ECM work togetherAlexander SAMARIN
 
Bpms ecu2014
Bpms ecu2014Bpms ecu2014
Bpms ecu2014Bob Brodt
 
Impact 2011 2667 - Developing effective services for use in critical business...
Impact 2011 2667 - Developing effective services for use in critical business...Impact 2011 2667 - Developing effective services for use in critical business...
Impact 2011 2667 - Developing effective services for use in critical business...Brian Petrini
 
Mastering the Art of SharePoint DMS implemenation
Mastering the Art of SharePoint DMS implemenationMastering the Art of SharePoint DMS implemenation
Mastering the Art of SharePoint DMS implemenationOliver Wirkus
 
New Tech for Project Managers
New Tech for Project ManagersNew Tech for Project Managers
New Tech for Project ManagersPratip Mallik
 
InterConnect 2017 HBP-3394-Enable innovative cloud solutions with IBM BPM and...
InterConnect 2017 HBP-3394-Enable innovative cloud solutions with IBM BPM and...InterConnect 2017 HBP-3394-Enable innovative cloud solutions with IBM BPM and...
InterConnect 2017 HBP-3394-Enable innovative cloud solutions with IBM BPM and...Brian Petrini
 
CRM Desktop Typical Implementation Project by InvisibleCRM
CRM Desktop Typical Implementation Project by InvisibleCRMCRM Desktop Typical Implementation Project by InvisibleCRM
CRM Desktop Typical Implementation Project by InvisibleCRMInvisibleCRM
 
IBM BPM Updates - BPM 8.5.7 and BPM 8.6
IBM BPM Updates - BPM 8.5.7 and BPM 8.6IBM BPM Updates - BPM 8.5.7 and BPM 8.6
IBM BPM Updates - BPM 8.5.7 and BPM 8.6Allen Chan
 
Event Driven Architecture
Event Driven ArchitectureEvent Driven Architecture
Event Driven ArchitectureChris Patterson
 
IBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made Easy
IBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made EasyIBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made Easy
IBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made EasyBrian Petrini
 
IBM Smarter Business 2012 - Headless BPM
IBM Smarter Business 2012 - Headless BPMIBM Smarter Business 2012 - Headless BPM
IBM Smarter Business 2012 - Headless BPMIBM Sverige
 
Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...
Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...
Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...Synergis Engineering Design Solutions
 
Impact 2010 1162 - How to say less, yet communicate more, in solution designs...
Impact 2010 1162 - How to say less, yet communicate more, in solution designs...Impact 2010 1162 - How to say less, yet communicate more, in solution designs...
Impact 2010 1162 - How to say less, yet communicate more, in solution designs...Brian Petrini
 
Agile specifications on agile projects
Agile specifications on agile projectsAgile specifications on agile projects
Agile specifications on agile projectsRoman Roelofsen
 
Impact 2013 2971 - Fundamental integration and service patterns
Impact 2013 2971 - Fundamental integration and service patternsImpact 2013 2971 - Fundamental integration and service patterns
Impact 2013 2971 - Fundamental integration and service patternsBrian Petrini
 

What's hot (20)

InterConnect 2017 HBP-2884-IBM BPM upgrade and migration made easy
InterConnect 2017 HBP-2884-IBM BPM upgrade and migration made easyInterConnect 2017 HBP-2884-IBM BPM upgrade and migration made easy
InterConnect 2017 HBP-2884-IBM BPM upgrade and migration made easy
 
Impact 2012 1640 - BPM Design considerations when optimizing business process...
Impact 2012 1640 - BPM Design considerations when optimizing business process...Impact 2012 1640 - BPM Design considerations when optimizing business process...
Impact 2012 1640 - BPM Design considerations when optimizing business process...
 
Think2018 2314-Microservices and BPM-can they coexist?
Think2018 2314-Microservices and BPM-can they coexist?Think2018 2314-Microservices and BPM-can they coexist?
Think2018 2314-Microservices and BPM-can they coexist?
 
Apex Enterprise Patterns Galore - Boston, MA dev group meeting 062719
Apex Enterprise Patterns Galore - Boston, MA dev group meeting 062719Apex Enterprise Patterns Galore - Boston, MA dev group meeting 062719
Apex Enterprise Patterns Galore - Boston, MA dev group meeting 062719
 
How EA, BPM, SOA and ECM work together
How EA, BPM, SOA and ECM work togetherHow EA, BPM, SOA and ECM work together
How EA, BPM, SOA and ECM work together
 
Bpms ecu2014
Bpms ecu2014Bpms ecu2014
Bpms ecu2014
 
Impact 2011 2667 - Developing effective services for use in critical business...
Impact 2011 2667 - Developing effective services for use in critical business...Impact 2011 2667 - Developing effective services for use in critical business...
Impact 2011 2667 - Developing effective services for use in critical business...
 
Mastering the Art of SharePoint DMS implemenation
Mastering the Art of SharePoint DMS implemenationMastering the Art of SharePoint DMS implemenation
Mastering the Art of SharePoint DMS implemenation
 
New Tech for Project Managers
New Tech for Project ManagersNew Tech for Project Managers
New Tech for Project Managers
 
InterConnect 2017 HBP-3394-Enable innovative cloud solutions with IBM BPM and...
InterConnect 2017 HBP-3394-Enable innovative cloud solutions with IBM BPM and...InterConnect 2017 HBP-3394-Enable innovative cloud solutions with IBM BPM and...
InterConnect 2017 HBP-3394-Enable innovative cloud solutions with IBM BPM and...
 
CRM Desktop Typical Implementation Project by InvisibleCRM
CRM Desktop Typical Implementation Project by InvisibleCRMCRM Desktop Typical Implementation Project by InvisibleCRM
CRM Desktop Typical Implementation Project by InvisibleCRM
 
IBM BPM Updates - BPM 8.5.7 and BPM 8.6
IBM BPM Updates - BPM 8.5.7 and BPM 8.6IBM BPM Updates - BPM 8.5.7 and BPM 8.6
IBM BPM Updates - BPM 8.5.7 and BPM 8.6
 
Event Driven Architecture
Event Driven ArchitectureEvent Driven Architecture
Event Driven Architecture
 
IBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made Easy
IBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made EasyIBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made Easy
IBM Cloud University 2017-IDPA009-IBM BPM Upgrade and Migration Made Easy
 
IBM Smarter Business 2012 - Headless BPM
IBM Smarter Business 2012 - Headless BPMIBM Smarter Business 2012 - Headless BPM
IBM Smarter Business 2012 - Headless BPM
 
Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...
Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...
Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...
 
Impact 2010 1162 - How to say less, yet communicate more, in solution designs...
Impact 2010 1162 - How to say less, yet communicate more, in solution designs...Impact 2010 1162 - How to say less, yet communicate more, in solution designs...
Impact 2010 1162 - How to say less, yet communicate more, in solution designs...
 
Agile specifications on agile projects
Agile specifications on agile projectsAgile specifications on agile projects
Agile specifications on agile projects
 
Impact 2013 2971 - Fundamental integration and service patterns
Impact 2013 2971 - Fundamental integration and service patternsImpact 2013 2971 - Fundamental integration and service patterns
Impact 2013 2971 - Fundamental integration and service patterns
 
COE 2017: Atomic Content
COE 2017: Atomic ContentCOE 2017: Atomic Content
COE 2017: Atomic Content
 

Viewers also liked

Content Architecture in Action
Content Architecture in ActionContent Architecture in Action
Content Architecture in Actioncleveg
 
The tension between agile and architecture
The tension between agile and architectureThe tension between agile and architecture
The tension between agile and architecturePeter Hendriks
 
How and why to design your teams for modern software systems - Agile in Leeds...
How and why to design your teams for modern software systems - Agile in Leeds...How and why to design your teams for modern software systems - Agile in Leeds...
How and why to design your teams for modern software systems - Agile in Leeds...Skelton Thatcher Consulting Ltd
 
Agile Architecture and Modeling - Where are we Today
Agile Architecture and Modeling - Where are we TodayAgile Architecture and Modeling - Where are we Today
Agile Architecture and Modeling - Where are we TodayGary Pedretti
 
Does Agile Enterprise Architecture = Agile + Enterprise Architecture?
Does Agile Enterprise Architecture = Agile + Enterprise Architecture?Does Agile Enterprise Architecture = Agile + Enterprise Architecture?
Does Agile Enterprise Architecture = Agile + Enterprise Architecture?Jason Bloomberg
 
Adam boczek 2015 agile architecture in 10 steps v1.0
Adam boczek 2015 agile architecture in 10 steps v1.0Adam boczek 2015 agile architecture in 10 steps v1.0
Adam boczek 2015 agile architecture in 10 steps v1.0iasaglobal
 
Mapping Out Agile Product Management - Agile Portugal 2011 - Mack Adams
Mapping Out Agile Product Management - Agile Portugal 2011 - Mack AdamsMapping Out Agile Product Management - Agile Portugal 2011 - Mack Adams
Mapping Out Agile Product Management - Agile Portugal 2011 - Mack AdamsMack Adams
 
Live it - or leave it! Returning your investment into Agile
Live it - or leave it! Returning your investment into AgileLive it - or leave it! Returning your investment into Agile
Live it - or leave it! Returning your investment into AgileChristian Hassa
 
Enterprise Architecture, the Agile Way
Enterprise Architecture, the Agile WayEnterprise Architecture, the Agile Way
Enterprise Architecture, the Agile Wayconsulting_croz
 
Microservices: Architecture for Agile Software Development
Microservices: Architecture for Agile Software DevelopmentMicroservices: Architecture for Agile Software Development
Microservices: Architecture for Agile Software DevelopmentEberhard Wolff
 
Why We Need Architects (and Architecture) on Agile Projects
Why We Need Architects (and Architecture) on Agile ProjectsWhy We Need Architects (and Architecture) on Agile Projects
Why We Need Architects (and Architecture) on Agile ProjectsRebecca Wirfs-Brock
 
Feature driven development
Feature driven developmentFeature driven development
Feature driven developmentRuhaim Izmeth
 

Viewers also liked (15)

Content Architecture in Action
Content Architecture in ActionContent Architecture in Action
Content Architecture in Action
 
The tension between agile and architecture
The tension between agile and architectureThe tension between agile and architecture
The tension between agile and architecture
 
Agile for executives
Agile for executivesAgile for executives
Agile for executives
 
Architectural runway
Architectural runwayArchitectural runway
Architectural runway
 
How and why to design your teams for modern software systems - Agile in Leeds...
How and why to design your teams for modern software systems - Agile in Leeds...How and why to design your teams for modern software systems - Agile in Leeds...
How and why to design your teams for modern software systems - Agile in Leeds...
 
Agile Architecture and Modeling - Where are we Today
Agile Architecture and Modeling - Where are we TodayAgile Architecture and Modeling - Where are we Today
Agile Architecture and Modeling - Where are we Today
 
Does Agile Enterprise Architecture = Agile + Enterprise Architecture?
Does Agile Enterprise Architecture = Agile + Enterprise Architecture?Does Agile Enterprise Architecture = Agile + Enterprise Architecture?
Does Agile Enterprise Architecture = Agile + Enterprise Architecture?
 
MAPPING TOGAF® ADM AND AGILE APPROACH
MAPPING TOGAF® ADM AND AGILE APPROACHMAPPING TOGAF® ADM AND AGILE APPROACH
MAPPING TOGAF® ADM AND AGILE APPROACH
 
Adam boczek 2015 agile architecture in 10 steps v1.0
Adam boczek 2015 agile architecture in 10 steps v1.0Adam boczek 2015 agile architecture in 10 steps v1.0
Adam boczek 2015 agile architecture in 10 steps v1.0
 
Mapping Out Agile Product Management - Agile Portugal 2011 - Mack Adams
Mapping Out Agile Product Management - Agile Portugal 2011 - Mack AdamsMapping Out Agile Product Management - Agile Portugal 2011 - Mack Adams
Mapping Out Agile Product Management - Agile Portugal 2011 - Mack Adams
 
Live it - or leave it! Returning your investment into Agile
Live it - or leave it! Returning your investment into AgileLive it - or leave it! Returning your investment into Agile
Live it - or leave it! Returning your investment into Agile
 
Enterprise Architecture, the Agile Way
Enterprise Architecture, the Agile WayEnterprise Architecture, the Agile Way
Enterprise Architecture, the Agile Way
 
Microservices: Architecture for Agile Software Development
Microservices: Architecture for Agile Software DevelopmentMicroservices: Architecture for Agile Software Development
Microservices: Architecture for Agile Software Development
 
Why We Need Architects (and Architecture) on Agile Projects
Why We Need Architects (and Architecture) on Agile ProjectsWhy We Need Architects (and Architecture) on Agile Projects
Why We Need Architects (and Architecture) on Agile Projects
 
Feature driven development
Feature driven developmentFeature driven development
Feature driven development
 

Similar to Agile Architecture and Design

Salesforce Winter 23 Release Webinar Slide Deck
Salesforce Winter 23 Release Webinar Slide DeckSalesforce Winter 23 Release Webinar Slide Deck
Salesforce Winter 23 Release Webinar Slide Deckbrightgenss
 
Architecture Concepts
Architecture ConceptsArchitecture Concepts
Architecture ConceptsPratip Mallik
 
Architecture concepts
Architecture conceptsArchitecture concepts
Architecture conceptsPratip Mallik
 
Rob Soper Senior Systems Analyst
Rob Soper Senior Systems AnalystRob Soper Senior Systems Analyst
Rob Soper Senior Systems Analystrksjr1
 
9 ASUG82967 - Successful implementation of SAP Product Lifecycle Management a...
9 ASUG82967 - Successful implementation of SAP Product Lifecycle Management a...9 ASUG82967 - Successful implementation of SAP Product Lifecycle Management a...
9 ASUG82967 - Successful implementation of SAP Product Lifecycle Management a...ghaeltailyn
 
COLLABORATE 18 Presentation: Success Story- Cloud Product Information Managem...
COLLABORATE 18 Presentation: Success Story- Cloud Product Information Managem...COLLABORATE 18 Presentation: Success Story- Cloud Product Information Managem...
COLLABORATE 18 Presentation: Success Story- Cloud Product Information Managem...Jade Global
 
Resume deepro datta
Resume deepro dattaResume deepro datta
Resume deepro dattaDeepro Datta
 
Implementing and Extending Oracle PLM Cloud for Gibson Overseas
Implementing and Extending Oracle PLM Cloud for Gibson OverseasImplementing and Extending Oracle PLM Cloud for Gibson Overseas
Implementing and Extending Oracle PLM Cloud for Gibson OverseasJade Global
 
Managing an Experimentation Platform by LinkedIn Product Leader
Managing an Experimentation Platform by LinkedIn Product LeaderManaging an Experimentation Platform by LinkedIn Product Leader
Managing an Experimentation Platform by LinkedIn Product LeaderProduct School
 
BrightGen's Salesforce Summer 21 release webinar
BrightGen's Salesforce Summer 21 release webinarBrightGen's Salesforce Summer 21 release webinar
BrightGen's Salesforce Summer 21 release webinarbrightgenss
 
Online shopping portal: Software Project Plan
Online shopping portal: Software Project PlanOnline shopping portal: Software Project Plan
Online shopping portal: Software Project Planpiyushree nagrale
 

Similar to Agile Architecture and Design (20)

Agile Techniques
Agile TechniquesAgile Techniques
Agile Techniques
 
Agile Framework
Agile FrameworkAgile Framework
Agile Framework
 
Salesforce Winter 23 Release Webinar Slide Deck
Salesforce Winter 23 Release Webinar Slide DeckSalesforce Winter 23 Release Webinar Slide Deck
Salesforce Winter 23 Release Webinar Slide Deck
 
Architecture Concepts
Architecture ConceptsArchitecture Concepts
Architecture Concepts
 
Architecture concepts
Architecture conceptsArchitecture concepts
Architecture concepts
 
mahesh new resume sfdc
mahesh new resume sfdcmahesh new resume sfdc
mahesh new resume sfdc
 
Oracle APPS SC Training
Oracle APPS SC TrainingOracle APPS SC Training
Oracle APPS SC Training
 
Aakanksha_Agnani_j2016
Aakanksha_Agnani_j2016Aakanksha_Agnani_j2016
Aakanksha_Agnani_j2016
 
Oracle apps r12 scm functional training
Oracle apps r12 scm functional trainingOracle apps r12 scm functional training
Oracle apps r12 scm functional training
 
Subhasis Mukherjee
Subhasis Mukherjee Subhasis Mukherjee
Subhasis Mukherjee
 
Rob Soper Senior Systems Analyst
Rob Soper Senior Systems AnalystRob Soper Senior Systems Analyst
Rob Soper Senior Systems Analyst
 
9 ASUG82967 - Successful implementation of SAP Product Lifecycle Management a...
9 ASUG82967 - Successful implementation of SAP Product Lifecycle Management a...9 ASUG82967 - Successful implementation of SAP Product Lifecycle Management a...
9 ASUG82967 - Successful implementation of SAP Product Lifecycle Management a...
 
COLLABORATE 18 Presentation: Success Story- Cloud Product Information Managem...
COLLABORATE 18 Presentation: Success Story- Cloud Product Information Managem...COLLABORATE 18 Presentation: Success Story- Cloud Product Information Managem...
COLLABORATE 18 Presentation: Success Story- Cloud Product Information Managem...
 
Resume deepro datta
Resume deepro dattaResume deepro datta
Resume deepro datta
 
Implementing and Extending Oracle PLM Cloud for Gibson Overseas
Implementing and Extending Oracle PLM Cloud for Gibson OverseasImplementing and Extending Oracle PLM Cloud for Gibson Overseas
Implementing and Extending Oracle PLM Cloud for Gibson Overseas
 
Nupur upadhayay
Nupur upadhayayNupur upadhayay
Nupur upadhayay
 
SFDC 3.0 RESUME
SFDC 3.0 RESUMESFDC 3.0 RESUME
SFDC 3.0 RESUME
 
Managing an Experimentation Platform by LinkedIn Product Leader
Managing an Experimentation Platform by LinkedIn Product LeaderManaging an Experimentation Platform by LinkedIn Product Leader
Managing an Experimentation Platform by LinkedIn Product Leader
 
BrightGen's Salesforce Summer 21 release webinar
BrightGen's Salesforce Summer 21 release webinarBrightGen's Salesforce Summer 21 release webinar
BrightGen's Salesforce Summer 21 release webinar
 
Online shopping portal: Software Project Plan
Online shopping portal: Software Project PlanOnline shopping portal: Software Project Plan
Online shopping portal: Software Project Plan
 

Agile Architecture and Design

  • 1. P K Mallik Architecture, Design, Value Delivery and Grooming Agile Architecture and Design
  • 2. P K Mallik Source : Agile Modelling in Software Engineering by Audrey Nemeth and Vladimir Borisov Feature Driven Development RFI/RFP/ Proposal Business Case Change Requests Other Costs Refresh Change Requests Defects
  • 3. P K Mallik Agile Requirements/Features Mapping Features User Story – Checkout Check Out items Pay by Credit Card Send Email Confirmation As a user I should be able to pay for purchased items so that I can place the order Notes: • Payment by multiple credit cards • Email to be sent with purchase details Acceptance Criteria: • Purchase to be retained even when cancelled Cancelled purchases to be recorded Order Fulfilment Epic – Fulfilment On successful purchase goods purchased will be dispatched within 48 hours Theme – Security Password policy and role based access control as well as maker- checker must be supported System must adhere to companies security policies
  • 4. P K Mallik Features User Story Security Performance Usability Others RBAC Data Filter Capacity Latency UI Preferences Menu Feature 1 User Story 1 X X X X X X User Story 2 X User Story 3 X X X X X Feature 2 User Story 4 X X Feature 3 User Story 5 X X X User Story 6 X X X User Story 7 X X X X Feature 4 User Story 8 X X User Story 9 X X X User Story 10 X X X X Feature 5 User Story 11 User Story 12 X X X X Implementation approach Template Component Service Optimise Db Template Template Template Implemented by Story Story Story Activity Story Story Story Agile Mapping
  • 5. P K Mallik Managing Features and Themes • Each Feature can map to more than one user story, however each user story can map to only one feature (If this is not the case there is something wrong in your definitions) • Themes that are implemented as user stories will be scheduled independently – To minimize impact of stories already delivered • Define placeholders in templates which will implement the theme • OR Create stubs which are called by components of affected user stories • DO NOT design assuming that thee components will be revisited when the theme is implemented • Test plan for Theme will need to verify implementation across all impacted user stories that have been developed – To ensure implementation in stories which will be delivered • Verify that theme is implemented in template • OR inspect code of component to ensure theme implementation • Test plan to include verification for theme implementation • Themes that are implemented as activities should be scheduled as part of the activities for the foundation and hardening sprint
  • 6. P K Mallik Agile Framework Pre-sales Epics Effort Estimate Contract Estimates Sizing RFP Scope Story Points Milestone Dates Delivery – Foundation Architecture Requirement Foundation Management Foundation Solution Foundation ReleasePlan Delivery – Development and Testing DetailedDesign/FnSpec Delivery – Acceptance UAT Iteration Plan Coding and UT Module Integration Testing Task Assignment HLD Templates Standards Common Components Entities Attributes and Relations Code Configuration NFR Testing Walkthrough Production Feature Sizing Acceptance Test Plan
  • 7. P K Mallik Functional Non-Functional Evolutionary Design Pre Sales (Contract) Application Architecture Features Themes Story/Function Points Non Functional Requirements Functionality Concepts, Standards and Templates Estimate, Staffing Principles, Components and Interfaces Velocity, Productivity, Buffers, Activities Foundation (Plan) High Level Design Epics Themes Project Backlog Story Points Sprint (Actual) Low Level Design User StoriesBacklog Story Points Tasks Estimate, Staffing Velocity, Activities Actual Dis Assembly Estimate Velocity Assign
  • 8. P K Mallik Application Architecture Data Layer Business Layer ERP CRM Workflow External Interfaces BPM Web Services User Interface Layer Cloud Mobile Tablet Web Db Server OLAP Db Content Server
  • 9. P K Mallik Agile Architecture Data Layer Business Layer Db Server OLAP Db Content Server User Interface Layer Usability Themes User Story 1 User Story 2 Maintainability Themes Performance Themes Task1Task2 Task1Task2Task3 Security ThemesEpic User Story 3 Availability Themes QueryMemory/CPURendering AuthenticationAccessControlDataFilter
  • 10. P K Mallik High Level Design High Level Requirement User Story Architecture High Level Design Conversation Entities • Keys • Attributes • Relations • CRUD Forms • Short Description • Key Fields • Special Navigation • Business Rules Reports • Short Description • Reporting Logic • Key Fields • Important Formulae Components • Short Description • Important Methods and Attributes • Business Rules • Threading, Static, Async Templates • Short Description • Business Rules • Themes • Public Methods and Attributes • Virtual Methods and Attributes Themes Constraints Acceptance Criteria Use CaseFDD RDD Notes Validate
  • 11. P K Mallik High Level Design – Checkout Form Template Check Out Form • Items Grid View • Prices and Taxes • Credit Card Fields • Payment Button Confirmation Form • Items Grid View • Receipt Fields • Print and Save Component Template Invoicing • Generate Invoice() • Calculate Charges() Interface Template Payment Gateway • Payment Request () • On Success Save() • On Failure Cache() Report Template Invoice Print • Amount to Words() • Print() • Save As PDF() Database Invoice header • Date, Number, Client • Invoice Detail • Charges • Items Client • Points Balance
  • 12. P K Mallik Low Level Design High Level Design Entities • Keys • Attributes • Relations • CRUD Forms • Short Description • Key Fields • Special Navigation • Business Rules Reports • Short Description • Reporting Logic • Key Fields • Important Computations Components • Short Description • Important Methods and Attributes • Business Rules • Threading, Static, Async Templates • Short Description • Business Rules • Themes • Public Methods and Attributes • Virtual Methods and Attributes Low Level Design Entities • Foreign Keys • Column Type and Length • Constraints • Triggers Forms • Wireframe • Navigation • Field level validations • Messaging • Form Actions Reports • Parameters • Data query logic • Layout • Summaries • Drill downs Components • Public attributes • Events • Methods • Service Management Templates • Methods • Attributes • Facades • Overwritten attributes and methods • Test scenarios
  • 13. P K Mallik Example – Shopping Cart Epic – Registered user searches for products for Purchase User Stories Search Select CheckoutLogin High Level Design Search Form • Free Text Search • Product Name, Category, Size, Colour and brand Query Generator • Create Query based on selected parameters • Fetch Data Saved Searches • Parameter • Value Low Level Design Wireframe Field Validations Query Generator Interface Save Searches Retrieve Searches Pre Sales Release Planning Release Foundation Sprint
  • 14. P K Mallik Agile Techniques
  • 15. P K Mallik Agile Delivery Model Business Case Application Release Sprint Factory Acceptance User Acceptance System Integration Deployment ValueRealisation Functional Tactical Strategic Business
  • 16. P K Mallik Agile Coverage Level 0 – Start up Level 1 – Basic Level 2 – Advanced Level 3 – Enterprise BusinessFunctionalTacticalStrategic BusinessValue
  • 17. P K Mallik Offshore Onsite Onsite Project Life Cycle Scope (Epics/Themes) Solution Architecture Release Plan Iteration Plan Low Level Design Code Unit Testing Module Integration Testing NFR Testing Acceptance Test Plan Factory Acceptance Testing System integration Testing User Stories Release Backlog Requirements Overview Sizing and Effort Release Iteration Application/Product Standards and Templates Prototypes Key Component Configuration NFR TestingUAT UAT SA Product Owner Developer Tester Project Manager TA BA Enterprise Architecture High Level Requirements Detailed Requirements Governance Model HLD
  • 18. P K Mallik Roles and Responsibilities Pre-sales Foundation Delivery Solution Architect Technical Architect Define Scope Identify Technologies Define Architecture Estimate costs and Schedule Prototyping Select Technologies Identify Interfaces Define implementation strategy Define NFR Approach POC’s for NFR’s High Level Design Define Templates Identify Key Components Assist in Test Plan, Project Plan, Estimation Product Configuration Tool Setup Standards and Templates Assist in Design, NFR Test Planning, Estimation Grooming Capability Building Troubleshooting Change Controls Grooming Capability Building Troubleshooting Complex Component Development