-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Concepts are not clear with NestedManifest and Manifest. This will lead to problems when repository and all hmt-servers products grow.
When new field is added to Manifest it's required (?) for NestedManifest as well. At least it's hard to say when it's needed and when it's not. This will lead to code duplication and it should be avoided always.
If manifest would inherit from nested manifest duplicate fields would be only in NestedManifest. And maybe NestedManifest could be called BaseManifest with a good description that tells where that's used and what should be in it.