Hi there,
Quick question on the app lifecycle. If I have an app that’s running live on monday code and I want to make incremental changes that I want to test locally, what’s the recommended approach?
I can think of two options:
- create a new feature and depending on the case, replicate the functionality from the live feature, test it, and when ready push to monday code
- create a different app to test locally, and once ready merge the changes with the live app and push to monday code
I’d like to hear if folks have other suggestions too! Thanks so much!