Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "vladsd"

Question

Did anyone implemented an elegant email template in this framework?

Are there 3rd party email templates solution in C#?

Thanks.

Question

Can notification system can be extended to support SMS and email notification, maybe even post mail?

Do you know if zero framework considered to allow social login credentials per tenant?

If you just enable per host, new requirements from fb and google require exact path of redirect url, with many tenants, one need to go and update that path everytime new tenant is added.

Any ideas?

Thanks,

Looks like a simple configuration enhancement?

Can I override AbpWebApiModule and PostInitialize?

Thanks.

@alper, thanks.

For net.core I found When an application service is converted to an MVC Controller, it's default route will look like this: /api/services/<module-name>/<service-name>/<method-name>. For example, if ProductAppService defines a Create method, it's URL will be /api/services/app/product/create (assuming that the module name is 'app').

So I can change /app/ to /v1/

  1. What about base path, like /api/services/, I want to change '' - empty string so just /api/
  2. What about custom mapping path, for example I want to remap all reference to OgranizationUnits controllers, simply to Groups, can I configure it?

Thanks for help.

@ ismcagda thanks for suggestion, I found that doing for each loop and mapping by hand solves the issue. not elegant but working. in general please consider an easy way to add properties to features and have those properties appear on front end for display, like image, color, etc.

@ ismcagdas, you are correct and @BobIngham has a good description of forms idea and his implementation approach seems to be very standard.

@ismcagdas - thanks for advise on modals full screen, its a workaround. if you add this as a feature to next release, please let me know. thanks.

Is there are easy way to remap services names and uris. For example, I want remap OrganizationUnit to be PreferenceUnit and all APIs associated with OrganizationUnit to be Preference, I am also not a big fan of long path to api. I would like /vX/subject/action As you can see I added versioning to api.

Please advise if you know, thanks a lot.

Answer

Here are top 4 docs tools <a class="postlink" href="http://www.docbuilds.com/">http://www.docbuilds.com/</a>

Showing 121 to 130 of 166 entries