bpmbox / P1_bpmchat

bpmchatproject
Apache License 2.0
1 stars 0 forks source link

memaid #21

Open miyataken999 opened 2 years ago

miyataken999 commented 2 years ago

image

miyataken999 commented 2 years ago

image

miyataken999 commented 2 years ago
sequenceDiagram
    api/urls->>+selializeze: testtt?
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    Alice->>+selializeze: ssssss?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great! https://jp
    John->>+test: aaaaaaa
    test->>-aaa: aaaa
miyataken999 commented 2 years ago
classDiagram
    App <|-- form
    App <|-- view
    App <|-- url
    App : +int age
    App : +view vw
    App : +String gender
    App: +isMammal()
    App: +mate()
    view <|-- form
    view <|-- template
    view <|-- model
    class form{
      +String beakColor
      +swim()
      +quack()
    }
    class view{
      mode: aaa
      model:cc  
      -int sizeInFeet
      -canEat()
    cc.test()
    aaa.object()aaa
    }
    class url{
      +bool is_wild
      +run()
    }

    class template{
        title
        age
        test
    }

    class model{
        title
        age:aaa
        test
        manager()ssss
        queryset()ssss
        find.all.test()aaaaa
    }
miyataken999 commented 2 years ago
erDiagram
          APPSHEET }|..|{ GSS : has
          APPSHEET ||--o{ GAS : places
          COLAB ||--o{ GSS : "liable for"
          COLAB ||--o{ Elastic : "liable for"
          Django ||--o{ Elastic : "liable for"
miyataken999 commented 2 years ago

sequenceDiagram Appsheet->>+GSS: Hello John, how are you? GSS->>+GAS: John, can you hear me? GAS->>+COLAB: aaa COLAB->>+Elastic: cccc

miyataken999 commented 2 years ago

image