Giter Club home page Giter Club logo

easyabpguide's People

Contributors

gdlcf88 avatar wakuflair avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

easyabpguide's Issues

Fix bread crumbs

We are using the bread crumbs in the wrong way.

For example, the product management page of the EShop.Products module

    PageLayout.Content.BreadCrumb.Add(L["Menu:Product"].Value);
    PageLayout.Content.MenuItemName = ProductsMenus.Product;

It should be

    PageLayout.Content.BreadCrumb.Add(L["Menu:EShop"].Value);
    PageLayout.Content.MenuItemName = ProductsMenus.Product;

or

    PageLayout.Content.BreadCrumb.Add(L["Menu:EShop"].Value);
    PageLayout.Content.BreadCrumb.Add(L["Menu:ProductManagement"].Value);
    PageLayout.Content.MenuItemName = ProductsMenus.Product;

We should also check the generation of the AbpHelper.

AbpHelperGUI报错

按照 五分钟完成 ABP vNext 通讯录 App 开发 文档来做的时候,到了GUI那步,直接报错:
image
现在abp官网生成的源码目录应该是没有了aspnet-core了,请问这么解决这个报错

Make the `DisplayOrder` properties ASC ordered

Currently, the DisplayOrder properties in EasyAbp modules are DESC ordered.
I want to change them to ASC ordered. That will be a breaking change, so we should create a PR for each repository.

License

Hello I want use this commercially and also support your development.

AspNetZero is very very expensive and gettign more expensive, if you have a similar service on that I would be will to buy the license for 50 to 100$ for UI and modules.

Do you have social media/elgg like module

thanks

请问,还有机会加入贵组织吗?

EasyAbp 团队,你们好!
本人使用aspnetboilerplate框架有三年的工作经验,使用abpframework也有半年的经验了,目前在用abp写一个微服务项目,最近还翻译了一些abp官方文档
今天无意间了解了一些贵组织的项目,我对贵组织非常感兴趣!不知道有没有机会能够成为贵组织的一员?

如有机会,请联系我:[email protected]

谢谢!

Replace action ETOs publishing with the integration services

After the issue abpframework/abp#12470 is complete, we can use the new integration service to replace most action ETOs publishing.

The reasons:

  1. The request side can get results immediately by invoking an integration service, but the action events can't.
  2. Idempotency cannot always implement. Assume I am not using ABP's event inbox, or I implement it in another way. If a CreatePaymentEto action event is received more than once, we can avoid double-creating the payment by checking the payment entity with the same ItemName+ItemKey exists. But thinking about the CreateIssueEto, we should allow issues with the same title/content created.

贡献:投票活动模块

可以快速的开启一场投票活动,模式类似于国内各种投票。

该模块由活动、选手、投票规则三部分组成。创建活动后你可以将选手添加进去,在你预定义好的规则集合中选择开启符合本次活动的投票规则。

链接https://github.com/applebananamilk/EasyAbp.Voting

请评审是否是社区所需要的,是否符合社区规范,谢谢。(该模块只有接口,并无UI)

NanoFabric是否会有后续的版本

abp vnext做微服务的话始终感觉有些东西有所欠缺,但是实现代码的模块化还是不错的。感觉NanoFabric可以跟abp结合起来,一个是微服务实现的架构,一个是代码层面的模块化。期待NanoFabric后续的版本

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.