Skip to content

Add more examples #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CongLeSolutionX
Copy link

Add more examples to this plugin.
Some of the examples as below:

Complex Circuit Diagram

      +-------------------+       +-------------------+
      |    AC INPUT       |       |     DC OUTPUT     |
      |    230V~          |       |       5V          |
      +---------+---------+       +---------+---------+
                |                           |
         .------+------.             .------+------.
         | Transformer |             |   Regulator  |
         '------+------'             '------+------'
                |                           |
         .------+------.             .------+------.
         |  Bridge     |             |   Filter    |
         | Rectifier   |             | Capacitors  |
         '------+------'             '------+------'
                |                           |
                +------------+--------------+
                             |
                         .---+---.
                         | Load  |
                         '-------'

Detailed Flowchart

+-------------------+
|      Start        |
+---------+---------+
          |
          v
+---------+---------+
|   User Authentication  |
+---------+---------+
          |
    +-----+-----+
    |           |
    v           v
+----+----+  +----+----+
| Login   |  | Register|
+----+----+  +----+----+
     |            |
     v            v
+----+----+  +----+----+
|Dashboard|  | New User |
+----+----+  +----+----+
     |            |
     |            v
     |       +----+----+
     |       |Profile  |
     |       +----+----+
     |            |
     |            v
     |       +----+----+
     |       | Logout  |
     |       +---------+
     |
     v
+----+----+
| Logout  |
+---------+

Complex Data Structure (Binary Tree with Balancing)

             +--------+
             |   50   |
             +---+----+
                 |
       +---------+---------+
       |                   |
   +---+----+          +---+----+
   |   25   |          |   75   |
   +---+----+          +---+----+
       |                   |
   +---+---+           +---+---+
   |       |           |       |
+--+--+ +--+--+     +--+--+ +--+--+
| 12 | | 37 |     | 62 | | 87 |
+----+ +----+     +----+ +----+
  |        |         |       |
 +--+     +--+     +--+     +--+
 |18|     |43|     |58|     |93|
 +--+     +--+     +--+     +--+

Detailed Network Topology

             +----------------+
             |      Internet  |
             +--------+-------+
                      |
               +------+------+
               |  Firewall   |
               +------+------+
                      |
       +--------------+--------------+
       |                             |
+------+------+               +------+------+
|  DMZ Zone  |               | Internal LAN |
+------+-----+               +------+-------+
       |                            |
+------+------+               +------+------+
| Web Server |               | Switch/Hub   |
+------------+       +--------+--------+--------+
                     |        |        |        |
                 +---+     +--+--+  +--+--+  +--+--+
                 |PC1|     |PC2 |  |PC3 |  |PC4 |
                 +---+     +-----+  +-----+  +-----+

Detailed Class Diagram (UML Representation)

+-----------------------+
|       <<interface>>   |
|       PaymentMethod   |
+-----------+-----------+
            ^
            |
 +----------+-----------+
 |                      |
 |       CreditCard     |
 |                      |
 +----------+-----------+
            |
            v
+-----------+-----------+
|    CreditCardPayment  |
+-----------------------+
| - cardNumber: String  |
| - expiryDate: Date    |
| - cvv: int            |
+-----------------------+
| + validateCard():bool |
| + makePayment(amount) |
+-----------------------+

Intricate Mind Map

                [Central Concept]
                       |
     +-----------------+-----------------+
     |                 |                 |
[Aspect A]         [Aspect B]         [Aspect C]
     |                 |                 |
 +---+---+         +---+---+         +---+---+
 |       |         |       |         |       |
SubA1   SubA2    SubB1   SubB2     SubC1   SubC2
 |                    |                |
DetailA1           DetailB1         DetailC1

Complex Organizational Chart

                   [CEO]
                     |
     +---------------+----------------+
     |                                |
 [CTO/Tech Director]             [CFO/Finance Director]
     |                                |
+----+----+                      +----+----+
|         |                      |         |
[Dev Team]   [IT Support]     [Accounting] [Auditing]
     |                                |
 [Developers]                      [Accountants]
     |                                |
+----+----+                           |
|         |                           |
[Front-end] [Back-end]             [Junior Accountants]

Detailed Timeline with Milestones

Start Date                                        End Date
    |                                                |
    v                                                v
    +--------------+----+----+----+----+----+----+---+
    |              |    |    |    |    |    |    |   |
    |  Initiation  |----+    |    |    |    |    |   |
    +--------------+         |    |    |    |    |   |
                             |    |    |    |    |   |
                        +----+----+    |    |    |   |
                        |  Planning |--+    |    |   |
                        +----+----+         |    |   |
                             |              |    |   |
                        +----+----+         |    |   |
                        | Execution |-------+    |   |
                        +----+----+              |   |
                             |                   |   |
                        +----+----+              |   |
                        | Monitoring|------------+   |
                        +----+----+                  |
                             |                       |
                        +----+----+                  |
                        |  Closure  |----------------+
                        +-----------+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant