menu
Menu
Drakon.Tech logo
Drakon.Tech
Get started
Drakon.Tech documentationProgramming in DRAKONThe basics of programming with Drakon.TechAdvanced programming methodsasync/awaitState machinesModules and dependenciesHow to share your codeWorking with source controlGame examplesThe source codeLegacy tutorials (JavaScript 0.2)

How to share your code

Ru | En

A project in Drakon.Tech is like a virtual disk. It is a container for modules and applications.

When users start using DrakonTech, they get a project with the same name as the user. Later, they can create more projects.

Several users can work on the same project. By default, only the creator of the project has access to it. However, the project owner can give access rights to other users of Drakon.Tech.

How to give access to a project to other users

  1. Right-click on a project in the Projects tree.
  2. Choose "Access rights."
  3. Add the necessary users to the Read, Write, or Admin groups.
  4. Click Save.

Note that one cannot grant access to individual modules or diagrams. Instead, users get access to the whole project, including all modules, applications, and diagrams.

Access can be granted only to users registered with Drakon.Tech.

close
Close
Drakon.Tech logo
Drakon.Tech home
Programming in DRAKONThe basics of programming with Drakon.TechAdvanced programming methodsThe source codeLegacy tutorials (JavaScript 0.2)