Jared %!s(int64=2) %!d(string=hai) anos
pai
achega
73c45253e6
Modificáronse 4 ficheiros con 55 adicións e 0 borrados
  1. 1 0
      diagrams/futureplan.puml
  2. 12 0
      diagrams/min1.puml
  3. 20 0
      diagrams/stp.puml
  4. 22 0
      diagrams/test.puml

+ 1 - 0
diagrams/futureplan.puml

@@ -10,6 +10,7 @@
 +++_ 印尼語
 ++[#FFBBCC] 聯盟型SBIR
 +++_ Cloud Expo線上展會
++++_ Video Chatbot
 --[#lightblue] 討論事項
 ---[#lightgreen] 城博收尾
 ---[#lightblue] 專案管理Asana

+ 12 - 0
diagrams/min1.puml

@@ -0,0 +1,12 @@
+@startmindmap
++[#Orange] 客群
+++[#lightgreen] 中大型
++++[#lightgreen] 中大大
+++++_ 無框
+++++_ 無框2
+++[#FFBBCC] 小型
+++[#FFBBCC] 微型
+--[#lightblue] Blue
+@endmindmap
+
+

+ 20 - 0
diagrams/stp.puml

@@ -0,0 +1,20 @@
+@startwbs
++ 客群
+++ <u>Legal/Finance</u>
+++ <b>R&D</b>
++++ Software
+++++ Design
+++++ Testing
+++- Hardware
+++++ Digital Circuits
++++- PCB Boards
+++++ Analog Circuits
++++ System design
++++- Modeling
+++++ Simulation
+++ <b>Production</b>
+++- Procurement
++++ Manufacturing
+++++ Mechanics
+---- Electronics
+@endwbs

+ 22 - 0
diagrams/test.puml

@@ -0,0 +1,22 @@
+@startuml
+' Diagram on Decoupling for Coupling blog post
+
+skinparam handwritten true
+skinparam RectangleBackgroundColor white
+skinparam NoteBackgroundColor APPLICATION
+skinparam NoteBorderColor black
+
+caption \nDecoupling via Intermediary
+
+rectangle "Component 1" as cp1
+note right of cp1: "<i>I don't know who I'm talking to\n<i>past the intermediary</i>"
+
+rectangle "<i>Intermediary</i>" as im #Gold
+
+rectangle "Component 2" as cp2
+note right of cp2: "<i>I don't know who's talking to me\n<i>through the intermediary</i>"
+
+cp1 -[#black]down-> im
+im -[#black]down-> cp2
+
+@enduml