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

Change page components name #26

Open
KrystianKjjk opened this issue Jun 9, 2021 · 0 comments
Open

Change page components name #26

KrystianKjjk opened this issue Jun 9, 2021 · 0 comments
Labels
Refractor Changes in code which doesn't change functionallity

Comments

@KrystianKjjk
Copy link
Collaborator

Actually pages are not created in any schema, but I think project will be more readable if would be

  • pages contains list of item could have suffix "Overview"
  • pages contains info about specialItem could have suffix "Details"
  • pages for creating sth culd have obvious suffix "Create"

I.e.
page '/users' will have
ManageUsers -> UserOverview
ManageUser -> UserDetails

page '/course' will have
CourseList -> CourseOverview
Course -> CourseDetails
CourseCreate -> CourseCreate (no change)

change MainView -> Routing

@KrystianKjjk KrystianKjjk added the Refractor Changes in code which doesn't change functionallity label Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refractor Changes in code which doesn't change functionallity
Projects
None yet
Development

No branches or pull requests

1 participant