How to reduce conflicts
Hi @charles
Is there a way to minimize conflicts when upgrading from version 0.23 to the latest version, after extending our feature based on the twenty's code
5 Replies
hi @anjali right now the upgrade process is quite painful, you need to go through each version and each upgrade according to: https://twenty.com/developers/section/self-hosting/upgrade-guide
there is no way to skip one without risk
feel free to ping us here if you are facing issues
@charles Do you any idea/some strategy to reduce conflicts for merging. Code pattern/modularity in such a way.
you have written your own code on top of Twenty?
yes
@charles Do you have some strategy to reduce conflicts as well as run time errors while merging to latest version
not really, it would heavily depends on what areas you have taken. what areas have you touched (FE / BE)? Ideally you haven't touched the engine features at all and you only take dependency on it, this way you are not impacted by non-engine changes