frederikheld / usm.io

A lightweight solution to represent your backlog as a User Story Map and integrate backlog management into your development workflow by maintaining it in your repository side-by-side with your code.
MIT License
6 stars 1 forks source link

Make renderer more forgiving #13

Open frederikheld opened 5 years ago

frederikheld commented 5 years ago

Renderer should be more forgiving regarding missing fields that actually should be optional.

Example: Right now the renderer complains about missing "steps" or "stories" fields in usm.json. So even if you don't want to provide any steps or stories yet, you have to add the field and fill it with an empty list. This should not be necessary!