Skip to content
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

Add actor symbol from sequence diagrams to Flowcharts #4787

Open
Ogglas opened this issue Aug 29, 2023 · 3 comments
Open

Add actor symbol from sequence diagrams to Flowcharts #4787

Ogglas opened this issue Aug 29, 2023 · 3 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request

Comments

@Ogglas
Copy link
Contributor

Ogglas commented Aug 29, 2023

Proposal

I know that the Actor symbol is not a part of the common Flowchart Symbols. However it is quite often that we feel the need to show an Actor / User / Person.

Right now we use Trapezoid with fontawesome fa:fa-user to get an actor in but the actor symbol from sequence diagrams would be really nice to have.

image

flowchart
    A[/fa:fa-user Actor\]
Loading

Added image above since GitHub does not support fontawesome for Mermaid.

https://github.com/orgs/community/discussions/11940

sequenceDiagram
    actor Actor
Loading

https://mermaid.js.org/syntax/sequenceDiagram.html#actors

Example

No response

Screenshots

No response

@Ogglas Ogglas added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request labels Aug 29, 2023
@mehraankush
Copy link

what is this issue can you explain it more ..

@Ogglas
Copy link
Contributor Author

Ogglas commented Oct 3, 2023

what is this issue can you explain it more ..

Add actor symbol from sequence diagrams to flowcharts as well:

https://mermaid.js.org/syntax/sequenceDiagram.html#actors

@aaron-castor-katz-arcticwolf

Actors are a common symbol in DFDs used to represent humans that interact with systems. They are typically represented as stick figures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants