User:NitramLegov/Playground: Difference between revisions

From CoMakingSpace Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
<mermaid> flowchart TB
<mermaid> flowchart TB
Start(30 Minutes before end of Calendar Event) --> Condition[Get garbage collection in the next 7 days]
Start(30 Minutes before end of Calendar Event) --> Condition[Get garbage collection in the next 7 days]
subgraph repeat1[Repeat 130 Times (~30 Minutes)]
subgraph repeat1[Repeat 130 Times]
Condition --> GarbageCan{Which Garbage can?}
Condition --> GarbageCan{Which Garbage can?}
end
end
</mermaid>
</mermaid>

Revision as of 23:34, 11 December 2024

Repeat 130 Times
Which Garbage can?
Get garbage collection in the next 7 days
30 Minutes before end of Calendar Event