- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Open
Labels
Description
To do when we will have time
Maybe we should move to another type of 'architecture' for the back-end repository :
→ What we currently have :
└── jdhapi
            └──  ....
            └── migrations
            └── models
            └── serializers
            └── utils
            └── views
                       └── articles
                       └── abstracts
                       └── ...
            └── urls.py
            └── ...
→ What maybe we should do :
└── jdhapi
            └── ....
            └── articles
            └── abstracts
            └── issues
            └── callforpapers
            └── authors
                       └── url.py
                       └── model.py
                       └── serializers.py
                       └── ...
            └── ...
We can look at this example from the Real World Example Apps.