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

Define project structure #6

Open
mohamedcedrictraore opened this issue Apr 9, 2019 · 3 comments
Open

Define project structure #6

mohamedcedrictraore opened this issue Apr 9, 2019 · 3 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@mohamedcedrictraore
Copy link

No description provided.

@mohamedcedrictraore
Copy link
Author

Voilà la structure du projet que je propose. Besoin de commentaires explicatifs sur les details de chaque package

  • src
    • main
      • java
        • org.codedivoire.dembesi
          • common
            • configuration
            • model
            • service
          • dictionary
            • entity
            • model
            • repository
            • restcontroller
            • service
            • utils
          • usermanagement
            • controller
            • entity
            • model
            • repository
            • restcontroller
            • service
      • resources
    • test
      • java

@DevAlves1993
Copy link
Collaborator

  • Common : This package groups the common code which is shared between the other project packages
  • Dictionary : This package contain name dictionary code implementation logic. The name dictionary manage all contents binded a name such as Etymology ; Diction ; Origin etc ...
  • Usermanagement : This package contain user management code implementation logic. At this is level that the signin and signup is manage.

With regard the tests, i will come later toward you

@DevAlves1993
Copy link
Collaborator

This structure correspond of structure of sources ( src) java. We will define global project structure at the opportune moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants