Replies: 4 comments 12 replies
-
Some initial thoughts:
My vote: something like this:
|
Beta Was this translation helpful? Give feedback.
-
@dkmiller I don't quite understand the conclusion of the team thread. Is it to embed the code into the docker image? Coz that won't work in this case since the images are updated to MCR. |
Beta Was this translation helpful? Give feedback.
-
To finalize the discussion, here's what we are gonna do. Long Term - Shrike+additional_includes
Short Term - before shrike
|
Beta Was this translation helpful? Give feedback.
-
Is there a place in this repository for pipelines that would consume from these components? I see two kind of pipelines that could relevant here:
I can see pros/cons of adding them in the assets repo:
|
Beta Was this translation helpful? Give feedback.
-
This is the repo we are using to add built-in assets. First thing to discuss is the folder structure:
Here are a few options:
Of course, we could do a combination too, by default suggest Option 1 as best practice, but accept Option 3 too.
Option 1 is easy to understand and normally by default preferred. But it makes component code structure a bit weird, especially if multiple components are sharing code. SDK 1.5 have additional_includes. But DPV2 doesn't have the support, and intellisense doesn't work either.
Some repo for reference
Beta Was this translation helpful? Give feedback.
All reactions