Skip to content

Commit afeb1f0

Browse files
committed
fix(docs): WIP
1 parent 7c98e5f commit afeb1f0

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

specs/generators/pages/signed_doc/voting_process/proposals_templates_and_discovery.md.jinjax renamed to specs/generators/pages/signed_doc/voting_process/proposals_templates_and_discovery.md.jinja

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,31 @@ order: 2
88

99
## Abstract
1010

11-
Shows how Proposal documents relate to their Templates, how submission state is determined, and how all artifacts are discovered and validated in a decentralized pub/sub network.
11+
Shows how Proposal documents relate to their Templates, how submission state is determined,
12+
and how all artifacts are discovered and validated in a decentralized pub/sub network.
1213

1314
## Documents and Roles
1415

15-
- Proposal: the authored content. See: [Proposal](../docs/proposal.md).
16-
- Proposal Form Template: defines schema and form hints. See: [Proposal Form Template](../docs/proposal_form_template.md).
17-
- Proposal Submission Action: signals `final`, `draft`, or `hide`. See: [Proposal Submission Action](../docs/proposal_submission_action.md).
18-
- Optional Comments/Moderation artifacts exist; see: [Proposal Comment](../docs/proposal_comment.md) and moderation docs where applicable.
16+
* [Proposal](../docs/proposal.md): the authored content.
17+
* [Proposal Form Template](../docs/proposal_form_template.md): defines schema and form hints.
18+
* [Proposal Submission Action](../docs/proposal_submission_action.md): signals `final`, `draft`, or `hide`.
19+
* *Optional [Proposal Comment](../docs/proposal_comment.md)* and
20+
*[Proposal Comment Form Template](../docs/proposal_comment_form_template.md)* artifacts exist;
21+
* *Optional [Proposal Moderation Action](../docs/proposal_moderation_action.md)* artifacts exist;
1922

2023
## Relationships
2124

22-
- A Proposal references a Proposal Form Template via `metadata.template` and a system parameters anchor via `metadata.parameters`.
23-
- The template’s own `parameters` must transitively align to the same Brand/Campaign/Category chain. See: [Parameters metadata](../metadata.md#parameters).
24-
- A Proposal Submission Action references the Proposal via `metadata.ref` and repeats `metadata.parameters`, linked to `ref` for consistency.
25-
- Multiple collaborators may exist; all listed collaborators must submit equivalent `final` actions to be considered final by the deadline.
25+
* A Proposal references a Proposal Form Template via [`metadata.template`](../metadata.md#template)
26+
and a system parameters anchor via [`metadata.parameters`](../metadata.md#parameters).
27+
* The template’s own [`parameters`](../metadata.md#parameters) must transitively align to the
28+
same Brand/Campaign/Category chain.
29+
* A Proposal Submission Action references the Proposal via `metadata.ref` and repeats `metadata.parameters`,
30+
linked to `ref` for consistency.
31+
* Multiple collaborators may exist; all listed collaborators must submit equivalent `final`
32+
actions to be considered final by the deadline.
33+
34+
The Deadline for a Proposal to be Final will be defined in the applicable parameters document(s),
35+
typically the Category Parameters document.
2636

2737
## Versioning and Collaboration
2838

0 commit comments

Comments
 (0)