UI: Show the project role uuid
- Dominant language
- Java
- Stars
- 3.1k
- Forks
- 1.4k
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 32
Description
### The required feature described as a wish
As a User/Admin/Operator, I would like to see the project rule uuid
Steps to reproduce the issue
1. Navigate to project > create a project
2. Navigate to project role , there is name and descripion of the project role but no uuid detail
Available in the API call
```
(localcloud) 🐱 > list projectroles projectid=7088a301-c83e-4575-8b1c-f8ee75bc3c93
{
"count": 1,
"projectrole": [
{
"description": "test-project-role",
"id": "bbfd77ae-d0f1-4b97-8215-4b8fa975dd47",
"ispublic": true,
"name": "test-project-role",
"projectid": "7088a301-c83e-4575-8b1c-f8ee75bc3c93"
}
]
```
Similarly, if you look at the normal cloudtack roles the uuid is present
Contributor guide
Research direction
Start at the project role page reached through Project > Create a project, and compare it with the normal CloudStack roles view where the UUID is already shown. Use the list projectroles API response as the expected source and verify that the project role UUID appears beside its name and description in the UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100