Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHORE] Permissions Change and user management change #1623

Open
5 of 11 tasks
Riddhiagrawal001 opened this issue Oct 17, 2024 · 1 comment · Fixed by #1626 · May be fixed by #1635 or #1640
Open
5 of 11 tasks

[CHORE] Permissions Change and user management change #1623

Riddhiagrawal001 opened this issue Oct 17, 2024 · 1 comment · Fixed by #1626 · May be fixed by #1635 or #1640
Assignees
Labels
chore chore

Comments

@Riddhiagrawal001
Copy link
Contributor

Riddhiagrawal001 commented Oct 17, 2024

  • Check if old permission info api is using permissions from the api
  • Check Home page credentials section is not shown in profile and check for the retrieve merchant account API
  • Add enum for AccountRead and AccountWrite
  • Change the merchant_details_manage , merchant_details_view , organization manage to account_read and account_write
  • Change the type of user_role api in Recoil
  • Update the places where recoil is used
  • Integrate the new API for sidebar changes
  • Integrate new module list API in Invite users page [user/role/v2/{{role_id}}]
  • Update the Role description component accordingly
  • User the module/list api to show non-accessible module
  • Use profile list #1654
@kanikabansal-juspay kanikabansal-juspay self-assigned this Oct 17, 2024
@ThisIsMani
Copy link
Collaborator

ThisIsMani commented Oct 17, 2024

Change the merchant_details_manage , merchant_details_view , organization manage to account_read and account_write

Let's not remove merchant_details_view, merchant_details_manage and organization_view currently. It's not a backward's compatible change.

FE can do it after BE new enum changes are deployed in sandbox and prod.

@kanikabansal-juspay kanikabansal-juspay linked a pull request Oct 17, 2024 that will close this issue
13 tasks
This was linked to pull requests Oct 18, 2024
@prajwalnl0 prajwalnl0 reopened this Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment