jhipster / jhipster-net-sample-app-template

JHipster.NET sample application
50 stars 18 forks source link

Some modifications to fulfill standard development with .NET #10

Closed kbeaugrand closed 5 years ago

Authfix commented 5 years ago

Sound pretty solid.

Some projects are not in the src folder (pull request done on @kbeaugrand fork).

ClientApp folder and wwwroot ? Think we can discuss about that.

danielpetisme commented 5 years ago

@kbeaugrand Thanks for this huge refactoring.... a bit to big in fact. In the same PR, you're proposing

It's a kind of blocking PR for other contributors (too much breaking stuff). Could you split the PRs to ease the review and speed up the integration.

Priority1 the namespaces namings and structure, please.

kbeaugrand commented 5 years ago

Hi,

I'll try to do it this week.

Regards,

danielpetisme commented 5 years ago

We definitively needs to split the PR!!

Hey, I had a qiuck overview and I have some concerns:

kbeaugrand commented 5 years ago

Hi my answers:

You can close this PR, I'll do other PR further

Regards,

danielpetisme commented 5 years ago

Ok so I close this one and we move to smaller PRs. The smaller they are, the easier it is to review, the faster they are merged. 🚀 (+ it's not blocking for further PRs, poke @Authfix )

Some guidelines. The jhipster generator can propose options, so try to be propose the simplest default implementation and keep the "flavors" for a more detailed generation. I that point, I don't know if DDD, Store/Manager, are mandatory or correspond to a more "elaborate" base code. As a comparision, JHipster default the generated application use a very straightforward architecture. The repositories are directly used in the controllers and the service layer, dtos, interfaces for services are generation options. https://github.com/jhipster/jhipster-sample-app

Thank your for your motivation!! It's awesome!