Skip to content

Commit

Permalink
Update Dependency Graph and SVG image (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: naipaka-s-pr-writer[bot] <189421621+naipaka-s-pr-writer[bot]@users.noreply.github.com>
  • Loading branch information
naipaka-s-pr-writer[bot] authored Dec 12, 2024
1 parent db286de commit 17b3c8a
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 97 deletions.
17 changes: 7 additions & 10 deletions docs/dependency_graph.dot
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
digraph packages {
size="10"; ratio=fill;
ads [shape="box"; color="#465953"];
db_client [shape="box"; color="#c4fbfc"];
diary [shape="box"; color="#2c56bd"];
i18n [shape="box"; color="#d7afc5"];
Expand All @@ -13,7 +12,6 @@ digraph packages {
widgets [shape="box"; color="#3ed5a4"];
diary -> db_client [style="filled"; color="#c4fbfc"];
diary -> utils [style="filled"; color="#f548cf"];
onepage -> ads [style="filled"; color="#465953"];
onepage -> db_client [style="filled"; color="#c4fbfc"];
onepage -> diary [style="filled"; color="#2c56bd"];
onepage -> i18n [style="filled"; color="#d7afc5"];
Expand All @@ -24,14 +22,6 @@ digraph packages {
onepage -> utils [style="filled"; color="#f548cf"];
onepage -> widgets [style="filled"; color="#3ed5a4"];
provider_utils -> utils [style="filled"; color="#f548cf"];
subgraph "cluster packages/features" {
label="packages/features";
color="#f62736";
ads;
diary;
scroll_calendar;
update_requester;
}
subgraph "cluster packages/core" {
label="packages/core";
color="#7bbd47";
Expand All @@ -42,6 +32,13 @@ digraph packages {
utils;
widgets;
}
subgraph "cluster packages/features" {
label="packages/features";
color="#f62736";
diary;
scroll_calendar;
update_requester;
}
subgraph "cluster packages" {
label="packages";
color="#6b4949";
Expand Down
162 changes: 75 additions & 87 deletions docs/dependency_graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 17b3c8a

Please sign in to comment.