beckn / beckn-ui-workspace

Mono Repo for Beckn UI Workspace
9 stars 12 forks source link

Create Login for Policy Portal on All 3 Environments Using Strapi #2005

Open viraj89 opened 2 months ago

viraj89 commented 2 months ago

Description

Implement a login feature for the Policy Portal on all three environments: Dev, Staging, and Production. The login functionality will be managed using Strapi. After successful login, the user should be redirected to a one-page app as shown in the provided image. Ensure proper routing for both the login and landing pages.

Image

Goals

Expected Outcome

Users will be able to log in to the Policy Portal on all three environments using Strapi, with proper routing to the one-page app after login.

Acceptance Criteria

Mockups / Wireframes

NA

Product Name

Beckn

Domain

NA

Tech Skills Needed

Strapi, Frontend Development, Routing

Complexity

Medium

Category

Development

Sub Category

Authentication

aniketceminds commented 2 months ago

Done UI on DEV env.

Image

emmayank commented 1 month ago

*Review Completed

Login functionality working properly, and redirecting to homepage.

few feedback @omkar-em @aniketceminds @PritiEM

  1. there should be an eye button to view the password
  2. there is no need of adding validation "Password must be at least 8 characters long", in login page. this is needed in signup ( not applicable) and while changing password.
omkar-em commented 1 month ago

@emmayank For point 1. we already have open bug for this - https://github.com/beckn/beckn-ui-workspace/issues/2117 for point 2. needs further discussion