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

Kanban Board #5342

Open
nitsanavni opened this issue Feb 29, 2024 · 1 comment
Open

Kanban Board #5342

nitsanavni opened this issue Feb 29, 2024 · 1 comment
Labels

Comments

@nitsanavni
Copy link

Proposal

TODO lists and plans are very useful things to have in repositories.
If we could wrap them in

```mermaid
Type: Kanband
TODO
...
DOING
...
DONE
...
```\

It could make it a nicer UX.

Use Cases

Per repository lightweight planning.

Screenshots

No response

Syntax

No response

Implementation

None

@nitsanavni nitsanavni added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request Type: New Diagram labels Feb 29, 2024
@sidharthv96
Copy link
Member

sidharthv96 commented Mar 1, 2024

Love the idea!

A gammar like this would scale better, and is similar to what we already have with other diagarms in mermaid.

kanban-beta
Column1
  task1["Optional unicode string"]
  task2["IDs cannot have spaces"]
Column2
  task3
  task4["`Line1
    **Bold**
    Line 3`"]
Column3
...

style task1 color:red
style task1,task2 border:1px

Interested contributors can refer to the following PRs on how to use Langium to add a new diagram.

@sidharthv96 sidharthv96 added Contributor needed Status: Approved Is ready to be worked on and removed Status: Triage Needs to be verified, categorized, etc labels Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants