question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Have stories on each level of hierarchy

See original GitHub issue

This is very asked improvement from the beginning of the hierarchy feature.

Today we have this:

storiesOf('Cells/Molecules', module)
  .add('with text', () => <Button>Hello Button</Button>)
  .add('with some emoji', () => <Button>😀 😎 👍 💯</Button>);

storiesOf('Cells/Molecules/Atoms', module)
  .add('with text2', () => <Button>Hello Button</Button>)
  .add('with some emoji2', () => <Button>😀 😎 👍 💯</Button>);

That will be shown as

- Cells
  - Molecules                
    - with text                
    - with some emoji   
  - Molecules               
    - Atoms                   
      - with text 2
      - with some emoji 2

Desired

- Cells
  - Molecules                
    - with text                
    - with some emoji   
    - Atoms                   
      - with text 2
      - with some emoji 2

In this case we should allow stories and groups to be in the same level.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:16
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

5reactions
igor-dvcommented, Aug 25, 2017

I’ll take it 😉

2reactions
ndelangencommented, Aug 30, 2017

This feature is complete and merged to the 3.3 branch

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Narrative Hierarchy—Stories and Storytelling on all Scales
The framing of the Narrative Hierarchy obliges us to ask when a story truly exists at all scales, when a story should be...
Read more >
How can I create a hierarchy of EPIC , Feature, Story and Sub ...
The perfect and recommended way is to go for portfolio Hierarchy. In our organization we are following the 4 levels of Hierarchy as...
Read more >
Story Map Issue Hierarchy - Easy Agile Help Center
By default, the Story Map will show 2 levels of issue hierarchy: Epics. Issues & sub-tasks. This default hierarchy is illustrated below, with...
Read more >
Learn how to configure an epic>story>task hierarchy in Jira
Hierarchy for Jira allows you to create a completely custom issue hierarchy, so you can create levels both above epics and below stories....
Read more >
Adding level to hierarchy above Epic - eazyBI Community
Hello everyone, Is it possible to add Stories from another projects as ... structure (two additional levels above Epic): Looking to get all...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found