Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#11426 dashboard #110

Merged
merged 17 commits into from
May 11, 2022
Merged

#11426 dashboard #110

merged 17 commits into from
May 11, 2022

Conversation

mahmut-gundogdu
Copy link
Contributor

@mahmut-gundogdu mahmut-gundogdu commented Apr 28, 2022

Ordering dashboard implemented

closes abpframework/abp#11426

@@ -9,6 +9,7 @@

<ItemGroup>
<ProjectReference Include="..\EShopOnAbp.OrderingService.Domain\EShopOnAbp.OrderingService.Domain.csproj" />
<ProjectReference Include="..\EShopOnAbp.OrderingService.Application.Contracts\EShopOnAbp.OrderingService.Application.Contracts.csproj" />
Copy link
Contributor

@gterdem gterdem May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not correct. EntityFrameworkCore layer shouldn't depend on Application.Contracts. See my comment for OrderingServiceRemoteServiceConsts.

Comment on lines 3 to 6
public static class OrderingServiceRemoteServiceConsts
{
public const string RemoteServiceName = "Ordering";
public const int Top10 = 10;
Copy link
Contributor

@gterdem gterdem May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the wrong layer for domain-related constants. Constants should be under Domain.Shared especially when you are planning to use them on EntityFrameworkCore layer.

@malikmasis malikmasis requested a review from gterdem May 5, 2022 12:43
@muhammedaltug muhammedaltug merged commit 133350b into main May 11, 2022
@muhammedaltug muhammedaltug deleted the 11426-Dashboard branch May 11, 2022 14:24
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.

eShopOnAbp: Admin UI - Dashboard
4 participants