abpframework / abpframework/abp
Document changes with Dynamic permissions/features/settings/text-templates
Open
@hikalkan is already working on this.
Since Aug 21, 2022.
documentation
effort-sm
- Dominant language
- C#
- Stars
- 14.4k
- Forks
- 3.7k
- Avg merge
- 15h 32m
- Merged PRs (30d)
- 106
Description
Based on https://github.com/abpframework/abp/pull/13644
- Document
SaveStaticPermissionsToDatabase,IsDynamicPermissionStoreEnabled,DeletedPermissionGroups,DeletedPermissionsin thePermissionManagementOptions. (DeletedPermissionGroups,DeletedPermissionswill be moved toAbpPermissionOptions) ISimpleStateCheckerSerializer(in the advanced section of state checkers)IDynamicPermissionDefinitionStore(authorization - advanced section)- Allow to check a permission (with its name) without defining it (statically or dynamically).
PermissionCheckerreturnsfalse(prohibited) for undefined permissions. (authorization doc) IRootServiceProviderAccessor(DI doc)- Application Name (where?) and InstanceId with the
IApplicationInfoAccessorservice. - Set AbpAuditingOptions.ApplicationName from the new Application Name by default.
- ILocalizableString and their implementations can be documented (they are not documented yet at all)
- ILocalizableStringSerializer (localization document, advanced section)
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.
Assessment
This issue has not been assessed yet.