Skip to main content

Idea pipeline

Filter by idea status

Filter by product

1809 Ideas

EthanLucid product team

How do you want to use Mermaid diagram-as-code in Lucidchart?Seeking Feedback

Hello Lucid Community members! I’m a product manager for a team working on Mermaid diagram-as-code in Lucidchart. As we build better support for Mermaid in Lucidchart, we want to understand how you use Mermaid in your workflow, where Lucidchart is currently involved in that workflow, and how we can improve so that Lucidchart can be integrated more seamlessly into your workflow. Goals:Understand how and why you use Mermaid diagram-as-code See if/how Lucid is currently used in your work with Mermaid Learn how Lucid could improve your diagram-as-code workflow Collect feedback on what you would ideally be able to do with Mermaid in Lucidchart 💡 Some Discussion Starters 💡 🧜‍♂️ Where is the initial mermaid code coming from? Is it committed to your repository?   Are you using a tool to generate it?🧜‍♂️ Once the mermaid is imported into Lucidchart, what types of things do you hope to be able to do with it?  Add and delete shapes and lines? Change colors and styling? Modify layout?🧜‍♂️ Once the diagram looks the way you want it to in Lucid, what do you want to be able to do with it? Share the diagram with someone else?  Present to someone else? Collaborate with other stakeholders? –  Name their titles. Embed the diagram somewhere else? Export and commit the modified mermaid code back into your repository?🧜‍♂️ Which types of mermaid diagrams would you like to be able to use?flowchart, sequence, class, ERD, state diagram, mindmap, C4 diagram, gantt, requirement diagram, user journey, pie chart, quadrant chart, gitgraph diagram, timeline Are any of these diagrams more commonly used than others?🧜‍♂️ What is the lifespan of the mermaid diagram? How is it being used again after the initial creation and collaboration?Do you refer to it again in the future? Is it used by others, and if so, how? If the diagram isn’t used again, does the mermaid code in the repo get used/referred to in the future? When, why? (examples are welcome)🧜‍♂️ What are the most painful aspects of this workflow? What is the single most painful aspect?🧜‍♂️ What do you wish Lucid would change or improve to make this workflow better for you?Rank your wishlist from most desirable to least desirable.

Expand Lucid AI capacity and limits for complex diagram generationIdea

i have been using Lucid AI to create simple class diagrams from CSV structured data. said data is structured as:Index,SourceSystem,Direction,Data,TargetSystemID01,FI,Inbound,SomeKindaDATA,BRIDGEID02,FI,Inbound,OtherKindaDATA,PATE …The result would be: the above data source has 293 rows, pasted into the canvas as a CSV data sourceit is processing 10 rows at a time. The prompt is as follows:you are an expert in infrastructure diagramming using simple class diagramming techniquesyou will be creating a systems diagram with relationshipsit will be structure like a mind map with XXXX in the middle, and outlying systems as leaf nodesyou will use the following CSV data source table on the lucid canvas pasted into the lucidchart documenthas the following column meanings: Index - unique relationship id SourceSystem - is a system Direction - is the direction of the relationship: - Inbound = TargetSystem is from end, and SourceSystem is the to end of the relationship - Outbound = SourceSystem is from end, and TargetSystem is the to of end the relationship Data - is the transactional data on the relationship sent from between TargetSystem and SourceSystem TargetSystem - is a systemcreate a basic system model using boxes for systems and lines for relationshipscolorize each system based on: - SourceSystem = DARK GREEN line - TargetSystem = DARK BLUE lineuse a small diamond arrowhead for the FROM end of the relationshipuse a closed arrowhead for the TO end of the relationshipMake the layout to be export friendly to reduce crossing linesMake all lines where the FROM system is the SourceSystem color MAGENTAMake all lines where the FROM system is the TargetSystem color GREENeach iteration is initated:>draw all systems and interconnecting relationships from RelationshipID equals ID01 through ID10this worked until ID40 then it began to errorQQ: are there any recommendations to get this to work?Thanks