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

Refactor into library of components #77

Open
LaChope opened this issue Nov 3, 2022 · 0 comments · May be fixed by #78
Open

Refactor into library of components #77

LaChope opened this issue Nov 3, 2022 · 0 comments · May be fixed by #78

Comments

@LaChope
Copy link
Collaborator

LaChope commented Nov 3, 2022

Right now, the maintenance planner is not flexible enough, it is too specialized to the CSAT project. All components should be exportable and logic should me moved away from it to have more control over it.

A/C:

  • Every component must be:
    • Exportable
    • Customizable
    • Without logic (or as little as possible)
  • Storybook should be updated accordingly to be able to test / play with all the components and have suitable documentation to be able to easily import the different components in different projects.

Any idea/feedback is welcome @blcham @PluharVit :)

@LaChope LaChope linked a pull request Nov 3, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants