havent gone far with it but i intend to automate the generation of diagrams.
So far i´m statically coding a diagram like the following

[image: image.png]
was produced by just this code

<div  class="mermaid">
    stateDiagram
    [*] --> Lote
    Lote --> Amostra
    Amostra --> Inspeção:Sim
    Amostra --> Alerta:Não
    Inspeção -->COA:Sim
    Inspeção -->Parâmetro:Não
    Parâmetro -->COA:Sim
    Parâmetro -->PDF:Não
    COA -->PDF
    PDF --> [*]
    Alerta --> [*]


    Lote:tem lote definido?
    note right of Lote
            Notas aqui
            e aqui
    end note
    Inspeção:tem inspeção para o lote e tipo de carga?
    Amostra:tem amostra associada?
    Alerta:Alerta a AT
    Parâmetro:tem algum parâmetro fora de especificação?
    COA:processo de validação do COA

        </div>

Em ter., 3 de dez. de 2019 às 08:43, Dave S <[email protected]>
escreveu:

>
>
> On Monday, December 2, 2019 at 1:51:42 AM UTC-8, Ramos wrote:
>>
>> Nothing , im am using it already.
>> Just sharing it with you...
>> :)
>>
>
> Any particular advice on how to use with web2py app, or did you find that
> information at the link was sufficient?
>
> /dps
>
>
>>
>> Em seg., 2 de dez. de 2019 às 02:57, Scott Hunter <[email protected]>
>> escreveu:
>>
>>> What is stopping you from using it *in* your web2py app?
>>>
>>> On Wednesday, November 27, 2019 at 12:58:48 PM UTC-5, Ramos wrote:
>>>>
>>>> Hard to find a tool like this for my web2py app....
>>>>
>>>> https://mermaidjs.github.io/#/
>>>>
>>>>
>>>>
>>> --
>>> Resources:
>>> - http://web2py.com
>>> - http://web2py.com/book (Documentation)
>>> - http://github.com/web2py/web2py (Source code)
>>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "web2py-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/web2py/a6b5dc62-e78b-47ff-a450-97ad0aafab95%40googlegroups.com
>>> <https://groups.google.com/d/msgid/web2py/a6b5dc62-e78b-47ff-a450-97ad0aafab95%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/80e6651d-776b-4253-8d10-32ee58f84643%40googlegroups.com
> <https://groups.google.com/d/msgid/web2py/80e6651d-776b-4253-8d10-32ee58f84643%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAEM0BxN%3D2t3RG4zt5PJrFVp-KzdfLnd81KUfHJYo-4SEQiKyQw%40mail.gmail.com.

Reply via email to