github-actions[bot] commented on issue #14082: URL: https://github.com/apache/cloudstack/issues/14082#issuecomment-5590041527
## ๐ฏ Triage report Requests that the memory-size input field for flexible compute offerings in the UI accept/display values in GiB instead of MiB, to avoid awkward MiB values when users intend round GiB numbers. This is a small UX/UI enhancement request. ### ๐ Assessment | Dimension | Value | Reasoning | |---|---|---| | **Type** | `type:enhancement` | Pure UX improvement request, not a bug. | | **Component** | `component:UI` | Change is scoped to the compute offering creation/edit UI. | | **Severity** | n/a | Not applicable โ this is an enhancement, not a bug. | | **Labels** | type:enhancement, component:UI | See above. | | **Coding agent** | Needs more info | The UI change itself (unit toggle/dropdown, or switching displayed unit) is well-scoped and self-contained, but the exact desired UX (default unit, whether MiB should remain selectable, whether API/backend storage unit changes) isn't fully specified and would benefit from maintainer/UX input before implementation. | ### ๐ Similar issues No similar or duplicate open issues were found for this request. <details><summary>๐ก Notes and suggestions</summary> - A reasonable implementation path: keep the underlying API/DB value in MiB (no backend changes needed) and only change the UI form to accept/display GiB, with a unit dropdown (GiB default, MiB optional) as the author suggests, converting to MiB before submission. - Relevant UI code is likely in `ui/src/views/offering/` (compute offering forms) โ worth checking for existing unit-handling patterns (e.g. how disk offering size fields handle GB/MB, if any) to keep UX consistent across the product. - This could be a good "help wanted" / newcomer-friendly UI task if a maintainer scopes the exact desired interaction. </details> > Generated by [Daily Issue Triage](https://github.com/apache/cloudstack/actions/runs/34232516163) ยท sonnet50 110.8K ยท [โท](https://github.com/search?q=repo%3Aapache%2Fcloudstack+%22gh-aw-workflow-call-id%3A+apache%2Fcloudstack%2Fdaily-issue-triage%22&type=issues) > <details> <summary>Add this agentic workflows to your repo</summary> To install this agentic workflow, run ``` gh aw add githubnext/agentics/workflows/daily-issue-triage.md@d7c1dc4b72b00607a67caaffdcc216cb64379cf9 ``` </details> <!-- gh-aw-agentic-workflow: Daily Issue Triage, engine: copilot, version: 1.0.52, model: claude-sonnet-5, id: 34232516163, workflow_id: daily-issue-triage, run: https://github.com/apache/cloudstack/actions/runs/34232516163 --> <!-- gh-aw-workflow-call-id: apache/cloudstack/daily-issue-triage --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
