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

Create component “Select” #37

Closed
6 tasks done
NicolasOmar opened this issue Feb 11, 2023 · 0 comments · Fixed by #126
Closed
6 tasks done

Create component “Select” #37

NicolasOmar opened this issue Feb 11, 2023 · 0 comments · Fixed by #126
Assignees
Labels
feature New fun things for the users research Investigation about tech, methodology or other
Milestone

Comments

@NicolasOmar
Copy link
Owner

NicolasOmar commented Feb 11, 2023

Objective

Create bulma's component Select from scratch


Description

Based on project's roadmap, this component will need to have the following specifications

  • A code file based on React Hooks with Typescript
  • A test file (.test.tsx) for its related unit tests
  • A storybook file (.stories.tsx) to be deployed on a public Storybook site (and be tested for anyone)

Tasks

  • Research
    • Study its related documentation and implementation on bulma's docs
    • Document possible properties and behaviours
  • Development
    • Create its folder and a index.tsx file where the component will be coded
    • Create and/or update the needed interfaces, types, tuples and enums for the component
    • Create a .test.ts file for its units test and create the needed to reach at least 80% of code coverage
    • Create a .stories.tsx file for storybook stories and add at least 2 stories for different scenarios

Ticket relationships

Relationship Involved tickets
Is related to none
Is blocked by none
It blocks none

Technical notes

None

@NicolasOmar NicolasOmar converted this from a draft issue Feb 11, 2023
@NicolasOmar NicolasOmar self-assigned this Feb 11, 2023
@NicolasOmar NicolasOmar added research Investigation about tech, methodology or other feature New fun things for the users labels Feb 11, 2023
@NicolasOmar NicolasOmar moved this from In Analysis to To do in Reactive-bulma | Project board Feb 11, 2023
@NicolasOmar NicolasOmar added this to the v2.0.0 milestone Feb 11, 2023
@NicolasOmar NicolasOmar moved this from To do to In Progress in Reactive-bulma | Project board Jun 5, 2023
@NicolasOmar NicolasOmar linked a pull request Jun 28, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from In Progress to Done in Reactive-bulma | Project board Jul 3, 2023
github-actions bot pushed a commit that referenced this issue Jul 3, 2023
# [1.18.0](v1.17.0...v1.18.0) (2023-07-03)

### Bug Fixes

* Changing storybook start command on cli mode ([6a17a5e](6a17a5e))

### Features

* Create component "Select" ([#126](#126)) ([#37](#37)) ([294a2ab](294a2ab))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New fun things for the users research Investigation about tech, methodology or other
Projects
Development

Successfully merging a pull request may close this issue.

1 participant