-
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
166840973-ft-user-can-view-and-edit-profile #31
base: staging
Are you sure you want to change the base?
Conversation
d7db133
to
aac0f3a
Compare
aac0f3a
to
32509ca
Compare
19d5dea
to
1b31b93
Compare
1b31b93
to
9e610b2
Compare
articles: [], | ||
}; | ||
|
||
const reducer = (state = initialState, action) => { |
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.
Function reducer
has 84 lines of code (exceeds 80 allowed). Consider refactoring.
6936b21
to
9446474
Compare
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.
Nice job @Alpha1202.
9446474
to
5de8619
Compare
5de8619
to
c3a43ad
Compare
c3a43ad
to
477cf24
Compare
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.
The PR diff size of 17568 lines exceeds the maximum allowed for the inline comments feature.
477cf24
to
2f82182
Compare
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.
The PR diff size of 17568 lines exceeds the maximum allowed for the inline comments feature.
2f82182
to
f52b9eb
Compare
f52b9eb
to
b363d03
Compare
b363d03
to
91a0c47
Compare
create view authenticated user profile fetch user profile api fetch user followers api fetch user followee api fetch user article api fetch user published article api fetch user draft article api fetch user update profile api create edit profile form [Finishes #166840973]
91a0c47
to
3b30826
Compare
Code Climate has analyzed commit 3b30826 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 99.4% (70% is the threshold). This pull request will bring the total coverage in the repository to 96.0% (0.9% change). View more on Code Climate. |
What does this PR do?
Description of Task to be completed?
How should this be manually tested?
npm install
npm run dev
to start the developmentlocalhost://3000/login
to login and view your dashboardAny background context you want to provide?
What are the relevant pivotal tracker stories?
Screenshots (if appropriate)
Questions: