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

PR: Add full identity handling to the frontend #32 #33

Merged
merged 12 commits into from
Oct 15, 2023

Conversation

tchojnacki
Copy link
Member

@tchojnacki tchojnacki commented Oct 12, 2023

Notes for reviewers:
The diff has definitely too many files, since I moved one folder 😠
The files, that were actually meaningfully changed:

  • /common/identity/*.ts - entire new folder, main thing to review
  • /tests/common/identity.test.tsx - tests for new functionality
  • /app/auth/(login|register).tsx - communication with backend, redirects, error handling
  • /app/dashboard.tsx - stub file for dashboard
  • /app/profiles/list.tsx - stub file for profile selection, to be merged with Account profile selection #34
  • /common/util/mock-router.tsx - self-explainatory

All of the other changes are just renames, import fixes, etc.

Notes for all contributors:
Familiarize yourself with the functions exported from @/common/identity, example usage is show on the login and register pages.

@tchojnacki tchojnacki linked an issue Oct 12, 2023 that may be closed by this pull request
@tchojnacki tchojnacki changed the title DRAFT: Add full identity handling to the frontend #32 PR: Add full identity handling to the frontend #32 Oct 14, 2023
…o 32-add-full-identity-handling-to-the-frontend
Copy link
Contributor

@kubaczerwinski77 kubaczerwinski77 left a comment

Choose a reason for hiding this comment

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

LGTM

@tchojnacki tchojnacki merged commit d3e6129 into main Oct 15, 2023
1 check passed
@tchojnacki tchojnacki deleted the 32-add-full-identity-handling-to-the-frontend branch October 15, 2023 20:58
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.

Add full identity handling to the frontend
2 participants