Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend configuration object to support include and asset location #300

Open
Stephanevg opened this issue Mar 5, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Stephanevg
Copy link
Owner

Extend the configuration object to be able to clearly distinguish project and module includes & assets

This is how the configuration object currently looks like
image

Two ways of doing this:

1

We extend the include and asset classes to contain a new propety of location that could have a value of Module or project.

And add a new methods on the configuration class:
getAssetByLocation([LocationType]$Type)

this would go in the direction of #252 as well

2

we seperate assets and includes based on the location type and put them in an collection attached to the configuration object.

3

Do a combination of both sections.

@Stephanevg Stephanevg changed the title Extend configuration object Extend configuration object to support include and asset location Mar 5, 2023
@Stephanevg Stephanevg added the enhancement New feature or request label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant