Skip to content

Conversation

@idoshamun
Copy link
Member

@idoshamun idoshamun commented Dec 30, 2025

  • Redesigned the analyze page and removed the candidates section, kept only the reach and stats
  • Moved signup to right after submitting the job description
  • Fixed the recruiter signup flow to not force onboarding or profile completion
  • Copy adjustments

Preview domain

https://eng-218-adjust-onboarding-to-new.preview.app.daily.dev

@vercel
Copy link

vercel bot commented Dec 30, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
daily-webapp Ready Ready Preview Dec 31, 2025 8:00am
1 Skipped Deployment
Project Deployment Review Updated (UTC)
storybook Ignored Ignored Dec 31, 2025 8:00am

const onSetActiveDisplay = (display: AuthDisplay) => {
onDisplayChange?.(display);
onAuthStateUpdate?.({ isLoading: false });
onAuthStateUpdate?.({ isLoading: false, defaultDisplay: display });
Copy link
Member Author

Choose a reason for hiding this comment

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

This is a bug that prevented the inline email flow to show verification

return false;
};

const onLoginCheck = async (shouldVerify?: boolean) => {
Copy link
Member Author

Choose a reason for hiding this comment

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

Moved it to a bit down, due to eslint issue

isLoading: isProfileUpdateLoading,
} = useProfileForm({ onSuccess: onProfileSuccess });

const autoCompleteProfileForRecruiter = async (
Copy link
Member Author

Choose a reason for hiding this comment

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

We auto complete the profile not bugging recruiters with details about their profile. We'll ask them to confirm it later

Copy link
Contributor

Choose a reason for hiding this comment

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

This file we should just do critical flow testing on deployment

acceptedExtensions: ['pdf', 'docx'],
};

const loadingMessages = [
Copy link
Member Author

Choose a reason for hiding this comment

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

No more loading here

Copy link
Contributor

@rebelchris rebelchris left a comment

Choose a reason for hiding this comment

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

Some questions mainly

isLoading: isProfileUpdateLoading,
} = useProfileForm({ onSuccess: onProfileSuccess });

const autoCompleteProfileForRecruiter = async (
Copy link
Contributor

Choose a reason for hiding this comment

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

This file we should just do critical flow testing on deployment

…gationCard and ReachHeroSection components for improved data visualization in analyze page
@idoshamun idoshamun merged commit 2f7241c into main Dec 31, 2025
12 checks passed
@idoshamun idoshamun deleted the eng-218-adjust-onboarding-to-new-flow branch December 31, 2025 08:26
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.

3 participants