Useful checks to perform against prod when doing a ROFs release.
Document templates
The notification letter template usually has changes, we should check that the new version uploaded to prod is correct
Retrieve GUIDs of the French and English templates from DocumentTemplate.cs in QA, make sure you use the ones with Environment=”Production”
Go to the PROD DMS swagger page (*ADD LINK*), and use the endpoint to retrieve a document view link by ID.
Using the generated view link , check the document to see if is updated with latest changes.
API Permissions
To use API’s we have to set permissions at an app registration level. If there are any changes in the API’s we are using in the NPROD environments , we must make sure that these changes are also in PROD
Open the ROFS QA app registration (**ADD LINK**)
Click on “API Permissions”
In a new window, repeats steps 1 and 2 with the prod environment (**ADD LINK**),
Compare both API Permissions and make sure they are consistent across both environments