On https://programming.codeyourfuture.io/onboarding/sprints/1/prep/#working-locally we have an image of a diagram that could easily be done in Mermaid which would be more accessible (and easier to maintain).
It would be great to replace.
The content is in https://github.com/CodeYourFuture/curriculum/blob/main/common-content/en/module/induction/working-locally/index.md?plain=1 and there's an example mermaid chart in
|
```mermaid |
|
flowchart LR |
|
Backlog --> Ready |
|
Ready --> in_progress |
|
in_progress[In Progress] --> in_review |
|
in_review[In Review] --> Done |
|
``` |
On https://programming.codeyourfuture.io/onboarding/sprints/1/prep/#working-locally we have an image of a diagram that could easily be done in Mermaid which would be more accessible (and easier to maintain).
It would be great to replace.
The content is in https://github.com/CodeYourFuture/curriculum/blob/main/common-content/en/module/induction/working-locally/index.md?plain=1 and there's an example mermaid chart in
curriculum/common-content/en/blocks/backlog/index.md
Lines 29 to 35 in fdb2562