ADORSYS-GIS / ADORSYS-GIS/lightbridge-authz
[Ticket]: Per-project budget ceiling
- 主要语言
- Rust
- 星标
- 0
- 派生
- 1
- 平均合并
- 7 小时 7 分钟
- 30 天内合并 PR
- 237
描述
## Type
Feature
## Summary
getBudgetBalance is keyed by account only and projectQuota is a governance tier id, so no per-project meter can show real headroom in the console.
## Intent
Console UI/UX revamp epic: https://github.com/ADORSYS-GIS/converse-frontends/issues/368 — the console cuts every surface that fakes missing backend data; this ticket is the backend contract needed to restore the surface honestly.
## Acceptance Criteria
- Contract available over the authz-rpc / usage query path the console consumes.
- Console follow-up can render real values with no hardcoded nulls.
_Source of truth: https://github.com/ADORSYS-GIS/converse-frontends/issues/368_
贡献指南
调研方向
Start by tracing the authz-rpc / usage query path consumed by the console, then determine where the account-only getBudgetBalance and projectQuota data are exposed. Done means a per-project budget-ceiling contract is available there and the console follow-up can render real values without hardcoded nulls.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust
- 领域
- api, authorization, backend
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 活跃
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100