Idea Summary
Developers can upload SQL scripts via SQL Workshop → SQL scripts. These scripts are currently only visible to owner and the webspace admins.
Idea is to have some setting to allow sharing these scripts with other developers.
Use Case
1. Groups of developers can collaborate and share scripts using the APEX framework itself instead of outside the app.
2. We are using the SQL scripts area as a staging area for version control where each version of a procedure/package is maintained. Also, all DDLs/one off backend DMLs to production are done via uploading scripts. With having this area shared, other developers can see the entire version tree which is applied/run and not just their local uploads. So any developer can rerun the previous versions in case there are regressions even if other developers are unavailable.
Preferred Solution (Optional)
If it makes it any easier, the initial feature implementation can be sharing all files with all developers - complex scenarios of sharing selected files with particular developers can be rolled in later.