diff --git a/commitlint.config-ci.js b/commitlint.config-ci.js index 446be41cf..ebc46b07f 100644 --- a/commitlint.config-ci.js +++ b/commitlint.config-ci.js @@ -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))], ], }, }; diff --git a/specs/6002-MDET-market-details.md b/specs/6002-MDET-market-details.md index e19e5b212..3986053d1 100644 --- a/specs/6002-MDET-market-details.md +++ b/specs/6002-MDET-market-details.md @@ -117,6 +117,15 @@ When I look into market info I **Must** see following governance information: - Proposal: (6002-MDET-301) - link to governance proposal - link to propose a change to market +- Succession line: (6002-MDET-302): + 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