Adjacent routes — click a node to open it.taskflow
flowchart TD
A["Start: owner opens produits"] --> B["/owner/produits/"]
B --> C["Review catalog"]
C --> D{"Action?"}
D -->|Create| E["Add category"]
D -->|Edit| F["Edit category"]
D -->|Toggle visibility| G["Publish / unpublish"]
D -->|Reorder| H["Update order"]
E --> I["Save category"]
F --> I
G --> I
H --> I
I --> J["End: catalog updated"]
click B "https://mickael-umt.com/owner/produits/" "Open Products"
click J "https://mickael-umt.com/owner/produits/" "Open Products"