start docs existing_solutions
This commit is contained in:
@ -97,4 +97,8 @@ This is the git server that stores the user input data for solving tasks in the
|
||||
It follows a predefined structure for storing user input data. Each user has a separate repository with a unique ID. Inside the repository, there are diffrent branches for each course. Each branch contains the user input data for the course. This makes it easy to manage user input data and track changes.
|
||||
The repository makes it possible to work in your own environment and push the changes to the repository. The backend fetches the changes and updates the user input data. This makes it easy to work offline and collaborate with others.
|
||||
|
||||
Repositorys need to be secured and limited in size. That users can't upload large files or malicious content. The repository should be monitored and checked for changes. It should be possible to revert changes and restore the repository to a previous state.
|
||||
Repositorys need to be secured and limited in size. That users can't upload large files or malicious content. The repository should be monitored and checked for changes. It should be possible to revert changes and restore the repository to a previous state.
|
||||
|
||||
## Existing Solutions
|
||||
|
||||
include::content/existing_solutions.asciidoc[]
|
||||
|
Reference in New Issue
Block a user