Actions
Feature #17287
closedIntroduce Storybook for demonstrating react compontes
Description
-- This is purely a developer efficiency improvement, has nothing to do with foreman users/features, having said that:
Storybook is an easy tool to interact with react components in isolation, I would like to include it in foreman for the following reasons:- Allow creating UI components without the need to have a fully functional foreman setup - for example, you can create mocked data easily.
- Allow to define all of the different states that a UI component can be at, this allows to get faster/better feedback from reviewers and UX designers.
- The output of storybook can be pushed as a static html for external review.
- Its a reference for UI components and how to use them.
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ohad Levy
- Pull request https://github.com/theforeman/foreman/pull/3866 added
Updated by Ohad Levy almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 8a860811f3bd9f8321d19469f661c36d63a7637f.
Updated by Dominic Cleal almost 8 years ago
- Category set to Development tools
- Translation missing: en.field_release set to 209
Actions