Mermaid diagrams are now supported in code block. Use Flowchart, Sequence diagram, Class diagram, State diagram, Entity relationship diagram, User journey, Gantt, Pie chart and more on Notion through Mermaid.
πŸ‘︎ 61
πŸ’¬︎
πŸ‘€︎ u/johnme_poliquit
πŸ“…︎ Dec 23 2021
🚨︎ report
Is there a good resource for HVAC equipment control diagram and sequence of operation. Not sure if ASHRAE GL36 covers RTUs, exhaust fans, H&V , etc..
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Liad1005
πŸ“…︎ Jan 15 2022
🚨︎ report
Resources for Java code to sequence diagram

I have a assignment where I have to convert some Java code with multiple classes and functions to a sequence diagram. I was wondering what are some good resources(websites/videos) to reference for converting already completed code to a sequence diagram. I’m having trouble finding help that doesn’t involve programs that just do it for you.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Rational00
πŸ“…︎ Sep 25 2021
🚨︎ report
UML Sequence Diagram for Monero / Litecoin trusted (non-atomic) swap

https://preview.redd.it/dv1ky7n5dgn61.png?width=828&format=png&auto=webp&s=307eb07ce1644b55bb2a4e8dc30d754cf40f701f

πŸ‘︎ 82
πŸ’¬︎
πŸ‘€︎ u/henryyoung42
πŸ“…︎ Mar 16 2021
🚨︎ report
Swimlanes.io – build sequence diagrams in markdown swimlanes.io/
πŸ‘︎ 35
πŸ’¬︎
πŸ‘€︎ u/pimterry
πŸ“…︎ Apr 27 2021
🚨︎ report
US flag but the stars are a Hertzsprung-Russel diagram of main sequence stars along with giants, supergiants, and white dwarfs
πŸ‘︎ 19
πŸ’¬︎
πŸ‘€︎ u/beskardboard
πŸ“…︎ Jul 15 2021
🚨︎ report
Client sequence diagram wireleap.com/blog/client-…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/wireleap
πŸ“…︎ Aug 09 2021
🚨︎ report
Relay sequence diagram wireleap.com/blog/relay-s…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/wireleap
πŸ“…︎ Aug 09 2021
🚨︎ report
UML Sequence Diagrams codemag.com/article/02030…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/martinig
πŸ“…︎ Jul 14 2021
🚨︎ report
Do your teams use UML, Sequence Diagrams and Architecture Diagrams for your iOS and Android projects

I moved to Mobile Programming (Enterprise) from the days of C++/Objective-C on macOS and Linux machines. UML, Sequence diagrams used to be very helpful to understand the project across teams and work together. Also with-in the teams. It is like another spoken language for engineers.

I am not seeing that anywhere now. I worked for some big companies while I was consulting - and they seldom using them. At least UML and Sequence diagrams. I see downsides of not using them in current days projects. Engineers are often mis-informed because there is no proper technical documentation. Everything is in β€œstories”, everything is in β€œJIRA Confluence”.

I proposed UML and Sequence diagrams. Most of the recent engineers did not agree with that. I spent so much time in preparing the presentation and history of it. But everyone denied. The Product Managers unanimously said NO. I learnt they did not really focus on those subjects or did not even learn them.

I still feel they are very relevant and robust for current and modern projects too.

  1. It communicates in better pictorial languages
  2. Everybody would be on same page and understands it same way because it is not plain english or a JIRA story.
  3. Once you document it and lock it, it is same across the teams.
  4. Instead of reading the code, you can just see the diagrams and understand logic, class hierarchy. Also how many really are documenting their code. If Sequence diagrams or class diagrams are implemented, these would help a lot.
  5. Projects could be maintained so well with this. Even if some coders left the team, the new engineers can just go through these and learn.

I am wondering if any of your projects are using UML and Sequence diagrams.

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/sohumm
πŸ“…︎ Jun 08 2021
🚨︎ report
I made program which draw sequence diagram in terminal with text or utf-8 characters

https://github.com/Ja-sonYun/sequence-diagram-cli

https://preview.redd.it/sfhr1cn1ebi61.png?width=548&format=png&auto=webp&s=af8dcc94aede45a64b9c5d9408d5df03d793e5eb

You can also add prefix or suffix options for insert your diagram to your codes.

πŸ‘︎ 55
πŸ’¬︎
πŸ‘€︎ u/Jas0nYun
πŸ“…︎ Feb 18 2021
🚨︎ report
Swimlanes.io – build sequence diagrams in markdown swimlanes.io/
πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/pimterry
πŸ“…︎ Apr 27 2021
🚨︎ report
Swimlanes.io – generated editable sequence diagrams swimlanes.io/
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/qznc_bot2
πŸ“…︎ Apr 27 2021
🚨︎ report
Venn Diagram Illustrating the Different Kinds of Binary Relation & the Interdepenencies Between Them - Also a Table Showing what Crazy Integer Sequences Arise when we Count (or Try To!) the β„– of Each Category of Relation that can Obtain on a Set of N Elements
πŸ‘︎ 21
πŸ’¬︎
πŸ“…︎ Dec 24 2020
🚨︎ report
Using Sequence/Use-Case Diagrams When Others Don't

Hi,

In my current job, I try to use different modeling diagrams just in order for it to make sense and improve the overall understanding and processes.

Although it's acceptable in the company, it's not widely used and in my project team, the software engineers, HW engineers, product managers, and sometimes other SEs that I work with from other divisions don't really understand why I "waste time" on it.

But, objectively looking at it, it did change a few approaches and the overall architecture we had by explaining and presenting it to others, it helped convey the flow of actions and different motivations.

The thing is that there is a tension between spending time on doing modeling and really digging deep on how to implement processes, and between just working and continuing the day-to-day tasks because we have requirements, the schedule is tight and there's no time to waste.

Has it happened to anyone else?

Thanks.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/chaser_alpha
πŸ“…︎ Feb 06 2021
🚨︎ report
After someone noticed a pattern in the diagram of transfer windows: No, it's not the golden ratio or fibonacci sequence. It's (1+θ/180°)² = (1+r/2r)³, assuming circular planetary orbits, derived from Keplers 3rd law. For r->∞, θ is around 116°. imgur.com/Bjxm3rj
πŸ‘︎ 376
πŸ’¬︎
πŸ‘€︎ u/15_Redstones
πŸ“…︎ Sep 01 2019
🚨︎ report
In aviation, we have blueprints or wiring diagrams and step by step guides. What kind of tools exist to remind a surgeon to undo the 75 steps she/he just did in reverse in order without forgetting one or mixing up the sequence?

Is there a book on surgery for each procedure and you read it 60 times? Or do you bring a reference book with you into the surgery? Who sits around turning the pages for you?

I doubt it’s anything like that.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/MisquoteMosquito
πŸ“…︎ Jan 26 2021
🚨︎ report
Im very lost in this sequence circuit chart for the Ladder Diagram. Would appreciate any help if there's any.
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/edmondoh001
πŸ“…︎ Sep 03 2020
🚨︎ report
[SPOILER] Timeline Diagram of the Temporal Pincer Highway Chase sequence thisisbarry.com/film/tene…
πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/baryflawless
πŸ“…︎ Dec 12 2020
🚨︎ report
Animated sequence and box diagrams youtu.be/1V5TQRuQ8A4?t=58
πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/mrdonbrown
πŸ“…︎ Nov 17 2020
🚨︎ report
How often do you use sequence and class diagrams at your job?

basically im working on my masters degree and doing full time dev work too. Where I work we dont really use diagrams, once we get the requirements done we start work soon as those hit our desks. I'll admit we probably do do things a bit differently, we've been using computers and programming stuff since about when the first univac started getting sold to businesses(I've been told we started using univac here in 1952 or 1953). So yeah we had our own standards since before the big standards became mainstream. For the most part we've moved on to adopt the mainstream standards here though. But yeah we dont really use the diagrams here, we get the requirements and start work.

I told my software engineering teacher about this and she was horrified, saying thats not good practice etc. But shes also never worked a day in the real world, just academia. So Im not sure what other real world businesses do.

Do most businesses use the class and sequence diagrams? Does the one you work for? Or is that mostly a thing they just teach in school

πŸ‘︎ 38
πŸ’¬︎
πŸ‘€︎ u/meeheecaan
πŸ“…︎ Nov 18 2019
🚨︎ report
Sequence diagram

Hi there! does anyone know how to do a sequence diagram from an extended use case event?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Leppopopo
πŸ“…︎ Dec 19 2020
🚨︎ report
Create animated sequence and box diagrams in Python

I added a few things to Code Video Generator for version 0.3, including animated sequence and box diagrams, demoed in the video above. If you are interested in how it works, the example for the sequence diagram looks like this:

diagram = AutoScaled(SequenceDiagram())
browser, web, app = diagram.add_objects("Browser", "Web", "App")
with browser:
    with web.text("Make a request"):
        web.to_target("Do a quick thing", app)
        with app.text("Retrieve a json object"):
            app.to_self("Calls itself")
            app.note("Do lots and lots and lots of thinking")
            app.ret("Value from db")
        web.ret("HTML response")
title = Text("Sequence Diagram")
title.to_edge(UP)
self.add(title)
diagram.next_to(title, DOWN)
self.play(ShowCreation(diagram))
for interaction in diagram.get_interactions():
    self.play(ShowCreation(interaction))

More info and examples in the docs at: https://code-video-generator.readthedocs.io

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/mrdonbrown
πŸ“…︎ Nov 17 2020
🚨︎ report
Create sequence diagrams with very simple text markup. No dragging around shapes, no manually drawing arrows. Just write out the sequence in text and get the nice looking flowchart. websequencediagrams.com/
πŸ‘︎ 5k
πŸ’¬︎
πŸ‘€︎ u/OverloadUT
πŸ“…︎ Mar 22 2017
🚨︎ report
Animated sequence and block diagrams with Python youtu.be/1V5TQRuQ8A4?t=64
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/mrdonbrown
πŸ“…︎ Nov 17 2020
🚨︎ report
My friend just made an interactive color-magnitude diagram viewer, to get an intuitive sense of how the spectra of stars change on and off the main sequence. Check it out!

You can try it out here: https://majoburo.github.io

Here's the info about the viewer, from her repo (https://github.com/Majoburo/INTERACTIVE_HR):

INTERACTIVE_HR

CODE AND DATA

This is the code behind HR. Data were taken from Gaia's 2nd data release and SDSS, crossmatched to within 3 arcsec radius. The sample includes all stellar spectra within 200 parsecs with a S/N > 30.

PLOT DESCRIPTION

The axes in the "HR" (for Hertzsprung Russell) plot are actually color and absolute magnitude, normally refered to as a color-magnitude diagram. The y-axis corresponds to luminiosity and the x-axis corresponds to temperature. Left to right is hotter to colder, bottom to top is dimmer to brighter. The bottom plot is the spectrum of the star under your cursor. It's the intensity of each wavelength of light emitted by the star.

COOL FEATURES

  • Most stars have a black body emission curve and absorption lines on top due to cooler atmospheric layers outside of their hot cores. Some of them even have emission lines due to a hotter exterior! Can you identify the ones that do? What do they have in common?
  • Notice the main blob that goes from bottom right to top middle. This is the main sequence. As stars age, they move up the main sequence.
  • Look at the bottom left corner. Those are the spectra of white dwarfs. They have clear, broad lines, compare them with other stellar spectra in the main sequence. The lines in white dwarfs are broader. White dwarfs have higher surface gravity, which means they have higher pressures, which scatters the electrons around and broadens their lines. The lowest white dwarfs are cooler and have narrower (or even hidden) absorption lines.
  • Looking at the main sequence: Stars with lower temperatures are redder, to the right, and stars with higher temperatures are bluer, to the left. Lower temperature stars have more molecular aborptions lines, which are much wider dips than element lines. Can you identify them? They correspond to red dwarfs within the main sequence.
  • Look at the spectra of white dwarfs and then that of red dwarfs (the bottom part of the main sequence). Now loo
... keep reading on reddit ➑

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/pirat_rob
πŸ“…︎ Oct 23 2020
🚨︎ report
What's been going on with the 'diagram cards' in the title sequence?

So normally in the title sequence the last picture before the logo is always the main subject in the episode.

Except for the past two episodes, it hasn't. Two weeks ago it showed the TikTok logo as the last picture (for the US scandal and banning the app), but then the main story was about China and the Uighurs.

It happened last night too; last night it was a mailbox (for Trump sabotaging the USPS, and by extension voting by mail), but then the main story was about juries!

Have they been changing the main stories last minute? What the hell is happening?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Zircon_72
πŸ“…︎ Aug 17 2020
🚨︎ report
I remade /u/aptom203's Nuclearcraft Fusion Stack Flowchart as a Sequence Diagram.
πŸ‘︎ 82
πŸ’¬︎
πŸ‘€︎ u/librarian-faust
πŸ“…︎ Jul 04 2019
🚨︎ report
When you ask a colleague to draw a sequence diagram
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/_jtac_
πŸ“…︎ Jul 14 2020
🚨︎ report
What is the name of this relay sequence diagram style?
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/linotype
πŸ“…︎ Mar 18 2020
🚨︎ report
Is my login Sequence Diagram correct? (case: user attempts to login, if they fail to provide correct info after 3 attempts, system displays error)
πŸ‘︎ 16
πŸ’¬︎
πŸ“…︎ Nov 16 2019
🚨︎ report
Standard Rage Sequence: A Diagram
πŸ‘︎ 50
πŸ’¬︎
πŸ‘€︎ u/GuoKaiFeng
πŸ“…︎ Mar 15 2019
🚨︎ report
How do you create source code from UML sequence diagrams?
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/jstr36
πŸ“…︎ Dec 08 2020
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.