diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..063f420 --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +site/ +.DS_Store +.texpadtmp +*.aux +*.bbl +*.bcf +*.blg +*.fls +*.glo +*.glg +*.gls +*.glsdefs +*.idx +*.ilg +*.ind +*.ist +*.labelTags +*.lof +*.log +*.out +*.pdf +*.run.xml +*.synctex* +*.tdo +*.sta +*.gz +*.toc +*.acn +*.acr +*.alg +*.dvi +*.lot +*.maf +*.mtc +*.mtc1 +.fdb_latexmk +!images/*.pdf +!images/*.pdf_tex +images/svg-inkscape/ +svg-inkscape/ +ekg-mm/images/svg-inkscape/ +out/ +/.project +.uuid +*.tlg +*.olg +*.tld +*.old +*.tdn +*.odn +*.pandoc.docx +.idea +*.fdb_latexmk +*.xdy diff --git a/docs/concept/.pages.yaml b/docs/concept/.pages.yaml new file mode 100644 index 0000000..e69de29 diff --git a/docs/concept/concept.md b/docs/concept/concept.md new file mode 100644 index 0000000..cb0232d --- /dev/null +++ b/docs/concept/concept.md @@ -0,0 +1,34 @@ +# Concept + +For every given Use Case we want to start with capturing the concepts and +terms that the user or "the business" uses or wants to use. + +Most of these concepts and their terms will be pre-defined in all kinds of +vocabularies but for brand-new use cases in a new domain concepts and their +terms will have to be created. + +```mermaid +classDiagram + direction RL + class Concept { + - type : ConceptType + } + class UseCase { + - vocabulary: Vocabulary + - stories: Story[] + } + link UseCase "http://localhost:8000/concept/use-case/" + UseCase --> UseCase : requires + Vocabulary "*" --> "*" Concept + Vocabulary "*" --> "*" Term + Story --> "*" Concept : input + Story --> "*" Concept : output + Term --> "1..*" Concept + %% Concept --> OntologyAxiom + Vocabulary <--> Concept + UseCase --> "1..*" Story + Persona --|> Concept + Concept --> Concept : broader + Concept --> Term : preferred + UseCase --> "1" Vocabulary : use case vocabulary +``` diff --git a/docs/concept/dataset.md b/docs/concept/dataset.md new file mode 100644 index 0000000..900f17a --- /dev/null +++ b/docs/concept/dataset.md @@ -0,0 +1,3 @@ +# Input Concept + + diff --git a/docs/concept/outcome.md b/docs/concept/outcome.md new file mode 100644 index 0000000..f0d6dc3 --- /dev/null +++ b/docs/concept/outcome.md @@ -0,0 +1,3 @@ +# Concept + + diff --git a/docs/concept/persona.md b/docs/concept/persona.md new file mode 100644 index 0000000..1b2042d --- /dev/null +++ b/docs/concept/persona.md @@ -0,0 +1 @@ +# Use Case diff --git a/docs/concept/story.md b/docs/concept/story.md new file mode 100644 index 0000000..900f17a --- /dev/null +++ b/docs/concept/story.md @@ -0,0 +1,3 @@ +# Input Concept + + diff --git a/docs/concept/use-case.md b/docs/concept/use-case.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/extra/refresh_on_toggle_dark_light.js b/docs/extra/refresh_on_toggle_dark_light.js new file mode 100644 index 0000000..e69de29