Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-5814

Resolving kind of feature

    XMLWordPrintable

    Details

      Description

      As a developer, the endpoint payload is enhanced with the kind of features in the outbound/inbound obj.

      We identified 3 kinds of vertex:

      • project: a feature declared in the current Project, either from a template or manually created.
      • missing: a feature that is referenced, but doesn't exist
      • registry: a feature declared in a registry (either from a Target platform or a package)

      Resulting payload is:

      {
        featureType: String,
        featureId: String,
        outbounds: [
           {
              featureType: String,
              featureId: String,
              kind: <project|missing|registry>,
           }, ...
        inbounds: [
           {
              featureType: String,
              featureId: String,
              kind: <project|missing|registry>
           }, ...
        ]
      }
      

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                akervern Arnaud Kervern
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated: