-
Notifications
You must be signed in to change notification settings - Fork 1
Make renderer more forgiving #13
Copy link
Copy link
Open
Labels
feature-requestRequest for new feature. This includes improvement of existing feature that are not a bugRequest for new feature. This includes improvement of existing feature that are not a bugmodule-render-engineIssues related to the module "render-engine"Issues related to the module "render-engine"usabilityIssues related to the usability of usm.ioIssues related to the usability of usm.io
Milestone
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new feature. This includes improvement of existing feature that are not a bugRequest for new feature. This includes improvement of existing feature that are not a bugmodule-render-engineIssues related to the module "render-engine"Issues related to the module "render-engine"usabilityIssues related to the usability of usm.ioIssues related to the usability of usm.io
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!