Adding ticket handling

This commit is contained in:
Knut Sveidqvist
2024-10-10 08:23:58 -07:00
parent 93f2c241b8
commit 290c678dc7
16 changed files with 415 additions and 128 deletions

View File

@@ -84,19 +84,27 @@
<body>
<pre id="diagram4" class="mermaid">
---
config:
kanban:
ticketBaseUrl: 'https://mermaidchart.atlassian.net/browse/#TICKET#'
---
kanban
id1[Todo]
id2[Create JISON]
id3[Update DB function]
id4[Create parsing tests]
id6[Create renderer so that it works in all cases. We also add som extra text here for testing purposes.]
id66[last item]
docs[Create Documentation]
docs[Create Blog about the new diagram]
id7[In progress]
id8[Design grammar]
id9[Ready for deploy]
id10[Ready for test]
id5[define getData]
id11[Done]
id6[Create renderer so that it works in all cases. We also add som extra text here for testing purposes. And some more just for the extra flare.]
id8[Design grammar]@{ assigned: 'knsv' }
id5[define getData]
id2[Title of diagram is more than 100 chars when user duplicates diagram with 100 char]@{ ticket: MC-2036, priority: 'Very High'}
id3[Update DB function]@{ ticket: MC-2037, assigned: knsv, priority: 'High' }
id4[Create parsing tests]@{ ticket: MC-2038, assigned: 'K.Sveidqvist', priority: 'High' }
id66[last item]@{ priority: 'Very Low', assigned: 'knsv' }
id12[Can't reproduce]
</pre>
<script type="module">