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

[FRONTEND] Implement profile page #336

Closed
6 tasks
choden-dev opened this issue May 6, 2024 · 0 comments · Fixed by #360
Closed
6 tasks

[FRONTEND] Implement profile page #336

choden-dev opened this issue May 6, 2024 · 0 comments · Fixed by #360
Assignees
Labels
frontend relating to code in the /client directory HARD recommended for experts

Comments

@choden-dev
Copy link
Member

choden-dev commented May 6, 2024

Is your feature request related to a problem? Please describe.

Warning

Editing functionality is not included in this ticket

hard blocked by #327

List of critical tasks:

  • Protect the route (make use of the useNavigate hook and useAppData hook)
  • Implement signout
  • Display all relevant user information via useAppData hook
  • Make use of the password reset form in 262 password setup form #329

Try create helper components when possible

Image

BEFORE MERGING

  • Storybooks created where possible
  • Tested with nock if data fetching
  • Tests written for critical interactions
  • PR Reviewed (For non-trivial changes)
  • Changes tested after rebasing on master or merging in master (hint: git fetch origin master:master, then git rebase master or git merge master)
  • All required PR checks passing
@choden-dev choden-dev added frontend relating to code in the /client directory HARD recommended for experts labels May 6, 2024
@zlrkw11 zlrkw11 self-assigned this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend relating to code in the /client directory HARD recommended for experts
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants