CarnegieLearningWeb / UpGrade

Framework for adding A/B testing to education applications
https://www.upgradeplatform.org/
BSD 3-Clause "New" or "Revised" License
26 stars 13 forks source link

Research spike to check dev effort and advantages of using monorepo libraries #1153

Closed VivekFitkariwala closed 2 weeks ago

VivekFitkariwala commented 11 months ago

We need to look for these while researching monorepo libraries

Nx is preferable as it is already used in CL.

amurphy-cl commented 11 months ago

Motivation for doing this is to align with existing CL tech stack and improve dev experience of monorepo setup.

VivekFitkariwala commented 9 months ago

Most of the Nx features are not useful for us as they are used for managing large monorepos which have interdependencies on each other. The only features which will be useful are Caching task result Enforcing module boundaries

ppratikcr7 commented 2 weeks ago

@VivekFitkariwala Can we close this for now?