Hi Everyone! I wanted to ask a question regarding committing changes to production and the possibility of a “pre-prod” or UAT project to serve as a final draft before moving to production.
My team and I want to be very careful that we commit changes to production without overwriting anything we had done previously such as permission changes to user groups.
We had the idea to create a “pre-prod” project that will serve as a final draft before we commit to prod. That way we can have a space to preview as user and ensure metric visibility, capabilities such as modifying a time picker, etc. are on as we expect.
The process we are thinking about is to merge any project into the Pre-Prod project and then after validating, commit the Pre-Prod project to production.
Has anyone done anything like this? Any recommendations?