Running applications on localhost before merge and publish .
468
Views
2
Comments
New
Service Studio

I would like to suggest the idea of running applications on service studio using a localhost server before a merge and publish.  This can help in a case where one is working on a big task that can take up to days while there is a daily deployment that  takes places .

In  most cases a developer has to hide changes that they have made or feature that they have  introduced to avoid deploying unfinished tasks , mistakes can happen , a developer can forget to remove for example a button that is there for a purpose of testing and it end up into the next environment through the deployment.

There is also a case where by two developer are working on one app , and say developer_1 makes changes on module_1 and they introduces errors on dependent module_2 , then until those errors have been handled it might affect the ability for developer_2 to publish module_2 .   


Regards,

Thizwilondi 

Merged this idea with 'Debugger On Localhost Server (Local repository, Local System)' (created on 20 Oct 2023 11:35:47 by Pushpak Bhosale)

When we use OutSystems Debugger we always need to be publish on the server. To avoid this we can debug the code on our local machine just like debugging the traditional code Python, Java, Php etc by using servers like apache Xamp, Wamp many more. This helps to avoid the repeatedly deployment on the server & time. We can fix the issues or  problems by debugging easily.