-
Notifications
You must be signed in to change notification settings - Fork 135
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
What branch of the fdc3 conformance tests uses getAgent()? #1481
Comments
I'm just looking at this as well @Charlotte981. The fdc3Ready function is actually replaced fdc3-for-web-impl (and derived branches) with a version that use Note that this is based on having https://github.com/finos/FDC3/tree/fdc3-for-web-impl-getAgent-refactor checked out and replacing the "@kite9/client" dependency with the lcoally checked out fdc3-get-agent pacakage. is that right @robmoffat? I don't see the @kite9/fdc3-get-agent dependency from your instrucitons so I assume you have local changes, one of which is swapping @kite9/client for @kite9/fdc3-get-agent (local checkout). |
@Charlotte981 heres the replacement FDC3/packages/fdc3-get-agent/src/index.ts Lines 16 to 23 in 442956d
|
ok, sorry guys, looks like I fat-fingered the push yesterday when I was testing for Kris. See: https://github.com/finos/FDC3-conformance-framework/blob/2_0_fdc3_for_the_web/package.json In this version, it's referencing WRT the |
|
Awesome, thank you @kriswest @robmoffat for the update. |
closing as completed (feel free to reopen if further questions) |
@kriswest @robmoffat is this the long term goal for the workbench and conformance tests? To use this I was looking at the workbench and considering a PR that removes it and removed the utility that has a proxy for the agent implementation. I was thinking that we just use IMHO this would be simpler and easier to follow. Also closer to how people would use it in a real apps so more of an example of how to use it. |
Hi @Roaders, I can't speak for @robmoffat who implemented the change, but I suspect it was done that way for expediency and that both projects should switch to |
I have a PR that's most of the way through for implementing that so maybe wait a few days till I'm able to finish that before spending the time on it @kriswest |
Question Area
Question
In the FDC3 Web Browsers Discussion group meeting yesterday on the 19th of December, it was mentioned that there was a branch of the fdc3 conformance tests set up to use getAgent() instead of just window.fdc3. I have checked the 2_0_fdc3_for_the_web branch and it appears to use fdc3Ready() instead of getAgent(), so we were wondering if it is a different branch that supports it instead?
We were also wondering what branch of the finos/fdc3 repository has an fdc3 workbench implementation that works with getAgent()?
The text was updated successfully, but these errors were encountered: