You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently analyzing the code to figure out if it suits our needs and I hope I found the right place to ask some questions about the plugin 🙏
Is there any dedicated roadmap for the plugin development? What are your plans for it?
What is the average delay between the openEdx release and the plugin update for usage with it?
Organizations model in the edx-platform - is the core entity for the tenancy support using the SiteConfiguration. It allows to separate courses between the tenants, restricts organizations available for the course creation in the Studio, etc.
But the plugin introduces a brand new model for storing the organizations - TenantOrganization.
What was the reason to create a new model instead of reusing the edx-platform's one?
Why is it connected to Microsite and TenantConfig models by the many-to-many relation? Do you use the same org filter for several tenants?
I also didn't find any connections between the TenantOrganization and Organization models. Shouldn't they be at least synchronized?
How does the plugin influence the Course Creator in the Studio?
Am I right that each consequent request made from a different tenant (domain) is processed to override the settings object and requests from the same tenant (domain) are skipping the settings update for the timespan defined in the EOX_MAX_CONFIG_OVERRIDE_SECONDS? How does it affect the performance in general? Can you provide more details about caching?
Are there any dependencies on the eox-theming or other plugins?
Thank you in advance! 🫶
The text was updated successfully, but these errors were encountered:
Hello @dyudyunov . Thanks for your interest in our tenant extension plugin and sorry I didn't get to your questions earlier.
This plugin is important part of our operation and we consistently update it to be compatible with the new Open edX releases. I am aware some other members of the community have used it in the past.
Unfortunately, I don't have additional public documentation about its inner workings or architecture decisions and going over your technical questions in detail is not something I can do outside of the scope of a consultancy service. Since Raccoongang is also an Open edX service provider, I if you're interested in working together to pursue some opportunity please let us know. You can reach out to me directly at [email protected]
We're still in the discovery phase for this repository. Answers to the technical questions would help us a lot, so if you are able to find people who could help answer them - it would be awesome.
We will happily cooperate on the plugin development, but we must understand if it matches our business needs first.
We are doing a research on how to setup multi-tenant and multi-themed OpenEDX instance using tutor.
Your plugins look like the most advanced solution in the modern day.
We've checked the forums and it seems previous solutions with site configurations does not quite work.
We are new to OpenEDX and tutor and it's quite difficult to understand the capabilities eox-tenant and eox-theming plugins yet.
What would be the best way to learn the capabilities and the usage of these plugins?
I would really appreciate any kind of hints on where we could start learning about them (maybe docs or examples).
Hi!
I'm currently analyzing the code to figure out if it suits our needs and I hope I found the right place to ask some questions about the plugin 🙏
But the plugin introduces a brand new model for storing the organizations -
TenantOrganization
.What was the reason to create a new model instead of reusing the edx-platform's one?
Why is it connected to Microsite and TenantConfig models by the many-to-many relation? Do you use the same org filter for several tenants?
I also didn't find any connections between the TenantOrganization and Organization models. Shouldn't they be at least synchronized?
EOX_MAX_CONFIG_OVERRIDE_SECONDS
? How does it affect the performance in general? Can you provide more details about caching?Thank you in advance! 🫶
The text was updated successfully, but these errors were encountered: