diff --git a/rfcs/0011-consume-prebuilt-projects.md b/rfcs/0011-consume-prebuilt-projects.md index 6dbf8775ce..98673e1130 100644 --- a/rfcs/0011-consume-prebuilt-projects.md +++ b/rfcs/0011-consume-prebuilt-projects.md @@ -55,6 +55,13 @@ As described in [RFC 0010 UI5 Builder-Bundling Refactoring](https://github.com/S 1. ~generateLibraryPreload~ *(removed with https://github.com/SAP/ui5-builder/pull/734)* 1. generateStandaloneAppBundle *(to bundle required runtime resources)* - Note: `build --all` is already recommended for self-contained builds in order to generate required theme resources which are not part of the standalone app bundle. +### Introduce Project Graph + + +![UI5 Project: Graph Components](./resources/UI5_Project_Graph_Components.png) + +![UI5 Project: Specification Class Diagram](./resources/UI5_Project_Specification_Class_Overview.png) + diff --git a/rfcs/resources/UI5_Project_Graph_Components.png b/rfcs/resources/UI5_Project_Graph_Components.png new file mode 100755 index 0000000000..9c1881a044 Binary files /dev/null and b/rfcs/resources/UI5_Project_Graph_Components.png differ diff --git a/rfcs/resources/UI5_Project_Specification_Class_Overview.png b/rfcs/resources/UI5_Project_Specification_Class_Overview.png new file mode 100755 index 0000000000..d35451436a Binary files /dev/null and b/rfcs/resources/UI5_Project_Specification_Class_Overview.png differ