Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  1. Retrieve GUIDs of the French and English templates from DocumentTemplate.cs in QA, make sure you use the ones with Environment=”Production”

  2. Go to the PROD DMS swagger page (*ADD LINK*), and use the endpoint to retrieve a document view link by ID.

  3. 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

  1. Open the ROFS QA app registration (**ADD LINK**)

  2. Click on “API Permissions”

  3. In a new window, repeats steps 1 and 2 with the prod environment (**ADD LINK**),

  4. Compare both API Permissions and make sure they are consistent across both environments

  • No labels