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

feat(ui): Change project structure #212

Merged
merged 14 commits into from
Nov 18, 2023

Conversation

lupusA
Copy link
Collaborator

@lupusA lupusA commented Nov 2, 2023

Hi,

this PR will add a new testing framework to automate tests using mochajs and chai. This PR is currently a draft and it will change quite a lot in the future.

Before implementing actual tests, this PR changes the project structure to use a more common folder structure with

  • components
  • pages
  • tests

In "components" all react components are located. These can be used throughout the whole project. Actual view or pages lie within "pages". Basically all pages that can be routed. All future tests will lie in "tests".

Feedback is welcomed.
Cheers,

@lupusA lupusA changed the title feat(ui): Adding new testing framework feat(ui): Adding new tests and project structure Nov 11, 2023
@lupusA lupusA changed the title feat(ui): Adding new tests and project structure feat(ui): Change project structure Nov 18, 2023
@lupusA lupusA marked this pull request as ready for review November 18, 2023 14:23
@lupusA
Copy link
Collaborator Author

lupusA commented Nov 18, 2023

FYI @jkowalski

@lupusA lupusA merged commit f2d98ea into kopia:main Nov 18, 2023
2 checks passed
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 this pull request may close these issues.

1 participant