Skip to content

Add cart UUID support to login and registration processes

Ahmed Reda requested to merge development into staging

This commit introduces the ability to pass a cart UUID during user login and registration. Key changes include:

  • Updated LoginRepository and RegisterRepository interfaces to accept an optional cartUuid parameter.
  • Modified the LoginUseCase and RegisterUseCase to handle the new parameter.
  • Integrated CartUuidService in the LoginBloc and RegisterBloc to retrieve the cart UUID for use during login and registration.

These enhancements aim to improve the user experience by linking user sessions with their shopping carts more effectively.

Merge request reports

Loading