-
Notifications
You must be signed in to change notification settings - Fork 129
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 - April 28, 2022 #683
Labels
Comments
Brian / Morgan Stanley |
👋 |
Julia / FINOS |
Terry / Cosaic |
Johan / OpenFin 🎁 |
Andrew Hampshire / UBS |
Tiago / Cosaic |
Hello! |
Hugh / FactSet |
Qiana / Citi |
sarah stone / cosaic |
Chris Watson / Cosaic |
Tim / Wellington |
Vinay / Symphony |
Kris / Cosaic |
This was referenced May 17, 2022
Untracked attendees:
|
kriswest
added a commit
that referenced
this issue
Nov 28, 2022
…istener is added Small addition to one of the app channel tests - we need to confirm that App Channels, listened to via the Channel interface do not auto-replay context messages (as System/User channels listened to through the fdc3/Desktop Agent interface do). A different PR adds this to the 1.2 test cases. Background: The Standards Working Group re-affirmed under issue #511 at meeting #683 that the difference in the behaviour of the fdc3/DesktopAgent and Channel interfaces was intentional and necessary to implement certain use cases with App Channels. It was decided that this would not change in FDC3 2.0, hence it remains the case in 2.0.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Date
Thursday 28 April 2022 - 10am EST / 3pm GMT
WebEx info
Meeting number: 665 568 411
More ways to join
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
name
field in favour ofAppMetadata
#506 (10 mins)ImplementationMetadata
#636 (5 mins)AppMetadata
#603 (5mins)Minutes
name
field in favour ofAppMetadata
#506TargetApp
) would be good as its an ugly interface in non-javascript implementations.AppMetadata
type duplicate the purpose of the appId records?AppMetadata
is a deliberate subset of an appId record (except for the instanceId field) so an appD record can be directly passed asAppMetadata
, it'll just have some extra fields. When it was added a decision was made to NOT include everything from teh appD record, only what is necessary.AppMetadata
, which are necessary to pass? e.g. Why would you passtitle
in and what behavior would you expect?AppMetadata
objects returned by the desktop agent, so you don't have to worry about that. It should also be possible to clearly indicate whats used and when in docs.AppMetadata
type so that a smaller type (e.g.AppTarget
) expresses the requirements for targets etc., whyAppMetadata
could extend it for responses. That wayAppMetadata
can still be passed in, but requirements are clear.AppMetadata
also carries the instanceId field, which allows API calls to target either new instances of apps or existing ones, without adding new API signatures.name
orappId
as string parameters and put the onus on the Desktop Agent to disambiguatename
will not collide withappID
from other appDsImplementationMetadata
#636AppMetadata
#603ImplementationMetadata
was preferred. This object is returned asynchronously in FDC3 2.0Action Items
name
field in favour ofAppMetadata
#506 (splitAppMetadata
type intoAppTarget
andAppMetadata
), document thinking and raise PR.ImplementationMetadata
#636AppMetadata
#603, with apps metadata added toImplementationMetadata
ObjectUntracked attendees
The text was updated successfully, but these errors were encountered: