#1373: add a notes field on fdc3.trade#1563
Conversation
|
|
✅ Deploy Preview for fdc3 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Could do with a description, linked issue and Change log entry adding to PR. Otherwise, LGTM. |
mistryvinay
left a comment
There was a problem hiding this comment.
Looks good to me. :)
|
This still doesn't have a description, linked issue, Changelog entry or a review by an FDC3 editor - why have you merged it @robmoffat ? |
|
@Lecss This needs a post-hoc review by an editor and a subsequent PR raising with a changelog. @mistryvinay please do run through the review checklist before approving. @robmoffat please don't merge PRs with changes to the Standard without editorial reivew or a complete review checklist. |
sorry, you're right. I saw Vinay approved it and thought it was good to go |
|
@robmoffat @kriswest apologies - my bad for missing Kris comments re changelog. |
|
No worries - no harm done, other than someone needs to raise PR for a CHANGELOG (unless there is anything Vinay and I missed in the review). Its a pity our branch protection doesn't enforce the editor's review. It probably could if we set them up as codeowners of website/docs as that should catch most changes that apply to the standard and miss out those that are just software changes that only need maintainer approval. |
|
PR doesn't actually fully address the issue it relates to as it doesn't update the Order and Product schemas! |
Describe your change
Related Issue
Contributor License Agreement
Review Checklist
DesktopAgent,Channel,PrivateChannel,Listener,Bridging)?JSDoc comments on interfaces and types should be matched to the main documentation in /docs
Conformance test definitions should cover all required aspects of an FDC3 Desktop Agent implementation, which are usually marked with a MUST keyword, and optional features (SHOULD or MAY) where the format of those features is defined
The Web Connection protocol and Desktop Agent Communication Protocol schemas must be able to support all necessary aspects of the Desktop Agent API, while Bridging must support those aspects necessary for Desktop Agents to communicate with each other
npm run build) run and the results checked in?Generated code will be found at
/src/api/BrowserTypes.tsand/or/src/bridging/BridgingTypes.tsBaseContextschema applied viaallOf(as it is in existing types)?titleanddescriptionprovided for all properties defined in the schema?npm run build) run and the results checked in?Generated code will be found at
/src/context/ContextTypes.ts