-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create identity flow #120
base: main
Are you sure you want to change the base?
Create identity flow #120
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #120 +/- ##
==========================================
- Coverage 13.59% 12.22% -1.37%
==========================================
Files 104 116 +12
Lines 6769 7638 +869
Branches 228 240 +12
==========================================
+ Hits 920 934 +14
- Misses 5849 6704 +855
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -34,3 +34,12 @@ export const truncateFileName = (name: string) => { | |||
? `${baseName.slice(0, 5)}...${baseName.slice(-3)}${extension}` | |||
: name; | |||
}; | |||
|
|||
export const getInitials = (name: string): string => { |
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.
Would be awesome to have some tests for this. (e.g. with "", "a", "a z", "abc bcd cde", etc.)
@cryptosalomao Let me know when this is ready for review 🙏 |
Co-authored-by: Michael Keaton <[email protected]>
Co-authored-by: Michael Keaton <[email protected]>
Co-authored-by: Michael Keaton <[email protected]>
📝 Description
This PR introduces the new identity creation flow for both personal and company types of identity. More details to be added soon.
Relates to #(issue-number)
📸 Screenshots/Screen record (if applicable)
If your changes include UI updates, please add before and after screenshots/screen records:
Before:
[Attach screenshot/screen record]
After:
[Attach screenshot/screen record]
✅ Checklist
Please ensure the following tasks are completed before requesting a review:
npm run lint
or the equivalent linting command.🚀 Changes Made
New Features:
Bug Fixes:
Refactoring:
Other Changes:
💡 How to Test
Please provide clear instructions on how reviewers can test your changes:
🤝 Related Issues
List any related issues, pull requests, or discussions:
🔗 Additional Context (optional)
Add any other context or information that might be useful for reviewers:
[Additional notes or links]
📄 Relevant Documentation (optional)
Provide links to relevant documentation that reviewers may need:
📋 Review Guidelines
Please focus on the following while reviewing: