Online-Colaborations-Tools
Categories:
- Online Collaboration Tools
- Chat
- Web App Design und Run
- Draw Editor - Whiteborad
- BPMN Suites
- Multiuser Text Editor
- Office - Word - Excel - Powerpoint
- Online Feedback
- Projekt-Management

Online Collaboration Tools
Chat
Libra Chat (ohne Anmeldung)


https://web.libera.chat/#IIT2023
Web App Design und Run
Flutter Flow



Draw Editor - Whiteborad
Multiuser Draw Editor Excalidraw (OSS) ohne Anmeldung

https://github.com/excalidraw/excalidraw
draw.io Online Zeichen - Editor (OSS) / ohne Anmeldung
https://github.com/jgraph/drawio
UML KD

Auswahl Vorlagen

EPK

bpmn.io (ohne Anmeldung ) - von camunda



https://demo.bpmn.io/
Token Simulation
https://github.com/bpmn-io/bpmn-js-token-simulation
GenMyModel

Generators

Projekt Type Selection

UML - Diagram Typen

Beispiel BPMN mit Animation

Beispiel UML Klassendiagramm


Beispiel Komponenten Diagramm

Beispiel UML Usecase

Miro Board



PlantUML - Generator
Liste der Modellierungs-Diagramm-Sprachen

https://plantuml.com/sitemap-language-specification
https://crashedmind.github.io/PlantUMLHitchhikersGuide/layout/layout.html
Beispiel Usecase Diagram
@startuml
left to right direction
skinparam packageStyle rectangle
actor customer
actor clerk
rectangle checkout {
customer -- (payment)
(payment) -- clerk
}
@enduml

@startuml
' left to right direction
skinparam packageStyle rectangle
actor customer
actor clerk
rectangle checkout {
customer -- (payment)
(payment) - clerk
(payment) ..>(identification) : <<include>>
(help) .> (payment) : <<extends>>
}
@enduml

Beispiel Class Diagram
@startuml
left to right direction
'top to bottom direction
class Haus {
wand:Wand
}
Haus --- "abmessung" Abmessung3d
class Raum {
raumnummer: String
}
Raum ---"abmessung" Abmessung3d
class Abmessung3d{
länge_cm: double
breite_cm: double
höhe_cm: double
}
class Wand {
berechneOberfläche(): double
}
Wand "1"--"abmessung" Abmessung3d
class Farbe {
name: String
rbg: int
}
class Tür
Tür --"abmessung" Abmessung3d
Tür "1"--"0..*" Fenster
class Fenster
Fenster --"abmessung" Abmessung3d
class Gebäude
Wand "1"--"0..*" Tür
Gebäude <|--Haus
Haus "1"*--- "1..*" Raum
Raum "1"---"1..*" Wand
Wand "1"---"0..*" Fenster
Wand "1..*"---"farbe" Farbe
@enduml

BPMN Suites
Signavio - Academic

Beispiel BPMN Token

Beispiel EPK

Beispiel UML Klassendiagramm

Beispiel UML Usecase Diagramm

https://academic.signavio.com/p/explorer
Camunda

Camunda Formular Builder

Multiuser Text Editor
Etherpad - OSS



Testinstanz: https://etherpad.wikimedia.org/
Sites That Run Etherpad:
https://github.com/ether/etherpad-lite/wiki/Sites-That-Run-Etherpad#sites-that-run-etherpad
https://etherpad.org/#/#download https://github.com/ether/etherpad-lite
https://de.m.wikipedia.org/wiki/Etherpad
Office - Word - Excel - Powerpoint
Google Documents
MS Teams
CryptPad (ohne Anmeldung)


Beispiel Multiuser - Whiteboard



Online Feedback
Mentimeter
Padlet -


https://padlet.com/dashboard/gallery/all
Projekt-Management
Jira - Confluence
Beispiel Zeitleiste Gantt

Beispiel Kanban Board



Written on May 6, 2024