Architecting Applications with Mindmapping Tools

8
CF_Underground III 1 Architecting Applications with Mindmapping Tools Can anything save me time when designing an application? How can my visual brain help out? By Hal Helms [email protected] http://www.halhelms.com/

description

Architecting Applications with Mindmapping Tools. Can anything save me time when designing an application? How can my visual brain help out? By Hal Helms [email protected] http://www.halhelms.com/. Fusebox Schematic. - PowerPoint PPT Presentation

Transcript of Architecting Applications with Mindmapping Tools

Page 1: Architecting Applications with Mindmapping Tools

CF_Underground III 1

Architecting Applications with Mindmapping Tools

Can anything save me time when designing an application?

How can my visual brain help out?

By Hal Helms

[email protected]

http://www.halhelms.com/

Page 2: Architecting Applications with Mindmapping Tools

CF_Underground III 2

Fusebox Schematic

When I am working on a problem I never think about beauty. I only think about how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong. Buckminster Fuller

Page 3: Architecting Applications with Mindmapping Tools

CF_Underground III 3

Identifying XFAs

Page 4: Architecting Applications with Mindmapping Tools

CF_Underground III 4

Assigning values to XFAs

PAGE XFA NAME DESCRIPTIVE APPLICATION NAME Login XFA.submitForm validateUserLogin Login Validation XFA.success showMainCatalogPage Product Detail XFA.buyItem addItemToCart Cart XFA.adjust quantities adjustCartQuantities Cart XFA.removeItem removeItemFromCart Registered User XFA.editInfo editUserInfo Registered User XFA.saveInfoUpdate saveUser Admin Page XFA.newUser newUser

Identifying common nouns

Page 5: Architecting Applications with Mindmapping Tools

CF_Underground III 5

Identifying circuit and fuseaction

Page 6: Architecting Applications with Mindmapping Tools

CF_Underground III 6

Identifying needed fuses

Page 7: Architecting Applications with Mindmapping Tools

CF_Underground III 7

Completing the schematic

Page 8: Architecting Applications with Mindmapping Tools

CF_Underground III 8

Fusebox 3 considerations

Separate layout from logic.– Consider whether the page is actually integral to the

circuit or is an interface. Could there be other interfaces to this same functionality?

– Something like a “new user” form is normally not part of a User circuit.

Don’t get confused with permissions when designing circuits.