Skip to content

P0084 | Registration Flow Page#597

Merged
Saurabh186 merged 10 commits intodevelopmentfrom
P0084-clean
Apr 21, 2026
Merged

P0084 | Registration Flow Page#597
Saurabh186 merged 10 commits intodevelopmentfrom
P0084-clean

Conversation

@dvCodeWorld
Copy link
Copy Markdown
Collaborator

https://app.clickup.com/t/86d2mqfzc

  • Add registration NgRx state, actions, effects, and reducer to handle user sign-up
  • Create onboarding component to handle email verification code exchange and auto-login
  • Add /app/onboarding route with verification code processing and error handling
  • Update app component to exclude onboarding route from dashboard redirect logic
  • Consolidate website route checks into array and add /register to website routes list
  • Replace

…g page

- Add registration NgRx state, actions, effects, and reducer to handle user sign-up
- Create onboarding component to handle email verification code exchange and auto-login
- Add /app/onboarding route with verification code processing and error handling
- Update app component to exclude onboarding route from dashboard redirect logic
- Consolidate website route checks into array and add /register to website routes list
- Replace
@windsurf-bot
Copy link
Copy Markdown

windsurf-bot Bot commented Apr 15, 2026

PR review rate limit exceeded

@dvCodeWorld dvCodeWorld changed the base branch from main to development April 15, 2026 12:44
@@ -0,0 +1,52 @@
<div
class="min-h-screen bg-[#0d1117] flex flex-col items-center justify-center px-4"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

please check bg class

@@ -0,0 +1,52 @@
<div
class="min-h-screen bg-[#0d1117] flex flex-col items-center justify-center px-4"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
class="min-h-screen bg-[#0d1117] flex flex-col items-center justify-center px-4"
class="min-h-screen bg-color flex flex-col items-center justify-center px-4"

… validation

- Change query param from 'token' to 'onboarding_token' in onboarding flow
- Move onboarding_token from Authorization header to request body
- Add passwordStrength validator with 5 requirements: min length, uppercase, lowercase, number, symbol
- Replace static password hint with dynamic checklist showing met/unmet requirements
- Add visual feedback with checkmarks (teal) for met rules and X marks (gray) for unmet rules
…route guard

- Add AngularFireAuth dependency to CanActivateRouteGuard
- Import map and take operators from rxjs
- Check memory token before redirecting when cookie is missing
- Add Firebase authState observable as final fallback for authentication
- Return UrlTree redirect only if all auth methods fail
…ard and update onboarding flow

- Remove AngularFireAuthGuard and redirectUnauthorizedTo imports from routing
- Replace AngularFireAuthGuard with CanActivateRouteGuard across all routes
- Remove ProjectGuard from panel routes canActivate array
- Update onboarding query param from 'onboarding_token' to 'token'
- Refactor onboarding submission to dispatch login data to store when client settings available
- Simplify onboarding success
- Delete ProjectGuard file and remove from layout routes canActivate array
- Remove redirectUnauthorizedTo and authGuardPipe data from layout routes
- Remove exchangeToken method from UsersService
- Remove exchangeToken URL definition from users-urls
@Saurabh186 Saurabh186 merged commit 88891df into development Apr 21, 2026
1 check failed
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.

2 participants