UI: Show the project role uuid
- 主要语言
- Java
- 星标
- 3.1k
- 派生
- 1.4k
- 平均合并
- 6 天 19 小时
- 30 天内合并 PR
- 32
描述
### 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 进入的项目角色页面开始,并将其与常规的 CloudStack 角色视图进行比较,后者已经显示 UUID。使用 list projectroles API 响应作为预期来源,并验证项目角色的 UUID 是否在 UI 中显示在其名称和描述旁边。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- frontend
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 68/100