-
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
[chore] address feedback for onboarding #90
[chore] address feedback for onboarding #90
Conversation
…r limit to availability desc, add comment for legal credential
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.
Hey Jinkang, huge thank you for making these updates based on the feedback we received! Just added a couple comments, and I think it should be good to merge after we've addressed these :) Also, here are some additional things I noticed while reviewing:
Onboarding Review Page:
- Availability Section Overflow - could we add
overflow-wrap: break-word;
to this text (similar to how we did with the summary for listings) to address this edge case:
- Roles Section -
- It seems like for attorneys, we're missing the additional information field. Could we go ahead and include this while also making sure it has the
overflow-wrap: break-word;
property? - Could we also go ahead and update "Legal Experience" to "Legal Credentials" for both attorneys and legal fellows.
- It seems like for attorneys, we're missing the additional information field. Could we go ahead and include this while also making sure it has the
Settings
- Same as above, could we add the
overflow-wrap: break-word;
property to both the Roles and Availability section in the settings page?
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.
Looks great!!! Just left some a couple more comments on small fixes. Should be good to merge after they're addressed. 🕺
@@ -28,6 +29,7 @@ export interface ProfileToUpload | |||
| 'eoir_registered' | |||
| 'bar_number' | |||
| 'legal_credential_comment' | |||
| 'has_bar_number' |
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.
ty for adding this to the schema + supabase!
🎋 Description
🌴 What's new in this PR
🌲 Screenshots
No bar number
Has bar number
🌳 How to review
Go in any order
CC: @varortz