Commit 27543add authored by Evren Kutar's avatar Evren Kutar

add activity diagrams of puml

parent 387d22ea
@startuml
(*) --> "Kullanıcı Girdisi"
if "client \n validation \n check" then
-->[true] "AJAX call request"
--> "server"
if "http status" then
-->[200] "callback(response)"
--> "Görünümü güncelle"
else
-->[4xx-5xx] "Görünümü HATA ile güncelle"
endif
else
--->[false] "Kullanıcı Girdisi"
endif
@enduml
\ No newline at end of file
@startuml
(*) --> "Kullanıcı Girdisi"
--> "ajax call (request) \n get_static_ui_elements()"
--> "sunucu"
if "http status" then
--->[200] "callback(response)"
---> "Görünümü güncelle"
else
if "sayac < 3" then
note right: 3 kez sunucudan aynı requesti yapar. \n yine hata dönerse görünümü hata ile günceller
--->[false] "Görünümü HATA ile güncelle"
else
-left->[true] "sunucu"
endif
endif
@enduml
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment