abpframework / abpframework/abp

Document changes with Dynamic permissions/features/settings/text-templates

Open
#13,758 0 comments 1 reaction 1 assignee View on GitHub

@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, DeletedPermissions in the PermissionManagementOptions. (DeletedPermissionGroups, DeletedPermissions will be moved to AbpPermissionOptions)
  • 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). PermissionChecker returns false (prohibited) for undefined permissions. (authorization doc)
  • IRootServiceProviderAccessor (DI doc)
  • Application Name (where?) and InstanceId with the IApplicationInfoAccessor service.
  • 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

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.