Concurrent Access - Overview
Introduction
Codeit allows for teams of users to collaborate on coding projects.
This often means that multiple people are accessing and updating the following items simultaneously:
Codeframes
Two or more people may use and alter a codeframe at the same time in a variety of scenarios.
For example, a codeframe may be shared between projects or tasks or projects and therefore might be active for several people at once.
Alternatively, two or more people may coding the same task at the same time, leading to the same situation.
It is also possible for a codeframe to be altered in the Admin section or even via the Codeit API.
In any event, Codeit handles simultaneous updates of this nature seamlessly and with minimal disruption to users.
See this page, for more information on this topic.
Tasks
It it common for a coding task to be worked on by multiple coders at the same time.
Usually this is necessary for reasons of speed - for example, a large project might require multiple coders to work on it simultaneously in order to complete the work before a certain deadline.
Codeit offers various options to manage concurrent coding scenarios like this.
See this page, for more information on this topic.