Skip to content

Commit

Permalink
added more modeling tools
Browse files Browse the repository at this point in the history
  • Loading branch information
unruledboy committed Sep 7, 2015
1 parent e1fd687 commit 9295359
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
Binary file modified Development Stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,13 @@ https://rawgit.com/unruledboy/DevelopmentStack/master/ux/DevelopmentStack.htm
- Design Patterns
- GoF 23
- Tools
- Visio
- UML
- Rational Rose
- Functional
- Visio
- UML
- Rational Rose
- Database
- ER Studio
- ERwin
- Development
- Concetps
- Zero Bug Bounce (ZBB)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var fs = Promise.promisifyAll(require('fs'));
var app = new express();
var queueReady = ["server"];

var pageWidth = 2800; // Magic number!
var pageWidth = 3200; // Magic number!
var pageHeight = 3700;

var config = {
Expand Down
22 changes: 19 additions & 3 deletions ux/DevelopmentStack.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,13 +369,29 @@
"name": "Tools",
"children": [
{
"name": "Visio"
"name": "Functional",
"children": [
{
"name": "Visio"
},
{
"name": "UML",
"children": [
{
"name": "Rational Rose"
}
]
}
]
},
{
"name": "UML",
"name": "Database",
"children": [
{
"name": "Rational Rose"
"name": "ER Studio"
},
{
"name": "ERwin"
}
]
}
Expand Down

0 comments on commit 9295359

Please sign in to comment.