Skip to content
Snippets Groups Projects
Commit 94bea79e authored by L4136's avatar L4136
Browse files

Update pohja-tilakone.md

parent 5f8f79cc
No related branches found
No related tags found
No related merge requests found
Pipeline #437277 passed with warnings
# Tilakone -pohja
# State machine - template
Esimerkki tilakoneen piirtämisestä soveltaen Mermaid -skpritiä.
This is an example of drawing a state machine using Mermaid-script.
```mermaid
graph TD
Aloitus-->|This is the text|Työskentely
Työskentely-->|Pyydetään palautetta|Palautekeskustelu
Palautekeskustelu-->|Jatketaan työskentelyä palautteen pohjalta|Työskentely
Työskentely-->|Homma valmis?|Tarkistus
Tarkistus-->|Hyväksytään|Luovutus
Luovutus-->|Olet vapaa!!|Kotia-kohti
Tarkistus-->|Vaatii työstämistä|Työskentely
Start-->|This is the text|Working
Working-->|Ask for feedback|Feedback discussion
Feedback discussion-->|Working based on the feedback|Working
Working-->|Think you are ready?|Review
Review-->|Accepted|Delivery
Delivery-->|You are free!!|Go home
Review-->|Needs more work|Working
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment