Hello,
what is direct dependency and indirect dependency means in discovery?
how to resolve which one should focus on first
Dependencies are not something to be "resolved", they're a relationship between modules or applications where one, the producer, is consumed by the other, the consumer.
You have strong and weak dependencies, maybe that's what you are trying to find out?
strong / weak are totally different concepts than direct/indirect
I am perfectly aware, Daniel.
Thanks Picco for the response, In discovery in escape cycle section, shows some graphic representation. in that it is telling direct and indirect dependency what does mean?
Hi,
See this picture:
The side reference is a direct dependency between enduser module A to B that brings a long a list of indirect depedencies to modules D, E and G. When you want to deploy A you now have to deploy B,D,E and G along. This is why side references are not desired, as your list of modules to deploy as a unit grows unessary,
For information see:
https://success.outsystems.com/documentation/best_practices/architecture/designing_the_architecture_of_your_outsystems_applications/validating_your_application_architecture/
-- Daniel