abpframework / abpframework/abp

SimpleStateChecking Improvement notes

Open
#13,762 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

abp-framework enhancement priority:low
Dominant language
C#
Stars
14.4k
Forks
3.7k
Avg merge
15h 32m
Merged PRs (30d)
106

Description

  • We may create a new package, Volo.Abp.SimpleStateChecking and move related classes into this package. I don't think that it should be located in the Volo.Abp.Core package.
  • I could not make RequirePermissionsSimpleBatchStateChecker properly serialized when we use it via .RequirePermissions(...) extension method (in this PR: https://github.com/abpframework/abp/pull/13644).
  • We may create composite checker with Or, And and Not operations for complex needs.

These can be separated into sub-issues.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the SimpleStateChecking classes and the RequirePermissionsSimpleBatchStateChecker path referenced in PR #13644; no concrete file or test is named, so first map those entry points. Done requires splitting the three proposals into scoped sub-issues and agreeing on package placement, serialization behavior, and composite operations before implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
authorization, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.