-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update/bulk update front nov2021 #390
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good, and nice to have explicitly in the name whether it's a component, a view, or a page. I'm not so familiar with Vuejs and the frontend codebase yet, so my comments may be off.
-
Why isn't
pages/LoginPassword.vue
changed topages/LoginPasswordPage.vue
? -
Why aren't all the components under
views/
namedComponentView
? -
Other files could be renamed to follow the pattern, what do you think? e.g.:
components/ReplicateContainer.vue
->components/ReplicateContainerButton.vue
@csc-felipe with the PR tried to update just the minimum to update the dependecies. |
Makes sense. I only saw your comment in the chat about vue-cli lint changes afterwards. I didn't realize from the description that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍🏼
After the refactoring in #390, it was missing to rename `Containers` -> `ContainersView` in `getRouteAsList()`. This prevented `vue-router` from creating proper breadcrumb links.
Description
Related issues
Type of change
Changes Made
Component name x should always be multi-word
Testing
Mentions