-
Notifications
You must be signed in to change notification settings - Fork 11
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
Folder Refactor #232
Folder Refactor #232
Conversation
[diff-counting] Significant lines: 83. |
[deployment-bot] Deployed to https://cornell-dti.github.io/course-plan/232/index.html |
@@ -1,9 +0,0 @@ | |||
<template> |
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.
this didn't seem like it was being used anywhere and my GitLens extension was telling me that it was added on first commit
so I'm assuming this is outdated lol
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
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.
Actually looks good to go. git can detect changed files so merge conflicts won't be too bad.
@willespencer thoughts on just merging this rn? |
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.
Thanks for doing this Hahnbee! I'm trusting Sam on this one so I do think we can merge it in, just make sure you mention that this happened in cp-dev after this gets finished. I also have a couple suggested changes haha.
- Can you move the 4 onboarding components and 1 scss file to their own separate folder as well?
- Can you delete Settings.vue altogether instead of moving it? It is a remnant from our starter code as well. You probably have to remove it from the Router too.
@@ -1,9 +0,0 @@ | |||
<template> |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Done! |
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! Talked over slack but let's just wait till #159 is merged in to be extra safe!
Summary
containers
folder where the main "pages" lie (Login, 404, Dashboard, Settings (?))Components
folder ( e.g.Course.vue
andDropdownArrow.vue
)Test Plan
npm run serve
worksNotes
We are holding off on merging this till winter break to reduce merge conflicts while people are finishing up their final PRs for the semester.