What
The Governance Action Details page currently displays a threshold for the Constitutional Committee (CC) group of voters when the governance action type is "Info". While technically correct per CIP-1694, the threshold should be 100%, not 67% as currently displayed. However, since this action type has no actual effect even at 100%, it's better to hide the threshold in this specific case.
Why
- Prevents confusion among users who might assume the threshold has functional significance.
- Ensures clarity in governance action presentation.
- Aligns the UI with the actual governance mechanics, where "Info" actions do not require a threshold.
- Avoids misleading representation of governance rules.
How
- Identify where the threshold for governance actions is displayed in the UI.
- Apply logic to hide the threshold when:
- The governance action type is Info.
- The voter group is the Constitutional Committee.
- Ensure other governance action types and voter groups continue to display thresholds correctly.
- Validate the change through UI tests to confirm the threshold is hidden in the specified case.
Acceptance Criteria
What
The Governance Action Details page currently displays a threshold for the Constitutional Committee (CC) group of voters when the governance action type is "Info". While technically correct per CIP-1694, the threshold should be 100%, not 67% as currently displayed. However, since this action type has no actual effect even at 100%, it's better to hide the threshold in this specific case.
Why
How
Acceptance Criteria