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

Transition the directory structure for components #288

Open
1 task
Tracked by #354
nick-y-ito opened this issue Feb 28, 2024 · 0 comments
Open
1 task
Tracked by #354

Transition the directory structure for components #288

nick-y-ito opened this issue Feb 28, 2024 · 0 comments

Comments

@nick-y-ito
Copy link
Member

nick-y-ito commented Feb 28, 2024

Description

We need to transition the directory structure for components to one that looks like the following. This change will help us introduce component testing and Storybook.

.
└── /src
    └── /components
        ├── /forms
        │   ├── /TextField
        │   │   ├── useTextField.js
        │   │   ├── TextField.js
        │   │   ├── TextField.styles.js
        │   │   ├── TextField.test.js
        │   │   └── TextField.stories.js
        │   ├── /Select
        │   │   ├── useSelect.js
        │   │   ├── Select.js
        │   │   ├── Select.styles.js
        │   │   ├── Select.test.js
        │   │   └── Select.stories.js
        │   └── index.js
        ├── /routing
        │   └── /PrivateRoute
        │       ├── userPrivateRoute.js
        │       ├── PrivateRoute.js
        │       └── PrivateRoute.test.js
        └── /layout
            └── /navigation
                └── /NavBar
                    ├── useNavBar.js
                    ├── NavBar.js
                    ├── NavBar.styles.js
                    ├── NavBar.test.js
                    └── NavBar.stories.js

Criteria

  • ---

Notes

  • This task may need to be split into smaller issues because the PR may become extremely large.

References

@nick-y-ito nick-y-ito moved this to 📋 Backlog in Nishiki Feb 28, 2024
@nick-y-ito nick-y-ito moved this from 📋 Backlog to 📋 Backlog v1.0 in Nishiki Apr 1, 2024
@nick-y-ito nick-y-ito mentioned this issue Apr 1, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant