Skip to content

Replace image diagram with mermaid equivalent #1436

@illicitonion

Description

@illicitonion

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
```

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions