neelbhat88 / imuadev

2 stars 0 forks source link

Small enhancements - Org Admins can delete users, Select All/Unselect All buttons on Tasks page #837

Closed neelbhat88 closed 9 years ago

neelbhat88 commented 9 years ago

Added the ability for an Org Admin to delete a user from the UI. For now it deletes all data from our system but the user is warned about that before deleting.

Moved the Select All button to the top when Assigning users to a Task (a customer said it was annoying to have to scroll all the way down to select all). As part of this, also added a "Unselect All" button to make it easy to undo the select all.

neelbhat88 commented 9 years ago

@Jakeah @ttapers - I added an easy way for us to send notifications for ourselves into Slack. Slack allows webhooks which basically send json data that gets posted in the specific channel. We now have a channel called webapp-user-actions which we can send messages to that we care to keep track of. Right now every time a user is created or deleted we'll get notified in slack. That info might be useful for us when it comes to contract stuff (e.g. if the contract says only 80 users we want to know if an org adds more users or if orgs delete users we might want to update their pricing in the next month if on a monthly plan).

If there are things we want to track or see how features are being used (e.g. every time a tag is created) put in a notification into slack with whatever information will be useful for us. It's super easy to search in slack which makes this useful.

neelbhat88 commented 9 years ago

Merging this, @Jakeah @ttapers feel free to take a look at the changes whenever you get a chance and I can make any changes if you see the need