Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component: Breadcrumb #8

Closed
3 of 14 tasks
emettely opened this issue Aug 15, 2019 · 0 comments
Closed
3 of 14 tasks

Component: Breadcrumb #8

emettely opened this issue Aug 15, 2019 · 0 comments
Labels
generic component A non-workspace component for the storybook

Comments

@emettely
Copy link
Contributor

emettely commented Aug 15, 2019

Is your feature request related to a problem? Please describe.

We want a Breadcrumb component that shows users where they are in the tool's workflow.

Describe the solution you'd like

To be accepted, this component needs:

  • To accurately display the path of the path that the user is on
  • To allow users to click on the Breadcrumb to navigate to previous views of the tool

For this issue to be marked as complete, it must:

  • Have been added to the Storybook
  • Have been published on NPM
  • Have been refactored for use in DPE client

The Breadcrumb component does not contain sub-components.

It receives the following props:

  • items (array):
    • item.name (string)
    • item.link (string (path)) optional

Ex: Code for Breadcrumb in Project view

Screenshot 2019-08-16 at 17 12 32

Describe alternatives you've considered

NA

Additional context

Checklist

  • Fork the repository (external contributors)
  • Create a branch with a meaningful name eg component-<component name>
  • Add automated tests*
  • Test suite passes (npm run test)
  • Code is linted (npm run lint)
  • Update documentation and QA docs - see updating the documentation*
  • re-factoring for code quality and readability
  • Setup your PR for review (start with a draft PR)
  • Demonstrated (attach link or image)

*where appropriate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generic component A non-workspace component for the storybook
Projects
None yet
Development

No branches or pull requests

2 participants