Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Style] Activity: Allow to style SDL on Repeat While loop. #1707

Open
The-Lum opened this issue Mar 5, 2024 · 1 comment
Open

[Style] Activity: Allow to style SDL on Repeat While loop. #1707

The-Lum opened this issue Mar 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@The-Lum
Copy link
Collaborator

The-Lum commented Mar 5, 2024

Context

Observed on:

And to follow:

Wanted feature

  • Could you allow style on SDL shape on Repeat While loop?

Example

@startuml
<style>
.input {
  BackgroundColor  #ee1100
}
.output {
  BackgroundColor  #ff4422
}
.procedure {
  BackgroundColor  #feae2d
}
.load {
  BackgroundColor  #69d025
}
.save {
  BackgroundColor  #12bdb9
}
.continuous {
  BackgroundColor #3311bb
}
.task {
  BackgroundColor  #442299
}
</style>

start
  repeat :Input; <<input>>
  :Input; <<input>>
  repeat while (Successful?) is (NO)
  ->YES;
  repeat :Output; <<output>>
  :Output; <<output>>
  repeat while (Successful?) is (NO)
  ->YES;
  repeat :Procedure; <<procedure>>
  :Procedure; <<procedure>>
  repeat while (Successful?) is (NO)
  ->YES;
  repeat :Load; <<load>>
  :Load; <<load>>
  repeat while (Successful?) is (NO)
  ->YES;
  repeat :Save; <<save>>
  :Save; <<save>>
  repeat while (Successful?) is (NO)
  ->YES;
  repeat :Continuous; <<continuous>>
  :Continuous; <<continuous>>
  repeat while (Successful?) is (NO)
  ->YES;
  repeat :Task; <<task>>
  :Task; <<task>>
  repeat while (Successful?) is (NO)
  ->YES;
end
@enduml

Regards,
Th.

@github-actions github-actions bot added the triage label Mar 5, 2024
@sohmuijai
Copy link

+1 please

@The-Lum The-Lum added enhancement New feature or request and removed triage labels Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants