Skip to content

Improvements to the user management page#6036

Merged
vrushaliwaykole merged 6 commits intogocd:masterfrom
naveenbhaskar:user_management
Apr 11, 2019
Merged

Improvements to the user management page#6036
vrushaliwaykole merged 6 commits intogocd:masterfrom
naveenbhaskar:user_management

Conversation

@naveenbhaskar
Copy link
Contributor

  1. sticky action panel for user table while scrolling
  2. focus to the flash messages after an action
  3. confirmation dialog box for delete user action.

naveenbhaskar and others added 5 commits March 28, 2019 16:53
1. Added a confirmation modal for delete users
2. Moved the page level message inside users widget as the action header is now stick on the page top
3. Updated the delete success message to contain the login names of users deleted.
@arvindsv
Copy link
Member

@naveenbhaskar Can you add an image or an animated gif to show this?

@naveenbhaskar
Copy link
Contributor Author

Mar-29-2019 12-57-25

private static getMessage(usersToBeDeleted: string[]) {
return (<div>
<p>Are you sure you want to delete these users:
<span className={styles.deletedUsers}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename style as they are not deleted users but users to be deleted?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@vrushaliwaykole vrushaliwaykole merged commit d5e45ba into gocd:master Apr 11, 2019
@maheshp maheshp added this to the Release 19.3.0 milestone Apr 15, 2019
@adityasood
Copy link
Contributor

@naveenbhaskar @kritika-singh3 the header with username etc. should ideally be fixed and should not scroll. See agents page for similar interaction.

@adityasood
Copy link
Contributor

@kritika-singh3 @naveenbhaskar while deleting a non-disabled user, I think the delete pop-up does not make sense. We should directly let the user know that the user can not be deleted before being disabled. WDYT?

@ketan ketan changed the title User management Improvements to the user management page Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants