Created
January 12, 2015 13:46
-
-
Save simonbrowndotje/b3b9bda72eb6b3427859 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"model" : { | |
"people" : [ { | |
"id" : "6", | |
"name" : "Administration User", | |
"description" : "A system administration user.", | |
"location" : "External", | |
"relationships" : [ { | |
"id" : "7", | |
"sourceId" : "6", | |
"destinationId" : "1", | |
"description" : "Add people, add tribes and manage tribe membership." | |
} ], | |
"type" : "Person" | |
}, { | |
"id" : "2", | |
"name" : "Anonymous User", | |
"description" : "Anybody on the web.", | |
"location" : "External", | |
"relationships" : [ { | |
"id" : "3", | |
"sourceId" : "2", | |
"destinationId" : "1", | |
"description" : "View people, tribes (businesses, communities and interest groups), content, events, jobs, etc from the local tech, digital and IT sector." | |
} ], | |
"type" : "Person" | |
}, { | |
"id" : "4", | |
"name" : "Aggregated User", | |
"description" : "A user or business with content that is aggregated into the website.", | |
"location" : "External", | |
"relationships" : [ { | |
"id" : "5", | |
"sourceId" : "4", | |
"destinationId" : "1", | |
"description" : "Manage user profile and tribe membership." | |
} ], | |
"type" : "Person" | |
} ], | |
"softwareSystems" : [ { | |
"id" : "8", | |
"name" : "Twitter", | |
"description" : "twitter.com", | |
"location" : "External", | |
"relationships" : [ ], | |
"containers" : [ ], | |
"type" : "SoftwareSystem" | |
}, { | |
"id" : "12", | |
"name" : "Blogs", | |
"description" : "RSS and Atom feeds", | |
"location" : "External", | |
"relationships" : [ ], | |
"containers" : [ ], | |
"type" : "SoftwareSystem" | |
}, { | |
"id" : "10", | |
"name" : "GitHub", | |
"description" : "github.com", | |
"location" : "External", | |
"relationships" : [ ], | |
"containers" : [ ], | |
"type" : "SoftwareSystem" | |
}, { | |
"id" : "1", | |
"name" : "techtribes.je", | |
"description" : "techtribes.je is the only way to keep up to date with the IT, tech and digital sector in Jersey and Guernsey, Channel Islands", | |
"location" : "Internal", | |
"relationships" : [ { | |
"id" : "9", | |
"sourceId" : "1", | |
"destinationId" : "8", | |
"description" : "Gets profile information and tweets from." | |
}, { | |
"id" : "11", | |
"sourceId" : "1", | |
"destinationId" : "10", | |
"description" : "Gets information about public code repositories from." | |
}, { | |
"id" : "13", | |
"sourceId" : "1", | |
"destinationId" : "12", | |
"description" : "Gets content using RSS and Atom feeds from." | |
} ], | |
"containers" : [ ], | |
"type" : "SoftwareSystem" | |
} ], | |
"id" : 0, | |
"name" : "techtribes.je", | |
"description" : "This is a model of the system context for the techtribes.je system, the code for which can be found at https://github.com/techtribesje/techtribesje" | |
}, | |
"views" : { | |
"systemContextViews" : [ { | |
"softwareSystemId" : "1", | |
"description" : "", | |
"name" : "techtribes.je - System Context", | |
"type" : "SystemContext", | |
"relationships" : [ { | |
"id" : "11" | |
}, { | |
"id" : "9" | |
}, { | |
"id" : "13" | |
}, { | |
"id" : "3" | |
}, { | |
"id" : "7" | |
}, { | |
"id" : "5" | |
} ], | |
"elements" : [ { | |
"id" : "1" | |
}, { | |
"id" : "12" | |
}, { | |
"id" : "2" | |
}, { | |
"id" : "4" | |
}, { | |
"id" : "6" | |
}, { | |
"id" : "8" | |
}, { | |
"id" : "10" | |
} ] | |
} ], | |
"containerViews" : [ ], | |
"componentViews" : [ ] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment