-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Show resource IDs in the Dashboard #15654
Comments
For more context: We are often using these identifiers to include users in A/B tests or private betas. There is no current easy way to communicate how to get these values. We can start using the team name, or other aspects of the user as the unique identifier, however if the resource ID is the best unique identifier, we do need some way for users to access that, even if it's hidden away on some page in the user settings. |
@easyCZ I understand and agree with the problem statement above. Cc @loujaybee FWIW, I could be wrong but some UUIDs are already visible in the URL path. For example:
However, it's obvious that some of these are hidden behind the admin dashboard and could be beneficial to surface these in the dashboard of the user. Spent some time doing a quick exploration how this could look like and we could introduce a subtle copy-to-clipboard button for the team, project, and prebuild on the header section like In both cases we could shorten the UUID to the first part (see screenhot below) and mention in the copy-to-clipboard tooltip that this action will copy the full UUID. |
Thanks @gtsiolis Seeing the UUIDs in the admin view is a bonus, but I'd like for them to be primarily visible in the regular UI. An additional reason for this is to enable easier integration with the Public API. When exploring initially, a user may want to find the ID of a resource and retrieve it with the API as a first touch point to get familiar with the SDKs - easily grabbing the IDs would aid that. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe
When viewing a resource (workspace, project, team, prebuild), show the UUID of the resource in the UI.
This is useful for the following:
The text was updated successfully, but these errors were encountered: