Base solution for your next web application
Open Closed

Suggestions and corrections #1965


User avatar
0
maxmjbn created

Where is the right place to submit suggestions and corrections?

Here are suggestions:

  1. Switch from jTable to DataTables.net. I know jTable is your product but it seems you have so much thing in your plate, jTable has ~1300 unsolved issues and, let's face it, it has many display issues.

  2. On this forum, add a search box in the header. It is a pain to have to click on Search, then Advanced search, then wait to be able to write something in the box.

Here is a correction: On this page: <a class="postlink" href="https://aspnetzero.com/Documents/Developing-Step-By-Step-MPA#creating-person-application-service">https://aspnetzero.com/Documents/Develo ... on-service</a>

You are talking about ListOutputResult... but it does not exist. After some research, I think you renamed it ListResultDto. It looks like IInputDto was removed too (many months ago). I think this whole page and multiple projects (see your samples) need to be updated.

With all due respect, your product contains great code and nice way to do things and scale well. That said, the documentation and examples provided are not as clear as they should. In the end,a product like your is as good as its documentation. You may provided a great solution but if I can't figure out how to make it work without reverse-engineering your process, I don't have much gain.

I encourage you to update everything and I'm here to point what isn't working well if you need.

Thanks in advance.


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

    Hi,

    Thank you very much for your suggestions. It's good place to share your ideas here.

    1. Most of jTable's issues are not issue actually. It's used as a forum for questions since it has not another forum. We don't spend time for jTable for a while. But we fix bugs as we find, because we are actively using it in real projects. Using jTable has a big advantage: We can control the code, so we better know how to write adapters for it. We used ui-grid for Angularjs since it is developed by google and more natural to use it. For replacing datatables.net; Actually, why I created jTable is for I didn't like datatables much :) But we will consider your suggestion and look for a better way. Thanks.

    2. Actually, there is one search. You can click this icon:

    [attachment=0:1ehrk4yo]Clipboard01.jpg[/attachment:1ehrk4yo]

    We know that a good documentation is mandatory for such a product and we believe we have detailed documents and articles (including <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents">http://www.aspnetboilerplate.com/Pages/Documents</a>). We'll update documentation, sorry for that. We also planned to add new documentation/tutorial in the future.

    Thanks again for your comments and your valuable time to write all these.

  • User Avatar
    0
    jonas452 created

    lol, i did not know that was a search button. thx!

  • User Avatar
    0
    maxmjbn created

    Thank you for the reply!

    May I also suggest longer session timeout. It seems to me like I alway do have to login each time I want to do something.

    A session should last, at least, 24 hours. Why not a week of inactivity before you kill the session? It's not my bank account! :-)