Skip to content

Refactor and consolidate Shared project structure.#1045

Merged
iammukeshm merged 2 commits intofullstackhero:mainfrom
AliRafay:bugfix/refactor-shared-project
Oct 19, 2024
Merged

Refactor and consolidate Shared project structure.#1045
iammukeshm merged 2 commits intofullstackhero:mainfrom
AliRafay:bugfix/refactor-shared-project

Conversation

@AliRafay
Copy link
Contributor

@AliRafay AliRafay commented Oct 16, 2024

Issue #1043

The project structure has been modified to remove the "Shared" project from the "api\modules" directory and add a new "Shared" project in the "Shared" directory. The solution configuration has been updated accordingly. References to the old "Shared" project have been replaced with references to the new "Shared" project.

The TenantConstants and IdentityConstants classes have been moved to the FSH.Starter.Shared.Authorization namespace. The IdentityDbInitializer and TokenService classes have been updated to use the new constants. The ClaimsPrincipalExtensions class has been removed.

Various endpoint and service classes have been updated to use the new FSH.Starter.Shared.Authorization namespace. The Core.csproj and Infrastructure.csproj files have been updated to reference the new "Shared" project.

The FSH.Framework.Core.Tenant and FSH.Framework.Infrastructure.Tenant namespaces and their associated classes have been removed, and the FSH.Starter.Shared.Authorization namespace has been added. Unused namespaces have been removed from multiple files.

The Shared.csproj file was updated to target .NET 8.0 and enable implicit usings and nullable reference types. New static classes for constants related to image formats, claims, actions, permissions, resources, roles, identity, and tenants have been added.

The project structure has been modified to remove the "Shared" project from the "api\modules" directory and add a new "Shared" project in the "Shared" directory. The solution configuration has been updated accordingly. References to the old "Shared" project have been replaced with references to the new "Shared" project.

The `TenantConstants` and `IdentityConstants` classes have been moved to the `FSH.Starter.Shared.Authorization` namespace. The `IdentityDbInitializer` and `TokenService` classes have been updated to use the new constants. The `ClaimsPrincipalExtensions` class has been removed.

Various endpoint and service classes have been updated to use the new `FSH.Starter.Shared.Authorization` namespace. The `Core.csproj` and `Infrastructure.csproj` files have been updated to reference the new "Shared" project.

The `FSH.Framework.Core.Tenant` and `FSH.Framework.Infrastructure.Tenant` namespaces and their associated classes have been removed, and the `FSH.Starter.Shared.Authorization` namespace has been added. Unused namespaces have been removed from multiple files.

The `Shared.csproj` file was updated to target .NET 8.0 and enable implicit usings and nullable reference types. New static classes for constants related to image formats, claims, actions, permissions, resources, roles, identity, and tenants have been added.
@AliRafay AliRafay changed the title Refactor and consolidate Shared project structure Refactor and consolidate Shared project structure. Issue #1043 Oct 16, 2024
@AliRafay AliRafay changed the title Refactor and consolidate Shared project structure. Issue #1043 Refactor and consolidate Shared project structure. Oct 16, 2024
Renamed `FshAction` to `FshActions` and `FshResource` to `FshResources` across multiple files for consistency:
- Updated class names in `FshActions.cs` and `FshResources.cs`.
- Modified references in `FshPermissions.cs`, `EntityTableContext.cs`, and various `.razor.cs` files.
- Ensured all permission checks and resource assignments use the new class names.
@iammukeshm iammukeshm merged commit 57605d9 into fullstackhero:main Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants