-
Type: User story
-
Status: Open
-
Priority: Critical
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: feature-relations
-
Component/s: Features Relations
-
Epic Link:
-
Tags:
As a developer, my relations endpoint is now able to list inbound relations. The payload should look like:
{ featureType: String, featureId: String, outbounds: [ { featureType: String, featureId: String, }, ... inbounds: [ { featureType: String, featureId: String, }, ... ] }
AC
- A generic endpoint is available
- It can be used for doctypes at this stage
- It lists the following inbound relations
- ActionFeature (User Action) :
- filter rule
- DocumentFeature (Doc type) :
- container
- parentDoc
- accepted children if folderish
- EventFeature (Event handlers) :
- filter rule
- WorkflowFeature :
- filter rule
- TemplateFeature ( Content template)
- target doctype
- ActionFeature (User Action) :
- is required by
-
NXS-5814 Resolving kind of feature
- Open