Amlan Kumar Nandy

Results 52 issues of Amlan Kumar Nandy

**Is your feature request related to a problem? Please describe.** The Web app currently has a button to request a change in role, but the functionality is not present. **Describe...

# Description This PR creates a Blueprint for handling role change requests. It has 4 routes and implements the following features - 1. A user with an extractor or management...

**Is your feature request related to a problem? Please describe.** The Web app currently has a button to request a change in role, but the functionality is not present in...

# Description Added password strength validation while creating a user. A Valid password contains at least 1 uppercase character, 1 digit, and 1 special digit. Fixes #125 ## Type of...

# Description Implemented an Admin Route in the web app to protect the admin pages. Pages with admin routes can be accessed only by authenticated users with admin privilege. Fixes...

# Description Created a custom private route that can be used in place of the stock route component while routing. Pages created using this route can only be accessed by...

**Is your feature request related to a problem? Please describe.** Plan is to implement an Admin Route which can be used on pages from the Admin Section, so that only...

**Is your feature request related to a problem? Please describe.** Currently in the react app, you can access routes such as home even without being authenticated which is not ideal....

# Description Now whenever a user is created or updated, we ensure that he can only have a role of admin, management or extractor. Fixes #114 ## Type of change...

**Describe the bug** While creating or updating a user, it is possible to give the user role any value, which is unintended. User should only have roles of admin, extractor...