In this Pull Request we are re-organising the repositories code. The aim of this is to be more intuitive for new-comers. We now have all the code in a src directory, which removes the nesting in htdocs and mpmanger.
Are there any other side effects of this change that we should be aware of?
There might be some hidden dependencies on old file names.
Describe how you tested your changes?
docker compose up
Pull Request checklist
Please confirm you have completed any of the necessary steps below.
[x] Meaningful Pull Request title and description
[x] Changes tested as described above
[x] Added appropriate documentation for the change.
[x] Created GitHub issues for any relevant followup/future enhancements if appropriate.
Brief summary of the change made
In this Pull Request we are re-organising the repositories code. The aim of this is to be more intuitive for new-comers. We now have all the code in a
src
directory, which removes the nesting inhtdocs
andmpmanger
.Are there any other side effects of this change that we should be aware of?
There might be some hidden dependencies on old file names.
Describe how you tested your changes?
Pull Request checklist
Please confirm you have completed any of the necessary steps below.