You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,20 @@ Regarding keeping track of pretty much any kind of decision that the team takes,
25
25
26
26
Given the simplicity of this project and that I am the only contributor, I've decided not to use them.
27
27
28
+
### Tools
29
+
30
+
#### PlantUML
31
+
32
+
As a textual DSL for diagrams. [Refer to the official docs](https://plantuml.com/).
33
+
34
+
It's my tool of choice given it is free software (under GPL-3.0) and supports changing the arrows orientation (something `Mermaid` does not).
35
+
36
+
It's also worth mentioning [PlantText](https://www.planttext.com/) as an online PlantUML editor.
37
+
38
+
#### GitHub Alerts
39
+
40
+
Usage of [Alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) in order to remark some info and lighten the burden of having to read extensive paragraphs.
41
+
28
42
# Backend
29
43
30
44
In ASP.NET Core, using EntityFramework ORM for handling the persistence.
0 commit comments