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

[Improvement] Restructre the frontend #20

Open
Exotelis opened this issue Sep 9, 2020 · 0 comments
Open

[Improvement] Restructre the frontend #20

Exotelis opened this issue Sep 9, 2020 · 0 comments
Labels
frontend Related to the frontend bundle In progress

Comments

@Exotelis
Copy link
Owner

Exotelis commented Sep 9, 2020

Since some directories are growing it would make sense to move some components in sub directories.

Move the ButtonWrapper FormGroup InputCheckbox InputColor InputDate InputEmail InputHidden InputNumber InputPassword InputText SelectWrapper from src/components/form to src/components/form/elements/

Move related pages to sub directories e.g. UserRolesPage UserRolesAddPage UserRolesEditPage from src/components/pages to src/components/pages/userroles/

or

Move related pages to sub directories e.g. LoginPage PasswordChangePage PasswordForgotPage PasswordResetPage RegisterPage from src/components/pages to src/components/pages/auth/

Rename src/components/form to src/components/forms

@Exotelis Exotelis added the frontend Related to the frontend bundle label Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Related to the frontend bundle In progress
Projects
None yet
Development

No branches or pull requests

1 participant