getredash / redash

Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
http://redash.io/
BSD 2-Clause "Simplified" License
25.99k stars 4.34k forks source link

After inviting a new user, we should show the pending invites #4022

Open arikfr opened 5 years ago

arikfr commented 5 years ago

Issue Summary

After you invite a new user you're redirected to the users list, which doesn't show this new user.

We should either:

  1. Redirect you to the Pending Invites page.
  2. Show a message saying the user was invited with a link to the pending invites page.
ranbena commented 5 years ago

Option 1 won't necessarily show you the new invite unless redirecting to last page in pagination (assuming it's the last entry).

Option 2 is best (but the link would have the same problem).

arikfr commented 5 years ago

It's not a huge issue as usually you won't have that many pending invites. Also it makes sense to sort it in reverse chronological order, so the last one will always be first.

ranbena commented 5 years ago

Sounds good to me 👍

ranbena commented 5 years ago

Also it makes sense to sort it in reverse chronological order

It's already like that 😅