Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Merge pull request #104 from catenax-ng/docs/convert_png_to_mermaid
Browse files Browse the repository at this point in the history
docs(frontend): Change docs from png to mermaid references
  • Loading branch information
fabiodmota authored Feb 26, 2024
2 parents 04b43b6 + 3f8061b commit 16192b5
Show file tree
Hide file tree
Showing 32 changed files with 1,073 additions and 36 deletions.
1,080 changes: 1,044 additions & 36 deletions docs/Arc42-Documentation.md

Large diffs are not rendered by default.

Binary file not shown.
Binary file removed docs/Images/DashBoardResource_getBpnCountrys.jpg
Binary file not shown.
Binary file removed docs/Images/DashBoardResource_getCompanyBpns.jpg
Binary file not shown.
Binary file removed docs/Images/DashBoardResource_getCountrys.jpg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/Images/DashBoardResource_getYears.png
Binary file not shown.
Binary file removed docs/Images/DashBoardResource_ratingsByYear.png
Binary file not shown.
Binary file removed docs/Images/DashBoardResource_saveRanges.jpg
Binary file not shown.
Binary file removed docs/Images/DashBoardResource_uploadFile.png
Binary file not shown.
Binary file removed docs/Images/DashBoardResource_userRanges.png
Binary file not shown.
Binary file removed docs/Images/diagram_compenent.png
Binary file not shown.
Binary file removed docs/Images/image2022-10-10_17-17-20.png
Binary file not shown.
Binary file removed docs/Images/image2022-10-10_17-33-9.png
Binary file not shown.
Binary file removed docs/Images/image2022-10-10_17-4-35.png
Binary file not shown.
Binary file removed docs/Images/image2022-10-10_17-42-14.png
Binary file not shown.
Binary file removed docs/Images/image2022-10-11_9-12-26.png
Binary file not shown.
Binary file removed docs/Images/image2022-10-11_9-13-22.png
Binary file not shown.
Binary file removed docs/Images/image2022-10-13_16-45-20.jpg
Binary file not shown.
Binary file removed docs/Images/image2023-1-11_13-23-10.jpg
Binary file not shown.
Binary file removed docs/Images/image2023-1-11_9-40-3.jpg
Binary file not shown.
Binary file removed docs/Images/image2023-1-11_9-48-39.jpg
Binary file not shown.
Binary file removed docs/Images/image2023-1-11_9-49-15.jpg
Binary file not shown.
Binary file removed docs/Images/image2023-1-11_9-49-32.jpg
Binary file not shown.
Binary file removed docs/Images/image2023-1-11_9-58-21.jpg
Binary file not shown.
Binary file removed docs/Images/image2023-1-11_9-58-28.jpg
Diff not rendered.
Binary file removed docs/Images/image2023-1-11_9-58-31.jpg
Diff not rendered.
Binary file removed docs/Images/image2023-1-11_9-58-36.jpg
Diff not rendered.
Binary file removed docs/Images/image2023-1-11_9-58-39.jpg
Diff not rendered.
Binary file removed docs/Images/image2023-1-15_21-49-22.png
Diff not rendered.
29 changes: 29 additions & 0 deletions docs/mermaid/company_user.mermaid
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
classDiagram
class CompanyUserUI {
<<component>>
}
class WorldMapView {
<<component>>
}
class AvailableRatings {
<<component>>
}
class AvailableRanges {
<<component>>
}
class BPNTable {
<<component>>
}
class CountryPicker {
<<component>>
}
class CompanyView {
<<component>>
}

CompanyUserUI --|> WorldMapView : Interface
CompanyUserUI --|> AvailableRatings : Interface
CompanyUserUI --|> AvailableRanges : Interface
CompanyUserUI --|> BPNTable : Interface
CompanyUserUI --|> CountryPicker : Interface
CompanyUserUI --|> CompanyView : Interface

0 comments on commit 16192b5

Please # to comment.