You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by "Serge Huber (Jira)" <ji...@apache.org> on 2020/01/28 15:22:01 UTC

[jira] [Created] (UNOMI-264) Implement findProfile field

Serge Huber created UNOMI-264:
---------------------------------

             Summary: Implement findProfile field
                 Key: UNOMI-264
                 URL: https://issues.apache.org/jira/browse/UNOMI-264
             Project: Apache Unomi
          Issue Type: Sub-task
          Components: core
            Reporter: Serge Huber
             Fix For: 2.0.0


Implement the find profile field from the spec: 

https://github.com/oasis-tcs/cxs-cdp/blob/master/server/schemas/profiles.js#L73

findProfiles(filter: CDP_ProfileFilterInput, orderBy: [CDP_OrderByInput], first: Int, after: String, last: Int, before: String) : CDP_ProfileConnection

This is more tricky because of the need to implement the CDP_ProfileFilterInput object that can be a little complex.

Again integration tests would be great to have along with this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)