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

Feature/login #9

Merged
merged 65 commits into from
Oct 25, 2019
Merged

Feature/login #9

merged 65 commits into from
Oct 25, 2019

Conversation

taehwoi
Copy link
Contributor

@taehwoi taehwoi commented Oct 25, 2019

Sorry for the huge pull request.

These are the main changes in this branch.

  • Restructure directories (Divide backend and frontend)
  • Split large files (different reducers that serves different functions)
  • Combine Map to New Question Page
  • Link backend and frontend (finally!)

Please review them.

@rachelg98
Copy link
Contributor

Great job! Thank you.
Additionally, I think the redundant 'user/' path can be removed in the backend/oga/urls.py file.
Also since we can check the current logged-in user through the request object, the url pattern for Main page can be simplified to just ' ' and replace the path to views.index.

@taehwoi
Copy link
Contributor Author

taehwoi commented Oct 25, 2019

@rachelg98 Thanks for the comments.
Should I create a new pull request? or can that be done in a new branch?

@rachelg98
Copy link
Contributor

@taehioum I think the changes mentioned above don't affect functionality in a big way so we could merge it first and branch out to apply those changes.

Copy link
Contributor

@Minji1234 Minji1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for hard working. I commented for some lines.

oga/frontend/src/App.js Outdated Show resolved Hide resolved
oga/frontend/src/containers/Login/Login.js Outdated Show resolved Hide resolved
oga/frontend/src/containers/Login/Login.js Show resolved Hide resolved
oga/frontend/src/containers/Login/Login.js Show resolved Hide resolved
oga/frontend/src/containers/Login/Login.js Show resolved Hide resolved
oga/frontend/src/containers/QuestionList/QuestionList.js Outdated Show resolved Hide resolved
oga/frontend/src/store/actions/authActions.js Outdated Show resolved Hide resolved
oga/frontend/src/store/actions/questionActions.js Outdated Show resolved Hide resolved
oga/frontend/src/store/actions/questionActions.js Outdated Show resolved Hide resolved
Copy link
Contributor

@Minji1234 Minji1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added comment

oga/frontend/src/App.js Show resolved Hide resolved
@taehwoi taehwoi mentioned this pull request Oct 25, 2019
@taehwoi
Copy link
Contributor Author

taehwoi commented Oct 25, 2019

I pushed the changes. Please review it.

@taehwoi taehwoi merged commit 5d495e4 into dev Oct 25, 2019
@taehwoi taehwoi mentioned this pull request Oct 25, 2019
@taehwoi taehwoi deleted the feature/login branch October 25, 2019 09:26
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.

3 participants