Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Split Startup configurations by layer #1543

Closed
hocinehacherouf opened this issue Nov 16, 2022 · 1 comment · Fixed by #1645
Closed

Feature: Split Startup configurations by layer #1543

hocinehacherouf opened this issue Nov 16, 2022 · 1 comment · Fixed by #1645
Assignees
Labels
enhancement New feature or request refactoring Restructure the source code so as to improve operation with
Milestone

Comments

@hocinehacherouf
Copy link
Contributor

Describe the solution you'd like
Configurations of services and app must be delegated to the corresponding layers:

  • Application:
    • Configuration of Automapper
    • Configuration of services defined on this layer
    • ...
  • Infrastructure
    • Configuration of database
    • Configuration of Authentication
    • Configuration of services defined on this layer
    • ...
@kbeaugrand
Copy link
Member

Depends on #1256

@kbeaugrand kbeaugrand self-assigned this Dec 6, 2022
@kbeaugrand kbeaugrand added the refactoring Restructure the source code so as to improve operation with label Dec 6, 2022
@kbeaugrand kbeaugrand added this to the S49 milestone Dec 6, 2022
@kbeaugrand kbeaugrand moved this from 📝 Todo to 🚧 In Progress in IoT Hub Portal Dec 6, 2022
kbeaugrand added a commit that referenced this issue Dec 6, 2022
hocinehacherouf pushed a commit that referenced this issue Dec 6, 2022
@hocinehacherouf hocinehacherouf moved this from 🚧 In Progress to 🚀 Ready in IoT Hub Portal Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring Restructure the source code so as to improve operation with
Projects
Status: 🚀 Ready
Development

Successfully merging a pull request may close this issue.

2 participants