Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-25565

Suggestions on inputs

    XMLWordPrintable

    Details

    • Type: User story
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 10.3
    • Component/s: Web UI
    • Release Notes Summary:
      Suggestion integration on form inputs.
    • Epic Link:
    • Tags:
    • Sprint:
      nxGang Sprint 10.3.4, nxGang Sprint 10.3.7
    • Story Points:
      5

      Description

      As a user on a creation/edit form
      I want to receive suggestions from ML custom models
      So that I can be more productive or validate my choice

      Functional description
      When the user changes an input, the server should be able to return ML suggestion.
      They should be presented to the user on the inputs that they are referred to.
      When the user chooses a ML suggestion, the suggestion should be disable and non-clickable.

      Suggestion format

      [{
        "created": "2018-08-09T13:23:10.270Z",
        "serviceName": "xyz",
        "context": {
          "repositoryName": "test",
          "documentRef": "a29bbc51-4ea3-4270-88ee-e7e2891c5456",
          "inputProperties": ["ecm:path", "ecm:mixinType", "dc:title"]
        },
        "kind": "/classification/custom",
        "rawKey": "1c0c7710-f187-4c97-bb78-85ebae7de8aa",
        "suggestions": [{
          "property": "dc:description",
          "values": [{
            "name": "test",
            "confidence": 0.7
          }]
        }]
      }]
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 4 days, 1 hour
                  4d 1h