Laeserin on Nostr: For those who aren't familiar with PlantUML, it allows you to describe a diagram in ...
For those who aren't familiar with PlantUML, it allows you to describe a diagram in human-readable text, and then it displays it as a picture.
So, your text would contain code like this:
``` PlantUML
@startuml
left to right direction
skinparam packageStyle rectangle
actor Professor
actor Student
actor Staff
rectangle University-System {
Professor --> (Grade Exam)
Professor --> (Manage Course)
Professor ---> (Access Course Information)
Student ---> (Access Course Information)
Student ---> (Enroll in Course)
Staff ---> (Access Course Information)
Staff ---> (Manage Course)
}
@enduml
```
And that would give you a picture in Alexandria like this:
Published at
2024-09-07 07:34:25Event JSON
{
"id": "416e2e21a826190d265e4ed79dcb5a88382d0959f844bea17efb6f6e5b0981b6",
"pubkey": "dd664d5e4016433a8cd69f005ae1480804351789b59de5af06276de65633d319",
"created_at": 1725694465,
"kind": 1,
"tags": [
[
"e",
"cfd6d103238b48e998c07065408fcb7a9443546888adeb7d0be616fe3b60c089",
"wss://theforest.nostr1.com/",
"root"
],
[
"e",
"cdfe482a1ef10d1533a0ab93b546b0bbfdbe619e29953e34b91470a0714b635a",
"wss://theforest.nostr1.com/",
"reply"
],
[
"client",
"noStrudel",
"31990:266815e0c9210dfa324c6cba3573b14bee49da4209a9456f9484e5106cd408a5:1686066542546"
]
],
"content": "For those who aren't familiar with PlantUML, it allows you to describe a diagram in human-readable text, and then it displays it as a picture.\nSo, your text would contain code like this: \n\n``` PlantUML\n@startuml\n\nleft to right direction\nskinparam packageStyle rectangle\n\nactor Professor\nactor Student\nactor Staff\n\nrectangle University-System {\n Professor --\u003e (Grade Exam)\n Professor --\u003e (Manage Course)\n Professor ---\u003e (Access Course Information)\n Student ---\u003e (Access Course Information) \n Student ---\u003e (Enroll in Course)\n Staff ---\u003e (Access Course Information)\n Staff ---\u003e (Manage Course) \n}\n\n@enduml\n```\n\nAnd that would give you a picture in Alexandria like this: \nhttps://blog.jetbrains.com/wp-content/uploads/2020/07/plantuml-usecase-diagram.png",
"sig": "9803adeae25ef8a1531beeed317f7022c79061402d77a0913627107e25b780cc00d60c9d5a24fa3755a37c1abf042818b43d1495be2bb8978fc93993b7135968"
}