abpframework / abpframework/abp
SimpleStateChecking Improvement notes
Open
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.SimpleStateCheckingand move related classes into this package. I don't think that it should be located in theVolo.Abp.Corepackage. - I could not make
RequirePermissionsSimpleBatchStateCheckerproperly 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,AndandNotoperations for complex needs.
These can be separated into sub-issues.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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