Enhancing the 'Coverage' Command for Detailed Action/Permission Conditions #837
Labels
area/schema
Issues related with modeling and schema.
💎 Bounty
coverage-command
go
Pull requests that update Go code
Description
We need to improve the accuracy and detail of the 'Coverage' command used in evaluating action/permission conditions within our system. A key concern is ensuring that every aspect of a permission condition is thoroughly covered and assessed for accuracy. The current implementation may lead to incomplete assessments, as exemplified by the sample condition provided.
Sample Condition for Reference
In this example, asserting only a part of the condition (like
system.view
) is considered sufficient for coverage, even if other parts are not asserted. This approach can lead to suboptimal results and inaccuracies in coverage evaluation.Suggested Improvements
is_public
,is_partner
) is individually evaluated and asserted in the 'Coverage' command.Goals
Action Items
Request for Comments
We seek feedback and suggestions, particularly regarding:
The text was updated successfully, but these errors were encountered: