|
1 | 1 | # Dependency Graph |
2 | | -[](https://github.com/NovoaDev/Dependency-Graph-BCExt/blob/main/README.md) |
3 | | -[](https://github.com/NovoaDev/Dependency-Graph-BCExt/blob/main/README.es-ES.md) |
4 | | - |
5 | 2 | Small tool designed to create a graph showing installed extensions and their respective dependencies, all from the **Business Central** environment in which the extension is running. In addition, it allows you to preview and download the generated text to easily add it to the client's documentation in Markdown format. <br> <br> |
6 | 3 | **PS:** <br> |
7 | 4 | Although there are numerous more advanced tools available, this one has been created for the simple purpose of practice, but it could prove useful for other users. |
8 | 5 |
|
9 | | -## Prerequisites |
| 6 | +## Usage |
| 7 | + |
| 8 | + |
| 9 | +## Previous configuration |
10 | 10 | ### Azure |
11 | 11 | #### Create App registrations |
12 | 12 | **Supported account types:** <br> |
@@ -48,26 +48,4 @@ Features to include for chart generation: <br> |
48 | 48 | Historical. |
49 | 49 |
|
50 | 50 | - Dependency graph <br> |
51 | | -Action to access the data generation page for the graph. |
52 | | - |
53 | | -## Show in dependency graph page |
54 | | - |
55 | | -### Extensions subpage |
56 | | -List of installed extensions. We can modify the field **Display name** and **Show in chart**. Every time we uncheck the **Show in graph** option of an extension with dependencies, we will have to generate the data from the relationship table again. This is done by the action on the subpage named **Update Relationship Table**. |
57 | | - |
58 | | -### Relationships subpage |
59 | | -List of relationships between extensions. We can modify the **Link text** field to add a text between dependencies and **Show in graphic**. |
60 | | - |
61 | | -### Actions |
62 | | -#### Generate data |
63 | | -The button generates the data in the intermediate tables that are related to the subpages corresponding to the **extensions** and **relationships** sections. These tables are the ones we will use to customize the graph. |
64 | | -### Display dependency graph |
65 | | -The button will open a new page where we can see the graph as a draft. |
66 | | - |
67 | | - |
68 | | -### Download Markdown as a .md |
69 | | -The button will download an .md file with the content of the chart, which you can easily add to any document. |
70 | | - |
71 | | - |
72 | | -**Note:** <br> |
73 | | -Both for the action of viewing and downloading the graph, it will be generated using the data found in the extensions and relationships subpages, which must be marked with the Show in graph option. |
| 51 | +Action to access the data generation page for the graph. |
0 commit comments