Avaiga / taipy

Turns Data and AI algorithms into production-ready web applications in no time.
https://www.taipy.io
Apache License 2.0
11.19k stars 789 forks source link

Rename Core service to Orchestrator #1567

Closed jrobinAV closed 4 days ago

jrobinAV commented 1 month ago

Motivations

Note that the package core must remain unchanged.

TODO

toan-quach commented 1 month ago

do we also want to rename CoreSection to OrchestratorSection, CoreEvent to OrchestratorEvent and CoreCLI to OrchestratorCLI?

trgiangdo commented 1 month ago

The CoreCLI only contains options related to the version mode. It's not Core nor Orchestrator CLI. I'm not sure about the naming now.

We already have a different _VersionCLI for version management, which is different though.

jrobinAV commented 3 weeks ago

do we also want to rename CoreSection to OrchestratorSection, CoreEvent to OrchestratorEvent and CoreCLI to OrchestratorCLI?

I would not. -> The CoreSection is dedicated to the core package and not to the job orchestration. -> The events are not related to orchestration either.

jrobinAV commented 3 weeks ago

The CoreCLI only contains options related to the version mode. It's not Core nor Orchestrator CLI. I'm not sure about the naming now.

We already have a different _VersionCLI for version management, which is different though.

I would keep CoreCLI since it is the related to the way we run the core package. :/

jrobinAV commented 2 weeks ago

I reopened the issue because of the documentation part.

jrobinAV commented 2 weeks ago

Another PR related to this issue: https://github.com/Avaiga/taipy-doc/pull/1098