Hello everyone, I would like to know how you work as a team when developing the same app, is it possible?
Hello @Rubens Marcelo ,
Requesting to please check the below article for working with Git source code repository for Volt MX projects. Please see if this helps. Thank you.
https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0083706
Thanks and Regards,
Venkata Raju Bankapalli
Hi Rubens,
Developing an app using Volt MX through a team collaboration is certainly possible. The development will need a source code repository like Git/GitHub where different team members can develop different parts of the app, at the same time. It is important that the team establishes a guideline on the daily check-in and check-out of source code to avoid long dependencies and to avoid a member's code base from being too far behind. The guideline should also stress the code quality being checked in to avoid bad/incomplete code affecting other members.