-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Should we have a supplementary spec template for proposals? #1443
Comments
Part of #1444 will be extracting some keywords into their own documents. If we can just go ahead and do one, and then I can take that an make a template from it. |
I see the document's purpose as two fold. It might make senes to have two individual documents for each proposal. There will be a need for tests later, so each proposal is going to be a folder anyway and not just a single file. This relates to #1449 (comment) and I think we need further discussion to understand and define the requirements and purpose of a proposal. |
The proposal document (as I originally envisioned it) has two audiences:
While this is two different ways of describing the feature, I believe they should co-exist in the same document. In #1450, @jdesrosiers split my single document into two: one for the reasoning behind the feature and one to describe the feature. However in re-reading the comments in that issue, I think some things were being conflated. I believe Jason was wanting an additional internal document that served as a sort of ADR. An ADR would contain additional information that doesn't need to go into the proposal:
In making the changes, he broke out what I had included for the "business" audience thinking its purpose was more akin to an ADR, but I think these are separate things. Business/mgmt doesn't need to know the things that go into an ADR, but they do need to have a plain-language summary of the feature. Further, managing the feature description(s) in separate documents (one for business, one for devs) I think is inconvenient. I propose possibly two documents:
EDIT I've reconsidered this last paragraph. Please see my comment below. |
For the purposes of extracting existing features in order to move us toward the first stable release, I could write a single ADR that includes them all. |
We'll probably also want an ADR (or amend the existing one) if we decide to reject a proposal to explain why. |
Thinking about this again, a feature could go through changes between entering the proposal/experimental stages and being promoted to stable. I think it makes more sense to have an ADR draft as part of the proposal, and then it's finalized when the proposal is promoted. This way, the ADR can contain all of the relevant details. |
Could you clarify this audience for me. I think of the main audiences as implementers and schema authors. We want implementers to build it and we want schema authors to use it. By "code" do you mean "schemas"? Is this about convincing business/mgmt to use the feature in their schemas or convincing business/mgmt to implement the feature? I'm not sure the latter makes sense as most implementations are individual projects, but I want to make sure I understand you correctly. Is the idea that because the feature is experimental, there is some risk to use it and therefore requires approval from business/mgmt and you want to speak to that concern? |
Sure. Let's try it and see how it comes out. I do think two documents is necessary, but I could have had the balance wrong in my initial proposal. |
Yeah, so I see two groups, but the delineation is slightly different.
I think the devs, authors, and implementors will all be interested in the same portion of the proposal: the technical bit. They want to know what the feature does, how it does it, and how they can use it properly. But the business/mgmt group doesn't care so much about the techincal stuff; they're trying to assess risk and whether the devs really need the feature. I see the summary as a sort of sales brochure that the devs can take to this group. The summary should be plain English that states the problem and the (decided) solution; this should be a "why you should use this feature." Further, I think having both this "sales pitch" and the technical stuff in a single doc means that the devs only need to download a single file, and they have both parts. Regarding the alternatives, I agree that stuff like that is really internal documentation, and we don't need to include it in the primary doc. |
Since we've decided that new feature proposals will be defined in external documents, should we have a template document?
The text was updated successfully, but these errors were encountered: