chore(specs): succession line specs (#4505)

This commit is contained in:
Art
2023-08-08 11:23:28 +01:00
committed by GitHub
parent 4e6ba5fe3d
commit d20c2a08ae
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = {
'scope-enum': async (ctx) => [
2,
'always',
['ci', 'docs', ...(await utils.getProjects(ctx))],
['ci', 'docs', 'specs', ...(await utils.getProjects(ctx))],
],
},
};
+9
View File
@@ -117,6 +117,15 @@ When I look into market info I **Must** see following governance information:
- Proposal: (<a name="6002-MDET-301" href="#6002-MDET-301">6002-MDET-301</a>)
- link to governance proposal
- link to propose a change to market
- Succession line: (<a name="6002-MDET-302" href="#6002-MDET-302">6002-MDET-302</a>):
a list consisting of an origin market and all of its successors one-by-one.
The list **Should** contain:
- Market Code which links to the corresponding governance proposal
- Market Name
- Market ID
When I look at the succession line list I **Should** easily distinguish which market is the currently viewed market so I can see the ancestor-descendant relations between the current and other markets on the list.
## Market successor