I’m in the process of populating a new GitLab repository with about 200 UiPath scripts that we have.
Our scripts tend to be small and in the past we grouped them together under one project. However, we found this became unwieldy as time went on, especially managing branches to avoid conflicts between development and ongoing maintenance.
Would it be better to create a separate project for each script? It seems more logical and flexible, the downside being the need to create 200 new projects.
I searched for any guidance on this but came up empty. Can anyone offer some clarity?
Is there any way you can group them ?
Instead of 200 if you can group them based on your implementation
For example some script will be for ui
Some will be for database
PS I am assuming they are not runtime dependent on each other
If they are dependent than accordingly you can create
And maintain the document with the info of every brach contains