From 14fa96933a5f8d75f9493375908cadd2c44007ca Mon Sep 17 00:00:00 2001 From: Nils Petter Fremming Date: Wed, 12 Jun 2024 11:21:46 +0200 Subject: [PATCH 1/2] Initial commit --- react-components/src/architecture/concrete/course/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-components/src/architecture/concrete/course/README.md b/react-components/src/architecture/concrete/course/README.md index ca049c2c914..368a7f79d65 100644 --- a/react-components/src/architecture/concrete/course/README.md +++ b/react-components/src/architecture/concrete/course/README.md @@ -32,7 +32,7 @@ The architecture I will introduce has been developed since the 1990s and has evo - The Reveal objects, like CAD, Point clouds etc. still live somewhere inside Reveal and cannot be used as domain objects yet. - Reveal is not a multi viewer system. This architecture support multi viewer, but cannot use it. - I have not implemented any save and load data from CDF. This will come later. -- I have dropped several more advanced features in the architecture (for instance factories), because of the code review system we have. Unfortunate, in Cognite there is no culture for adding thing we may need in the future. +- I have dropped several more advanced features in the architecture (for instance factories), because of the code review system we have. Instead of sliders you will during the course (hopefully) be able to make functionality to create, manipulate and delete your own domain objects. I have build up the same object in the code myself and made it as good as possible. This is called `ExampleDomainObject` and should be used as a good and simple start point for similar and hopefully more advanced functionality. I will maintain and develop this further along with new concepts. From e3a48f67ced85572ec1bb1a6bdb2e6060cdc4b2d Mon Sep 17 00:00:00 2001 From: Nils Petter Fremming Date: Wed, 12 Jun 2024 11:27:22 +0200 Subject: [PATCH 2/2] Update README.md --- react-components/src/architecture/concrete/course/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-components/src/architecture/concrete/course/README.md b/react-components/src/architecture/concrete/course/README.md index 368a7f79d65..3d7902c1a87 100644 --- a/react-components/src/architecture/concrete/course/README.md +++ b/react-components/src/architecture/concrete/course/README.md @@ -32,7 +32,7 @@ The architecture I will introduce has been developed since the 1990s and has evo - The Reveal objects, like CAD, Point clouds etc. still live somewhere inside Reveal and cannot be used as domain objects yet. - Reveal is not a multi viewer system. This architecture support multi viewer, but cannot use it. - I have not implemented any save and load data from CDF. This will come later. -- I have dropped several more advanced features in the architecture (for instance factories), because of the code review system we have. +- I have dropped several more advanced features in the architecture (for instance factories). Instead of sliders you will during the course (hopefully) be able to make functionality to create, manipulate and delete your own domain objects. I have build up the same object in the code myself and made it as good as possible. This is called `ExampleDomainObject` and should be used as a good and simple start point for similar and hopefully more advanced functionality. I will maintain and develop this further along with new concepts.