-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from nineinchnick/ignore-unused
ignore unused elements
- Loading branch information
Showing
3 changed files
with
94 additions
and
6 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@startuml | ||
actor actor_User_579e9aae81 as "User" | ||
database datastore_SQLDatabase_d2006ce1bb as "SQL Database" | ||
entity server_WebServer_f2eb7a3ff7 as "Web Server" | ||
actor_User_579e9aae81 -> server_WebServer_f2eb7a3ff7: User enters comments (*) | ||
note left | ||
bbb | ||
end note | ||
server_WebServer_f2eb7a3ff7 -> datastore_SQLDatabase_d2006ce1bb: Insert query with comments | ||
note left | ||
ccc | ||
end note | ||
datastore_SQLDatabase_d2006ce1bb -> server_WebServer_f2eb7a3ff7: Retrieve comments | ||
server_WebServer_f2eb7a3ff7 -> actor_User_579e9aae81: Show comments (*) | ||
@enduml |
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