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
We should do a lot of renaming and removal of legacy shit.
Rename all packages:
remove save and save-cloud prefixes completely for common modules. It can only be: save/cosv-common (ONLY for SAVE/COSV specific common, in terms of Kotlin MPP for Native + JVM + JS), common (MPP for JS + JVM which are used EVERYWHERE), common-frontend (JS only code shared between COSV, SAVE, etc.) and common-backend (JVM only logic shared between COSV, SAVE, if needed). save-common should NOT be used in ANY COSV module as well as cosv-common cannot be used in SAVE.
we should have cosv-frontend, save-frontend and save-backend, cosv-backend. For save-specific components it is ok to have save-orchestrator, save-agent, etc.;
rename packages:
COSV and common packages should NOT have save in it's name
save-cloud-common packages should be renamed to com.saveourtool.common
cosv-backend instead of com.saveourtool.save.cosv.repository should be named as com.saveourtool.cosv.repository
Remove sandbox service (if someone wishes to have - can save in separate repository later);
After the removal of sandbox service - merge orchestrator-common with save-orchestrator;
The text was updated successfully, but these errors were encountered:
We should do a lot of renaming and removal of legacy shit.
save
andsave-cloud
prefixes completely for common modules. It can only be:save/cosv-common
(ONLY for SAVE/COSV specific common, in terms of Kotlin MPP for Native + JVM + JS),common
(MPP for JS + JVM which are used EVERYWHERE),common-frontend
(JS only code shared between COSV, SAVE, etc.) andcommon-backend
(JVM only logic shared between COSV, SAVE, if needed).save-common
should NOT be used in ANY COSV module as well ascosv-common
cannot be used in SAVE.cosv-frontend
,save-frontend
andsave-backend
,cosv-backend
. For save-specific components it is ok to havesave-orchestrator
,save-agent
, etc.;save
in it's namesave-cloud-common
packages should be renamed tocom.saveourtool.common
cosv-backend
instead ofcom.saveourtool.save.cosv.repository
should be named ascom.saveourtool.cosv.repository
orchestrator-common
withsave-orchestrator
;The text was updated successfully, but these errors were encountered: