Production Ready Project Check List
- 29 Oct 2024
- 1 Minute to read
- Print
- DarkLight
Production Ready Project Check List
- Updated on 29 Oct 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This document will give common project testing suggestions to practice before implementing a project into production.
Check List
Flow Design
Develop Flows in a way that does NOT require undoing something before a Migration.
For example, do NOT add a personal account or a test account directly to an assignment to test an assignment.
If the assignment is to a group, make the test account a member of that group.
For example, do NOT add a personal account or a test account directly to an assignment to test an assignment.
If the assignment is to a group, make the test account a member of that group.
- All Designer Elements are Associated with the Project.
- CSS and E-Mail Templates are Associated with the Project.
- Clean Up unused Flows.
- Systems Constants are Associated with the Project.
- Test Export and Import.
Project Sanity Checks Helpful Links
For additional information on how to add Decisions Elements to Projects, review Adding Designer Elements To Projects.
External Connections
- Is the Prod Server connected to the Repository Server (Only if used)?
- Prod Server External Database connections are tested/confirmed to be working.
- External Web Integrations Tested/confirmed working.
Integrations
For more information on Integrations, refer to REST Service Integration Overview and External Database Integration.
Administrative
- Database Backups are performed.
- Production Decisions Server IP unblocked From the Firewall.
- Adequate notice is given to Prod users.
Creating A Backup
For more information on how to back up the decisions database, refer to the Backup Of Decisions Database and File System document
Accounts/Users
- User Accounts Migrated.
- Single Sign-On Configured/Tested
- Group Permissions Associated with Designer Project
Single Sign-On References
For information on configuring SSO, Refer to:
Single Sign-On With SAML
Setting up SSO using Microsoft Entra ID
Single Sign-On With SAML
Setting up SSO using Microsoft Entra ID
Modules/SDK
- All necessary Custom Modules copied to C:\\Program Files\Decisions\Decisions Server\CustomModules.
- All necessary Custom Modules are installed in Decisions.
- All necessary Custom Dlls are copied to C:\\Decisions\Decisions Server\modules\Decisions.local\ServiceDlls.
Installing A Module
For more information on installing a module, refer to Installing Modules In Decisions.
Environment Settings
- Is the Time Zone set correctly?
- Is Culture set correctly?
Was this article helpful?