You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
All of the current desciption enhancers act upon the Payload - i.e. they don't really care about the resource.
This is not to say that enhancers can't act on the resource itself (e.g. actual files) but just that currently none of the do.
We can extract the Description stuff into a separate component that acts upon objects of any type, not just PuliResource instances.
CmfResource instances can still be supported - we just make a PuliResource enhancer which is a "proxy" to the descrition for the payload and other Puli resources (e.g. FileResource) can still be handled.
The text was updated successfully, but these errors were encountered:
All of the current desciption enhancers act upon the Payload - i.e. they don't really care about the resource.
This is not to say that enhancers can't act on the resource itself (e.g. actual files) but just that currently none of the do.
We can extract the Description stuff into a separate component that acts upon objects of any type, not just
PuliResource
instances.CmfResource
instances can still be supported - we just make aPuliResource
enhancer which is a "proxy" to the descrition for the payload and other Puli resources (e.g. FileResource) can still be handled.The text was updated successfully, but these errors were encountered: