At the moment the Finos app directory listed at https://directory.fdc3.finos.org/v2/apps/ only lists (as far as I can tell) FDC3 2.0 apps that will not work with a FDC3 2.2 web desktop agent as they do not use getAgent().
It would probably be a good idea if the app directory specified which version of FDC3 an app was written against. Possibly we need a supported feature list as well.
For example. If I show a list of applications to open or that can handle an intent I want to filter out all the applications that do not use getAgent() as they will not work with my desktop agent.
At the moment the Finos app directory listed at https://directory.fdc3.finos.org/v2/apps/ only lists (as far as I can tell) FDC3 2.0 apps that will not work with a FDC3 2.2 web desktop agent as they do not use
getAgent().It would probably be a good idea if the app directory specified which version of FDC3 an app was written against. Possibly we need a supported feature list as well.
For example. If I show a list of applications to open or that can handle an intent I want to filter out all the applications that do not use
getAgent()as they will not work with my desktop agent.