Open Closed

Your feature request 💡 #3052


User avatar
3
alper created
Support Team Director

You can post your feature request under this topic. If other members like the feature, they can upvote☝️ the post. Upvotes will be considered when choosing from feature requests.

Rules of posting to this thread:

  • Your post should only contain feature requests. Posts with bug reporting or asking questions will be removed.
  • Your feature request must be a generic feature that will be used by most of the ABP developers.
  • Your feature request must clearly explain the problem the feature solves.
  • If you have multiple feature requests, do not write them in separate posts. Merge all the requests in a single post.

128 Answer(s)
  • User Avatar
    -1
    alper created
    Support Team Director
    • many-to-many with supporting custom properties in intermediate tables and wilth fully support on abp.suite
    • many-to-many UI with generated grids with related entity with options "New", "Update", "Link", "Unlink", "Delete" - example how it could be implemented: https://docs.devexpress.com/eXpressAppFramework/112719/getting-started/in-depth-tutorial-winforms-webforms/business-model-design/business-model-design-with-xpo/set-a-many-to-many-relationship-xpo

    Many to many is implemented in ABP Suite.

  • User Avatar
    0
    alper created
    Support Team Director

    Make use of css variables in themes so that it is changeable with reasonable effort. Taking the lepton theme as an example: I need to set my own colors so that they match my corporate identity.

    Starting from lepton6.css (copied from source into my project) I have one screen with the app running, another with debug console and another with the css file. I need to check the hex codes used to then manipulate the style sheet, which is WAY more effort than just replacing a bunch of variables. And now that I replaced everything with variables I am less exited about updates in this area, because I now have to constantly monitor changes >.<

    CMS kit has a feature to write your custom Css without even opening the solution. Just from the UI , runtime ! https://docs.abp.io/en/abp/latest/Modules/Cms-Kit/Global-Resources

  • User Avatar
    0
    alper created
    Support Team Director

    ABP Suite

    the word "running" - as in 'a process that is running' - might be better than "working" in this message context.

    This checks if we get Http-200 successful result from the running service. It is not checking the if the process is running.

  • User Avatar
    0
    hakan.uskaner created

    Hi,

    to be able to participate with speed of development at community site of abp it would be great if you could implement a parameter "upgrade-to-pro" for abp cli. The abp cli would use the free available examples as base and could upgrade them to a commercial version. That way a paying customer we would have a great effort. !

    This would work like this (for example on eshoponabp):

    • Clone free eshoponabp from Github
    • Upgrade to commercial modules , adding abp pro specific modules etc ( like the current microservice-template-pro)
  • User Avatar
    0
    hakan.uskaner created

    I do really like your docker and tye integration. This works great. But i don't like your kubernetes integration so far. i did face a lot of issues, and still have some.

    To improve that for future:

    Please implement with every new release a test in which you ensure that the charts/templates/values fit your new code version. That way you can catch up errors that only error during kubernetes execution. For us as cutomer you would deliver a more stable reliable product.

    Edit: Example: Together with my post before you could implement that as new Task for the commercial part in your eshoponabp github repo

  • User Avatar
    0
    barrett2474 created

    ABP Suite

    the word "running" - as in 'a process that is running' - might be better than "working" in this message context.

    This checks if we get Http-200 successful result from the running service. It is not checking the if the process is running.

    hmm, i think the point is being missed here - the message is not clear and confuses some users causing them to raise questions. some simple re-wording might help but I can only suggest.

  • User Avatar
    2
    cellero created

    Domain.{Entity}Manager.cs

    Recently the Create and Update task was moved into the Manager.cs and this was a nice improvement. The Delete was not moved to the manager. It remains in the application layer.

    I would like to see the Delete moved here as well.

    Reasons include:

    • Consistency in approach
    • There are times when additional logic is to be executed on the a Delete and the Doman Manager is the right place to do this
  • User Avatar
    0
    dboutwell created

    Feature Request : Custom HTTPS Responses for AppServices

    I would like the ability to customize my AppServices and be able to specify exactly what HTTP Status code gets returned by a particular response in order to better integrate the with external APIs using industry standard conventions. For example, the one that always bites is when the system sends an HTTP200 response when the user needs to authenticate.

    I am not sure how this would look in implementation, but it would go a long way towards making the framework more extensible and integratable, in my opinion.

  • User Avatar
    0
    alper created
    Support Team Director

    Feature Request : Custom HTTPS Responses for AppServices

    I would like the ability to customize my AppServices and be able to specify exactly what HTTP Status code gets returned by a particular response in order to better integrate the with external APIs using industry standard conventions. For example, the one that always bites is when the system sends an HTTP200 response when the user needs to authenticate.

    I am not sure how this would look in implementation, but it would go a long way towards making the framework more extensible and integratable, in my opinion.

    Did you check out https://docs.abp.io/en/abp/latest/Exception-Handling#http-status-code-mapping

  • User Avatar
    0
    dboutwell created

    Feature Request : Custom HTTPS Responses for AppServices

    I would like the ability to customize my AppServices and be able to specify exactly what HTTP Status code gets returned by a particular response in order to better integrate the with external APIs using industry standard conventions. For example, the one that always bites is when the system sends an HTTP200 response when the user needs to authenticate.

    I am not sure how this would look in implementation, but it would go a long way towards making the framework more extensible and integratable, in my opinion.

    Did you check out https://docs.abp.io/en/abp/latest/Exception-Handling#http-status-code-mapping

    I had not seen that, thank you! I will check it out.

  • User Avatar
    1
    farzad@dukkantek.com created

    Please enable creating Multi-Lingual Entity using abp suite

  • User Avatar
    0
    mel@quadsoftpa.com created

    The fact that adding a many to many relationship that does not respect the schema of the parent table is absolutely a bug; opposed to your statement that it is not here

    https://support.abp.io/QA/Questions/3381/BUG--CRUD-Generator-when-creating-a-Many-Many-table-does-not-respect-the-schema-name-of-the-app

    debating using schemas aside, does this really look like good database design to you?

  • User Avatar
    0
    mel@quadsoftpa.com created

    now I have a dilemma a real dilemma, do I really build out my database with this terrible design, or do I scrap the whole thing. entirely unacceptable

    modifying the migration file works fine but then the UI blows up

  • User Avatar
    0
    mel@quadsoftpa.com created

    more proper, I think anyone would have to agree. not?

    If this is not something you're going to fix, can you give some guidance on where to fix it?

  • User Avatar
    2
    improwise created

    With Blazor comming close to build once - run everywhere with MAUI and Blazor Hybrid, wouldn't it be nice with just one "Blazor" template for which you could select which Blazor UIs (WASM, Server, native) you want and then that generated components were but into a Razor Component Library instead?

    Perhaps from the start it could just be WASM + Server but with MAUI becoming more mature, perhaps become WASM + Server + MAUI. AFAIK, unless you start using Native controls, the Blazor components themselves and their markup should be very similar regardless of hosting environment.

    Not sure what amount of work this would mean, but just floating the idea in general.

    This was also posted as https://github.com/abpframework/abp/issues/13710 and has two votes on there which should count, one of them I believe is from a core team member :)

  • User Avatar
    1
    improwise created

    Add support for MAUI Blazor (BlazorWebView) in the ABP Suite Mobile Application (don't remember exactly what it is called). MAUI is supported but only as XAML. As I understand it, authentication is supposed to be handled in the XAML even when using mainly Blazor, so the changes needed would probably be quite small.

    Authentication in Blazor Hybrid apps is handled by native platform libraries, as they offer enhanced security guarantees that the browser sandbox can't offer. Authentication of native apps uses an OS-specific mechanism or via a federated protocol, such as OpenID Connect (OIDC). Follow the guidance for the identity provider that you've selected for the app and then further integrate identity with Blazor using the guidance in this article.

    https://docs.microsoft.com/en-us/aspnet/core/blazor/hybrid/security/?view=aspnetcore-6.0&pivots=maui

  • User Avatar
    0
    improwise created

    Add support for MAUI Blazor (BlazorWebView) in the ABP Suite Mobile Application (don't remember exactly what it is called). MAUI is supported but only as XAML. As I understand it, authentication is supposed to be handled in the XAML even when using mainly Blazor, so the changes needed would probably be quite small.

    Authentication in Blazor Hybrid apps is handled by native platform libraries, as they offer enhanced security guarantees that the browser sandbox can't offer. Authentication of native apps uses an OS-specific mechanism or via a federated protocol, such as OpenID Connect (OIDC). Follow the guidance for the identity provider that you've selected for the app and then further integrate identity with Blazor using the guidance in this article.

    https://docs.microsoft.com/en-us/aspnet/core/blazor/hybrid/security/?view=aspnetcore-6.0&pivots=maui

    Perhaps a better alternative could be to switch to MAUI Blazor project type instead of a plain MAUI one, since the former support Xaml AND Blazor, while the normal MAUI only supports Xaml and requires quite a bit a configuring to get Blazor working.

    Since ABP is primarilly a web framework, it would seem reasonable that anyone using ABP is more likely to use Blazor than XAML, as anyone interested in writing native apps only probably would not be using ABP at all.

  • User Avatar
    1
    roberto.fiocchi@mcsi.it created

    Add the features present in AspNetZero RadTool to Abp Suite as the section "Other" where we can set "Advanced Filter", "List in UI" and "Create and Update".

    And, if possible, reduce the number of template files used by Abp Suite also giving the possibility to indicate the sub-path where to save the files as it could be done in AspNetZero RadTool.

    Thanks, Roberto

  • User Avatar
    0
    alper created
    Support Team Director

    Add the features present in AspNetZero RadTool to Abp Suite as the section "Other" where we can set "Advanced Filter", "List in UI" and "Create and Update".

    And, if possible, reduce the number of template files used by Abp Suite also giving the possibility to indicate the sub-path where to save the files as it could be done in AspNetZero RadTool.

    Thanks, Roberto

    yes this is on the roadmap , we'll implement it.

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

  • User Avatar
    0
    alper created
    Support Team Director

    Add the features present in AspNetZero RadTool to Abp Suite as the section "Other" where we can set "Advanced Filter", "List in UI" and "Create and Update".

    And, if possible, reduce the number of template files used by Abp Suite also giving the possibility to indicate the sub-path where to save the files as it could be done in AspNetZero RadTool.

    Thanks,
    Roberto

    yes this is on the roadmap , we'll implement it.

    this feature is included in ABP v7.2 release.

  • User Avatar
    0
    alper created
    Support Team Director

    re-activated

  • User Avatar
    0
    lizhaofeng created

    I hope to use ABP Suite to generate Excel export functionality with localized column names, so that there is no need to modify the code again after it's generated.

  • User Avatar
    0
    davidlbrenchley@gmail.com created

    CMS Pro module for Blazor Server. It does have the admin stuff, but not able to use the user facing CMS capabilities. Have to put it on a different website as asp.net mvc and that is a no-go. Has to work on the same website/blazor server.

  • User Avatar
    0
    dmeagor created

    Suite

    • Add db name mappings to suite crud generator.
    • Allow import from existing class

    Login

    • When someone logs in with SSO, display a list of matching tenants and let them click through
    • Add required login via google/sso option.

    File Manager

    • See imagekit https://github.com/imagekit-developer/embeddable-media-library
    • I think a popup iframe version makes more sense as you can add it to different widgets, even if you're not using the ABP themes.
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11