console icon indicating copy to clipboard operation
console copied to clipboard

🐛 Bug Report: IDs of entities are not visible

Open ddenev opened this issue 3 years ago • 4 comments

👟 Reproduction steps

After the upgrade to the new console, all the IDs for Databases, Users, Functions, Collections, etc. are now displayed just as Database ID, User ID, etc. with a "click to copy" function on them but the actual ID strings are no longer visible: image image

It is important to be able to quickly see the IDs for all kinds of purposes - for example, when I need to refer to the user ID which I previously console.log()-ed in my code.

👍 Expected behavior

Show the entity IDs instead of Database ID etc.

👎 Actual Behavior

Entity IDs as hidden.

🎲 Appwrite version

Version 1.1.x

💻 Operating system

Linux

🧱 Your Environment

No response

👀 Have you spent some time to check if this issue has been raised before?

  • [X] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

ddenev avatar Nov 18 '22 19:11 ddenev

I would like to work on this issue.

vyomaaverse avatar Nov 18 '22 21:11 vyomaaverse

As of 1/2/2023, the name of an ID is shown in the dashboard with the ability to click on it to copy the actual ID. I often have simple IDs with a more expressive name. If I am flipping around the dashboard, having to click, copy, then paste the ID, is more burdensome than typing "post." Often, I have to copy/paste into an arbitrary text input because I don't want to paste the value; I am only confirming what it is.

pspierce avatar Jan 07 '23 14:01 pspierce

@pspierce would you please 👍 this issue so we can properly gauge feedback?

stnguyen90 avatar Feb 20 '23 15:02 stnguyen90

@stnguyen90 I would love to work on this!

I also tried some designs on how the button could be redesigned. I am open to feedback.

Screenshot 2023-03-23 at 3 32 18 PM

imtushardave avatar Mar 23 '23 10:03 imtushardave