-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(onboarding): adds framework and some steps for onboarding steps UI #6462
feat(onboarding): adds framework and some steps for onboarding steps UI #6462
Conversation
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.
nice! i have a few questions but overall looking solid
...re/src/main/java/com/linkedin/datahub/graphql/resolvers/step/BatchGetStepStatesResolver.java
Outdated
Show resolved
Hide resolved
...b-web-react/src/app/entity/shared/containers/profile/sidebar/Domain/SidebarDomainSection.tsx
Outdated
Show resolved
Hide resolved
c1084f1
to
90ff6b3
Compare
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.
looking good!
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.
pulling my approval barring the styling changes for the welcome step
2ff0e84
to
cee7213
Compare
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.
this is looking great! amazing work getting this over the finish line.
I have a few change suggestions but all should be pretty quick and easy to bang out - so nothing big from me
datahub-web-react/src/app/onboarding/useUpdateEducationStepIdsAllowlist.tsx
Show resolved
Hide resolved
datahub-web-react/src/app/onboarding/useUpdateEducationStepIdsAllowlist.tsx
Outdated
Show resolved
Hide resolved
onRequestClose={closeTour} | ||
steps={filteredSteps} | ||
isOpen={isOpen} | ||
scrollOffset={-100} |
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.
what does this do? just curious
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.
onChangeFilters={onChangeFilters} | ||
onChangeUnionType={onChangeUnionType} | ||
/> | ||
<div id={SEARCH_RESULTS_FILTERS_ID}> |
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.
i hope this doesn't throw off the fix i have for the double scroll situation...
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.
Why would it?
datahub-web-react/src/providers/EducationStepIdsAllowlistProvider.tsx
Outdated
Show resolved
Hide resolved
{ | ||
id: GLOBAL_WELCOME_TO_DATAHUB_ID, | ||
content: ( | ||
<div> |
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.
I'd recommend extracting this very important step HTML into a separate file so its easy to change!
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.
It has been moved!
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.
tytyt
00d72ff
to
cde4f6b
Compare
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.
LGTM - Let's get this in. Any tiny details we will work to iterate on going forward.
Amazing work on this PR, @aditya-radhakrishnan !
cde4f6b
to
5956960
Compare
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.
nice rice man!
d0e7340
to
d047ab0
Compare
d047ab0
to
1f66284
Compare
1f66284
to
d446e67
Compare
…UI (datahub-project#6462) * feat(onboarding): adds models and API for onboarding steps feature * feat(onboarding): adds backend for onboarding steps feature * feat(onboarding): adds framework and some steps for onboarding steps UI
Checklist