From d20c2a08ae55f5370d6b29dd34260a5541fa59da Mon Sep 17 00:00:00 2001 From: Art Date: Tue, 8 Aug 2023 12:23:28 +0200 Subject: [PATCH] chore(specs): succession line specs (#4505) --- commitlint.config-ci.js | 2 +- specs/6002-MDET-market-details.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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