lemans-dashboard-user-manager

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'sprint-46'

SD-14297: Changed Transfer table Titles

SD-14297: Added permission check on details pages

SD-14297: clean up test

SD-14297: clean up unused props

    • -14
    • +0
    /components/RoleUsers/RoleUsers.docs.tsx
    • -2
    • +0
    /components/RoleUsers/RoleUsers.types.ts
SD-14297: Added table transfer Component and modified existing transfer usages to table transfer

    • -1
    • +2
    /components/RoleUsers/RoleUsers.test.tsx
    • -0
    • +35
    /components/TableTransfer/TableTransfer.component.tsx
  1. … 4 more files in changeset.
SD-14297: PermissionRoles and PermissionUser Transfer Components

    • -0
    • +95
    /components/PermissionRoles/PermissionRoles.component.tsx
    • -0
    • +28
    /components/PermissionRoles/PermissionRoles.container.ts
    • -0
    • +1
    /components/PermissionRoles/index.ts
    • -0
    • +49
    /components/PermissionUsers/PermissionUsers.component.tsx
    • -0
    • +27
    /components/PermissionUsers/PermissionUsers.container.ts
  1. … 4 more files in changeset.
SD-14297: RolePermission and RoleUser Transfer Components

    • -0
    • +93
    /components/RolePermissions/RolePermissions.component.tsx
    • -0
    • +33
    /components/RolePermissions/RolePermissions.container.ts
    • -0
    • +1
    /components/RolePermissions/index.ts
    • -0
    • +87
    /components/RoleUsers/RoleUsers.component.tsx
    • -0
    • +28
    /components/RoleUsers/RoleUsers.container.ts
    • -0
    • +66
    /components/RoleUsers/RoleUsers.docs.tsx
    • -0
    • +0
    /components/RoleUsers/RoleUsers.styles.less
  1. … 3 more files in changeset.
APPDEV-8410: Update Demo Config

APPDEV-8410: Add update methods which need to be moved to api later

APPDEV-8410: Add Role and Permission details Components and included in the details pages

    • -0
    • +136
    /components/PermissionDetails/PermissionDetails.component.tsx
    • -0
    • +1
    /components/PermissionDetails/index.ts
    • -0
    • +131
    /components/RoleDetails/RoleDetails.component.tsx
    • -0
    • +27
    /components/RoleDetails/RoleDetails.container.ts
    • -0
    • +52
    /components/RoleDetails/RoleDetails.docs.tsx
    • -0
    • +0
    /components/RoleDetails/RoleDetails.styles.less
    • -0
    • +48
    /components/RoleDetails/RoleDetails.test.tsx
    • -0
    • +24
    /components/RoleDetails/RoleDetails.types.ts
    • -0
    • +1
    /components/RoleDetails/index.ts
APPDEV-8410: Add Role and Permission details Holder Pages

    • -0
    • +1
    /components/PermissionDetailsPage/index.ts
    • -0
    • +1
    /components/PermissionLink/index.ts
  1. … 16 more files in changeset.
Merge branch 'sprint-45'

Merge branch 'APPDEV-8447' into sprint-45

APPDEV-8447: removing the check for aduser as per Arovinth

APPDEV-8447: removed unwanted filters from roles; added filter to remove already added roles from the dropdown;

Merge branch 'sprint-40'

Merge branch 'SD-13188' into sprint-40

SD-13188: Finalize AD user page mockup

    • -0
    • +1
    /components/ADUserFilterGroup/index.ts
    • -0
    • +34
    /components/ADUserList/ADUserList.component.tsx
    • -0
    • +27
    /components/ADUserList/ADUserList.container.ts
    • -0
    • +52
    /components/ADUserList/ADUserList.docs.tsx
    • -0
    • +0
    /components/ADUserList/ADUserList.styles.less
    • -0
    • +47
    /components/ADUserList/ADUserList.test.tsx
    • -0
    • +23
    /components/ADUserList/ADUserList.types.ts
    • -0
    • +1
    /components/ADUserList/index.ts
  1. … 14 more files in changeset.
SD-13188: Create ad user page placeholder

    • -0
    • +27
    /components/ADUserListPage/ADUserListPage.container.ts
    • -0
    • +1
    /components/ADUserListPage/index.ts
Merge branch 'APPDEV-8411' into sprint-40

APPDEV-8411: moved create form to bottom of the role, permission and the user pages

Merge branch 'APPDEV-8409' into sprint-40

APPDEV-8409: making role drop down searchable in user details page

Merge branch 'sprint-35'

Merge branch 'APPDEV-8370' into sprint-35

APPDEV-8370: converting lemans-dashboard-user-manager repo to use the onFilterDropdownVisibleChange to focus on the the filter drop down while searching

    • -6
    • +1
    /components/RoleList/RoleList.helpers.tsx
Merge branch 'sprint-34'

Merge branch 'APPDEV-8361' into sprint-34

APPDEV-8359: added filter search and sorter for user modal and role modal in the Roles page