Got it! Any tips for debugging efficiently frontend and backend?
I cannot see anything specific, for all xdebug or node debug works well
@kilatib @Cicatrice Hey, I think I may have still found private code inside apps/construct/composer.json:
"require": {
"oat-sa/generis": "16.1.2",
"oat-sa/tao-core": "54.42.4",
"oat-sa/extension-tao-community": "11.1.4",
"oat-sa/extension-tao-funcacl": "7.4.8",
"oat-sa/extension-tao-dac-simple": "8.1.3",
"oat-sa/extension-tao-itemqti": "30.48.1",
"oat-sa/extension-tao-testqti": "48.21.3",
"oat-sa/extension-tao-testtaker": "8.13.1",
"oat-sa/extension-tao-group": "7.10.2",
"oat-sa/extension-tao-item": "12.8.6",
"oat-sa/extension-tao-itemqti-pci": "9.1.1",
"oat-sa/extension-tao-test": "16.4.10",
"oat-sa/extension-tao-outcome": "13.8.4",
"oat-sa/extension-tao-delivery": "15.15.3",
"oat-sa/extension-tao-delivery-rdf": "14.25.2",
"oat-sa/extension-tao-lti": "17.0.0",
"oat-sa/extension-tao-revision": "10.7.6",
"oat-sa/extension-tao-mediamanager": "^12.48",
"oat-sa/extension-pcisample": "3.9.5",
"oat-sa/extension-tao-backoffice": "7.1.0",
"oat-sa/extension-tao-eventlog": "3.6.2",
"oat-sa/extension-tao-task-queue": "6.9.2",
"oat-sa/extension-tao-testqti-previewer": "3.14.0",
"oat-sa/lib-generis-search": "2.3.1",
"oat-sa/extension-tao-deliver-connect": "*",
"oat-sa/extension-tao-deliver-pcis": "*",
"oat-sa/extension-tao-testqti-export": "*",
"oat-sa/extension-tao-test-preview-ui-loader": "dev-release-2026-S",
"oat-sa/extension-lti-test-review": "^3.9"
}
Couldn’t find the source code for these. Am I correct?
@kilatib @Cicatrice We need to customize the backoffice side as well, is there any way to access the source code at this moment?
Thanks for the help in advance!
Hello,
backoffice in TAO CE is TAO Core application (aka construct); it is built from several composer packages and is based on original TAO Community
In TAO CE ; you can find source in this folder. most of required packages are already public in oat-sa organisation ; for the few others, you can find public fork in tao-ce organization TAO Community Edition · GitHub
All repositories currently public in oat-sa will be kept public forever ; for the private repositories, there is a migration plan still in discussion ; and we are providing public fork in tao-ce organization.
We still expect to provide a fully automated method to build TAO CE from sources this summer.
Thanks for your patience!
Okay thanks, I’ll look into it. Hey we noticed that this repo uses some kind of firebase emulating? Our production environment will be Azure based. Does the emulation actually store data or not?