This PR is a work/restructure to support issue #361 .
What did change:
Previous contents (eg. configuration_database) moved to folder resources except from the folder extension
All contents of folder extension moved to root
added composer.json. Project name follows the attribute file inside the info.xml.
The way this is currently being reformed is working for us. We did follow the logic of having the project's name based on the short name and not on the extension key (old long name) because we believe it's more consistent and appropriate.
We can alter the name of the folder resources that keeps the other data as well, accordingly.
This PR is a work/restructure to support issue #361 .
What did change:
configuration_database
) moved to folderresources
except from the folderextension
extension
moved to rootcomposer.json
. Project name follows the attributefile
inside theinfo.xml
.The way this is currently being reformed is working for us. We did follow the logic of having the project's name based on the short name and not on the extension key (old long name) because we believe it's more consistent and appropriate.
We can alter the name of the folder
resources
that keeps the other data as well, accordingly.