function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vijay sidaraddiVijay sidaraddi 

Show release deployment status to business users

Hi Friends, 
i have this user story to implement in vf  can someone help me on this requirement.

We should have component which can display the complete release status. By this we mean that we have to show in which org the release is deployed as of current day, in which org testing is completed and which are the target orgs are in pending status from deploying the code and testing. 
Ex: Consider we have 4 orgs i.e. Dev, QA, UAT and Prod. 
1. When new release is planned and implentation is started, we should show users that currently code is in dev sandbox which means release is in development phase. 
2. When code is deployed to QA, we should show that code is deployed to QA but pending to QA testing 
3. When QA testing is completed, we should show user that QA testing is completed 
4. When code is deployed to UAT, accordingly, we have to display the status 
5. when UAT is completed, we should show all previous stages and UAT as completed 
6. Once code is deployed and available to users, we should show complete pipeline as green meaning this release is successfully deployed to production.

Thanks
Vijaykumar S