Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standard WG Meeting - August 25th, 2022 #802

Closed
12 of 21 tasks
kriswest opened this issue Aug 25, 2022 · 12 comments
Closed
12 of 21 tasks

Standard WG Meeting - August 25th, 2022 #802

kriswest opened this issue Aug 25, 2022 · 12 comments
Labels
indexed When a meeting attendance is being tracked meeting Standard WG Meeting

Comments

@kriswest
Copy link
Contributor

kriswest commented Aug 25, 2022

Date

Thursday 25 Aug 2022 - 10am EST / 3pm BST

WebEx info

More ways to join

  • Join by video system:
  • Join by phone
    • +1-415-655-0003 US Toll
    • +44-20319-88141 UK Toll
  • Access code: 665 568 411

Meeting notices

  • FINOS Project leads are responsible for observing the FINOS guidelines for running project meetings. Project maintainers can find additional resources in the FINOS Maintainers Cheatsheet.

  • All participants in FINOS project meetings are subject to the LF Antitrust Policy, the FINOS Community Code of Conduct and all other FINOS policies.

  • FINOS meetings involve participation by industry competitors, and it is the intention of FINOS and the Linux Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in, any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws. Please contact legal@finos.org with any questions.

  • FINOS project meetings may be recorded for use solely by the FINOS team for administration purposes. In very limited instances, and with explicit approval, recordings may be made more widely available.

Agenda

Minutes

  • Maintainers update

  • Discussion of open issues:

    • Add /intents and /contexts endpoints to the AppD API #719
      • A number of participants (including @nkolba and @kriswest) felt that the proposed /intents and /contexts appD endpoints are useful for both development and governance use (at least one firm has demonstrated a web UX based on similar endpoints).
      • However, adding API endpoints that pass through this information was not considered necessary or wise as it makes it easier for an application to gather and leak information about the desktop environment (@nkolba @kriswest @openfin-johans).
        • Similar, but more limited, functionality is already available in the form of the findIntentsByContext and raiseIntentForContext API calls, which will return intent and resolution to app options for a specific context (adding a list of all know contexts makes mining information with these calls trivial, however, the calls as they stand serve a valid usecase.
        • The same thought applies to an API call to retrieve the details of the appD URLs in use. Apps running in the context of a Desktop Agent generally do not need this information (although vendors would value the information, firms using the agents are unlikely to want that information to leak).
      • (Silent) consent was sought and received to move forward with proposing new appD API endpoints for `/intents' and '/contexts' and to NOT make any additions the Desktop Agent API.
    • Introduce a new fdc3.applications() method #311
      • This issue was revised as related to the above - the same thoughts apply:
        • Adding an fdc3.applications() function makes it trivially easy for information about the desktop environment to be leaked to any and all applications running in its context.
        • It is possible to gather similar information when interoperating with applications or using findIntent calls, doing so requires knowledge of all the intents and context types in use. While it is easy to enumerate standard types, It isn't possible to do so for proprietary types - it also requires a more concerted effort to gather the information.
      • (Silent) consent was sought and received to close this issue for the time being.
    • The AppIntent interface incorrectly describes an intent #312
      • The AppIntent interface only allows for a single display name to be returned. However, the main source for the display name is the interop/intents configuration of apps that can resolve the intent - hence, multiple different display names maybe returned, forcing the desktop agent to pick one.
      • This was less of a problem in FDC3's early days when a Desktop Agent would typically be working with a single appD in the control of the desktop developer, allowing them to ensure consistency in the names.
      • However, in situations where the Desktop Agent develop, (multiple) app developers and the desktop owner all differ it becomes far more challenging.
      • Proposed solutions:
        • Alter the AppIntent type to allow a display name per app returned
          • Challenging for a resolver UI or applications using findIntent as they are likely to need a single display name
          • Also a breaking change...
        • Advise that display names are drawn from the 'standard intents.json' file in the standard
          • The display names in that file have not been well curated and vary in form
          • Does not provide a solution for proprietary intents.
        • Deprecate the displayName field and rely on the intents name instead.
          • Intents are already required to be 'recognizable' and their meaning to be 'generally self-evident'
          • Non-breaking (until field is removed in a later version)
      • However, there is a use-case for some descriptive information about a specific apps handling of an intent: describe the precise behavior of the application.
        • This could be handled through by allowing an app to configure a description field in its interop.intents.listensFor metadata (breaking change) and a type that extends AppMetadata in the Desktop Agent API to add the description field (non-breaking).
        • A breaking change after the 2.0 release is undesirable.
      • PR for the change (deprecate display name, explain in documentation that intent name should be used for display) to be worked up and brought back for further review
    • Allow an AppD application record to reference other apps that are *required* for it to run #674
      • Discussed use cases for both 'required' apps and 'related' apps in appD config
        • E.g. a micro-frontend related to a larger application, such as a 'CreateOrder' form and an OMS, might express a required relationship for the form to the OMS and a related (optional) relationship for the OMS to the form.
        • Some participants felt that this could also be handled through a 'grouping' field, although it was observed that this loses some of the nuances of teh relationship
        • Some participants expressed concerns that we might be wandering into NPM style dependency relationships.
          • @kriswest argued that such relationships would be far more limited and this metadata is only intended to allow a UI to implement a 'guard rail', rather than any form of hard contract.
          • It was also suggested that this could be achieved via existing interop data (show a warning that no other app is listening for or can raise an intent specified in the apps interop config
            • @kriswest it is not required that there exist an app to raise or resolve an intent that another app supports, so I believe this is outside the use-case for that configuration.
      • The end of the meeting curtailed discussion, however, it was agreed to table this issue for the time being but to leave it open to revisit later.

Action Items

Rolled over from the previous meeting:

  • @hampshan Review appD 2.0 record properties and raise an issue to add a link to an app's help documentation (if the moreInfo link is not sufficient). This might be used, for example, to add a help link to window chrome in a desktop agent.

Untracked attendees

Full name Affiliation GitHub username
@kriswest
Copy link
Contributor Author

Kris West / Cosaic 🚀

@tpina
Copy link
Contributor

tpina commented Aug 25, 2022

Tiago Pina / Cosaic

@mistryvinay
Copy link
Contributor

Vinay Mistry / Symphony

@robmoffat
Copy link
Member

Rob Moffat / FINOS

@Yannick-Malins
Copy link
Contributor

Yannick Malins / Symphony 🥇

@openfin-johans
Copy link
Contributor

Johan Sandersson / OpenFin 🎁

@timjenkel
Copy link

Tim Jenkel / Wellington

@hughtroeger
Copy link
Contributor

Hugh Troeger / FactSet

@ksgeorgieva
Copy link

Kalina Georgieva / Tick42

@mattjamieson
Copy link
Contributor

👋

@Qiana-Citi
Copy link

Qiana / Citi

@kriswest
Copy link
Contributor Author

Minutes from the SWG meeting have now been posted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
indexed When a meeting attendance is being tracked meeting Standard WG Meeting
Projects
None yet
Development

No branches or pull requests