UI: Show the project role uuid
- 主要語言
- Java
- 星號
- 3.1k
- 分支
- 1.4k
- 平均合併
- 7 天 14 小時
- 30 天內合併 PR
- 31
描述
### 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
貢獻指南
研究方向
從透過 Project > Create a project 進入的專案角色頁面開始,並將其與已顯示 UUID 的一般 CloudStack 角色檢視進行比較。使用 list projectroles API 回應作為預期來源,並確認專案角色的 UUID 會在 UI 中顯示於其名稱和描述旁邊。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- java
- 領域
- frontend
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 68/100