Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Windesheim-AI-App/UML-diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickBR committed Dec 5, 2023
2 parents 868c463 + 3427c7d commit a49be35
Show file tree
Hide file tree
Showing 32 changed files with 247 additions and 80 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion fdd/use-case-diagram/milestone_1.puml

This file was deleted.

18 changes: 9 additions & 9 deletions fdd/use-case-diagram/milestone_2.puml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@startuml
left to right direction

actor User as U
actor UserWithSpecialNeeds as USN
actor User as User
actor UserWithSpecialNeeds as "User with special needs"

package "Milestone 2 - App Settings" {
[Switch Theme] as ST
Expand All @@ -14,12 +14,12 @@ package "Milestone 2 - App Settings" {
[Change Notification Settings] as CNS
}

U --> ST
U --> SL
U --> CFS
U --> MP
U --> UPP
USN --> UAF
U --> CNS
User --> ST
User --> SL
User --> CFS
User --> MP
User --> UPP
UserWithSpecialNeeds --> UAF
User --> CNS

@enduml
2 changes: 1 addition & 1 deletion fdd/use-case-diagram/milestone_3.puml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@startuml
left to right direction

actor WTRManager as Manager
actor Manager as "WTR manager"
actor User as AppUser

package "Milestone 3 - Windesheim TechRadar" {
Expand Down
2 changes: 1 addition & 1 deletion fdd/use-case-diagram/milestone_4.puml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@startuml
left to right direction

actor NewUser as NewUser
actor NewUser as "New user"
actor User as User

package "Milestone 4 - App Introduction" {
Expand Down
1 change: 0 additions & 1 deletion fdd/use-case-diagram/milestone_5.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
left to right direction

actor User as User
actor BeginnerUser as Beginner

package "Milestone 5 - Learn to Prompt" {
[Engage in Prompt Exercises] as UC5_1
Expand Down
58 changes: 0 additions & 58 deletions fdd/usecasemodel.puml

This file was deleted.

File renamed without changes.
16 changes: 12 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# UML Diagrams Repository

This repository contains UML (Unified Modeling Language) diagrams created using PlantUML. PlantUML is a text-based diagramming tool that allows you to create various types of UML diagrams from simple textual descriptions.
This repository contains UML (Unified Modeling Language) diagrams created using PlantUML.
PlantUML is a text-based diagramming tool that allows you to create various types of
UML diagrams from simple textual descriptions.

## PlantUML

### What is PlantUML?

PlantUML is an open-source tool for creating UML diagrams from plain text descriptions. It supports various types of UML diagrams, including class diagrams, sequence diagrams, activity diagrams, and more. With PlantUML, you can quickly and easily create professional-looking diagrams using a simple text-based syntax.
PlantUML is an open-source tool for creating UML diagrams from plain text descriptions.
It supports various types of UML diagrams, including class diagrams, sequence diagrams,
activity diagrams, and more. With PlantUML, you can quickly and easily create professional-looking
diagrams using a simple text-based syntax.

### How to Use PlantUML

Expand All @@ -22,8 +27,11 @@ PlantUML is an open-source tool for creating UML diagrams from plain text descri

### VSCode Extension

Within VSCode, you can use the [PlantUML extension](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml) to preview your PlantUML diagrams. This extension also provides syntax highlighting for PlantUML files.
Within VSCode, you can use the [PlantUML extension](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml) to preview your PlantUML diagrams.
This extension also provides syntax highlighting for PlantUML files.

### JetBrains Extension

Within JetBrains IDEs (e.g., IntelliJ, PyCharm, etc.), you can use the [PlantUML integration](https://plugins.jetbrains.com/plugin/7017-plantuml-integration) plugin to preview your PlantUML diagrams. This plugin also provides syntax highlighting for PlantUML files.
Within JetBrains IDEs (e.g., IntelliJ, PyCharm, etc.), you can use the [PlantUML integration](https://plugins.jetbrains.com/plugin/7017-plantuml-integration)
plugin to preview your PlantUML diagrams. This plugin also provides syntax highlighting for PlantUML
files.
1 change: 1 addition & 0 deletions render/background-collect-flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading

0 comments on commit a49be35

Please sign in to comment.