Base solution for your next web application
Open Closed

New Modules #8


User avatar
0
bogdan created

Hi Halil, Any guidelines on adding new abp modules? I was thinking on adding functionality which will deliver Application/DTO metadata (properties, types, validation rules) to the client such that it will be easy to auto generate angular-ui-grid based list-pages and view/edit pages. It looks redundant to create CRUD UI manually over and over again.


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Not yet, as a guide. But you can check these:

    <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Module-System">http://www.aspnetboilerplate.com/Pages/ ... ule-System</a> <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Startup-Configuration">http://www.aspnetboilerplate.com/Pages/ ... figuration</a>

    I suggest you to create a new topic (in this forum) to discuss the features. We may consider it to implement in ABP's core framework or in a seperated module. Also, we can discuss some implementation details. What's your exact idea, how your client side javascript will be formatted. Will you create a code that generates screens from this metadata... and so on.