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

WPP15 - User Page #63

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

WPP15 - User Page #63

wants to merge 15 commits into from

Conversation

connormckellips
Copy link
Collaborator

@connormckellips connormckellips commented Apr 25, 2023

For Pull Requesters/Reviewers:

All of the following should be true before making a pull request and should be inspected by reviewers:

User Story

  • Acceptance criteria are adhered to and completely finished
  • All subtasks on Jira are completed

Unit Testing

  • Unit tests are finished and passing
  • Code coverage is >80%

Documentation/Style

  • JSDocs are written for methods and components
  • Unclear code has been documented
  • Style standards are adhered to

For Reviewers:

The following should be additionally checked by reviewers:

  • Code runs locally
  • Visually inspect tests; they should not simply pass, but rather they should be doing something and testing acceptance criteria
  • See if "jank" code could be rewritten

Description

Insert here the description of what your PR does.

Started user profile page base
Only using this to observe User Page functionality. Will implement using actual userID's later
More description, but my styling is not the greatest at the moment
Uses userID when guiding to the page route
Placed in the header and created the change password component
The modal actually works this time.
This will come in handy for future use
Ignore the change password button being purple... that's not important...
User page tests are next
Still need to complete a couple render tests
Not refactoring anything else unless needed. Don't want it to crash
Copy link
Collaborator

@kantab kantab left a comment

Choose a reason for hiding this comment

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

Everything looks good.

Copy link
Collaborator

@prewe5294 prewe5294 left a comment

Choose a reason for hiding this comment

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

I tried to change my password locally and it didn't work.
image

image

<img className="userPage_ProfilePicture" src={userIcon} data-testid="profilePic" height="75" />
</div>
<div>
<p className="userPage_Username" data-testid="usename"> Username goes here! </p>
Copy link
Collaborator

Choose a reason for hiding this comment

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

wouldn't it be better to actually display the username, as is mentioned in this user story

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