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

Activities of "vladsd"

Answer

@alper - thanks. yes, we are on the same page. for sure it can be build. i am happy to wait for next release if its on your roadmap.

besides entity and db mapping, one needs to make sure its used just in time when needed.

in addition, it would be nice to allow flexible template config, so API can be used to send emails via backend by tenants.

Answer

@faisalalam - does it mean its on the list for next release?

Zero Angular version is using a lot of modal dialog for create/edit.

Is there a simple way to wrap those modals into the routes and present them that way vs via modal dialog?

Thanks for insight.

Answer

@yekalkan - on your comment, let say I have field 'Name' in context of Animals. It should be prefix with that context, as if I have Name in context of tenants, they would not make sense.

Answer

@alper - do you mean, that you suggest to store those user custom template on the server or in database? What about upgrades or multihost system?

@bobIngham - thanks for the link,I will check out.

I just think a framework like zero should have an easy to use/customize email, and static content system.

Question

Got to play with RAD tool, not sure you want feedback here or on github. You can move it. Here is a first impression: GREAT JOB!

For sure RAD tool gives a core code that saves lots of time.... Here some suggestions!

DATA:

  1. Allow for maxchar definition in database.
  2. Allow to specify foreign keys.

APPLICATION:

  1. Allow for multilevel namespace. For example MyCompany.MyGroup.MyModule.MyEntity
  2. Allow for new Entity to existing Entity relationship. For example MyDealership.HasManyCars and express it in the code.
  3. XML localization generated should prefix name with name of Entity so it does conflict. For example generic filed "Name" would get duplicated.

ANGULAR UI: Since I only used Angular, my feedback is here for it.

  1. Allow grouping of Entity fields, groups create tabs on modal.
  2. Allow to choose between modal edit and not modal edit for details.
  3. Allow for UI generation for aggregation of foreign keys or collections, as above in application, my dealership has many cars, so dealership entity ui has a tab to add cards. just like roles and and users or org units and members.
  4. Allow to spec what field in UI should be used, like date, multiline, checkbox, badges, etc.

Thanks for a great tool, hope the above feedback is of the value.

Have you seen this link: <a class="postlink" href="https://www.aspnetzero.com/Documents/Extending-Existing-Entities">https://www.aspnetzero.com/Documents/Ex ... g-Entities</a>

Answer

@alper - thanks. I see INotificationPublisher which implements database based notification, and subscribe/publish paradigm. I was hoping zero can extend it to include 3rd party SMS service, and native email system

Answer

@alper - thank you. While it works for templates you predefined, it would not work if you want non programmer to change template content.

I found a good directory of prebuild template system. Maybe Zero can adopt one? <a class="postlink" href="http://nugetmusthaves.com/Tag/Templating">http://nugetmusthaves.com/Tag/Templating</a>

done, thanks. see <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/3082">https://github.com/aspnetboilerplate/as ... ssues/3082</a>

Showing 111 to 120 of 166 entries