finos / FDC3

An open standard for the financial desktop.
https://fdc3.finos.org
Other
201 stars 132 forks source link

Allow an AppD application record to reference other apps that are *required* for it to run #674

Open kriswest opened 2 years ago

kriswest commented 2 years ago

Enhancement Request

Allow an AppD application record to reference other apps that are required to enable or support it.

Use Case:

Although FDC3 enables dynamic links between apps through channels and intents, there are situations where another app is required for the application to work. For example:

Although many FDC3 Desktop Agents will plug directly into an AppD, making all the contained apps available, there are administrative situations where an appD record needs to be 'installed' or 'imported' (copied from an external appD to an internal one) or an 'entitlement' configured within a single appD (authentication can be used to filter applications returned from an appD by the user role). In these situations, the dependency relationships that required-applications would document enable the implementation of these management functions, without the admin needing to know these relationships independently.

Although this issue proposes a simple list of appIds for required-applications, it could be extended to express further requirements such as the required apps needing to be already running/launched automatically when an app that depends on them is started. This wouldn't be needed where they can be started via a raised intent, but might be for integrations involving channels.

Additional Information

Note: the Web Application manifest contains a similar related-applications member (currently at risk), which serves a different use-case: linking to other other implementations or versions of the same application (for example a native mobile app version of a web app). However, this issue has drawn inspiration from it.

kriswest commented 2 years ago

Notes from #802: