Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update pr and pr_commits and domain_layer_model #521

Merged
merged 2 commits into from
May 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
284 changes: 143 additions & 141 deletions docs/DataModels/DevLakeDomainLayerSchema.md

Large diffs are not rendered by default.

18,564 changes: 18,564 additions & 0 deletions static/img/DomainLayerSchema/domain_layer_model.ndm2

Large diffs are not rendered by default.

437 changes: 293 additions & 144 deletions static/img/DomainLayerSchema/domain_layer_model_v0.17-beta3.ndm2

Large diffs are not rendered by default.

17,979 changes: 17,979 additions & 0 deletions static/img/DomainLayerSchema/schema-diagram-v0.15.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
19,523 changes: 9,854 additions & 9,669 deletions static/img/DomainLayerSchema/schema-diagram-v0.17-beta3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20,357 changes: 10,512 additions & 9,845 deletions static/img/DomainLayerSchema/schema-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This is the up-to-date domain layer schema for DevLake v0.10.x. Tables (entities


### Schema Diagram
![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram.png)
![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram-v0.14.png)

When reading the schema, you'll notice that many tables' primary key is called `id`. Unlike auto-increment id or UUID, `id` is a string composed of several parts to uniquely identify similar entities (e.g. repo) from different platforms (e.g. Github/Gitlab) and allow them to co-exist in a single table.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This is the up-to-date domain layer schema for DevLake v0.10.x. Tables (entities


### Schema Diagram
![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram.png)
![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram-v0.14.png)

When reading the schema, you'll notice that many tables' primary key is called `id`. Unlike auto-increment id or UUID, `id` is a string composed of several parts to uniquely identify similar entities (e.g. repo) from different platforms (e.g. Github/Gitlab) and allow them to co-exist in a single table.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is the up-to-date domain layer schema for DevLake v0.10.x. Tables (entities


### Schema Diagram
![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram.png)
![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram-v0.14.png)

When reading the schema, you'll notice that many tables' primary key is called `id`. Unlike auto-increment id or UUID, `id` is a string composed of several parts to uniquely identify similar entities (e.g. repo) from different platforms (e.g. Github/Gitlab) and allow them to co-exist in a single table.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is the up-to-date domain layer schema for DevLake v0.10.x. Tables (entities


### Schema Diagram
[![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram.png)](/img/DomainLayerSchema/schema-diagram.png)
[![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram-v0.14.png)](/img/DomainLayerSchema/schema-diagram-v0.14.png)

When reading the schema, you'll notice that many tables' primary key is called `id`. Unlike auto-increment id or UUID, `id` is a string composed of several parts to uniquely identify similar entities (e.g. repo) from different platforms (e.g. Github/Gitlab) and allow them to co-exist in a single table.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This is the up-to-date domain layer schema for DevLake v0.10.x. Tables (entities

### Schema Diagram

[![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram.svg)](/img/DomainLayerSchema/schema-diagram.svg)
[![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram-v0.15.svg)](/img/DomainLayerSchema/schema-diagram-v0.15.svg)

When reading the schema, you'll notice that many tables' primary key is called `id`. Unlike auto-increment id or UUID, `id` is a string composed of several parts to uniquely identify similar entities (e.g. repo) from different platforms (e.g. Github/Gitlab) and allow them to co-exist in a single table.

Expand Down
279 changes: 140 additions & 139 deletions versioned_docs/version-v0.17/DataModels/DevLakeDomainLayerSchema.md

Large diffs are not rendered by default.