General developer documentation.
Go to file
Dennis Eichhorn 6a58de8c1b
Delete quality/img/s
Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
2023-10-19 01:31:28 +02:00
.github permission changes & minor bug fixes 2022-11-09 22:56:18 +01:00
application restructure documentation 2023-10-04 03:00:47 +02:00
cOMS restructure documentation 2023-10-04 03:00:47 +02:00
cssOMS restructure documentation 2023-10-04 03:00:47 +02:00
general Update setup.md 2023-10-19 01:23:43 +02:00
jsOMS restructure documentation 2023-10-04 03:00:47 +02:00
phpOMS restructure documentation 2023-10-04 03:00:47 +02:00
quality Delete quality/img/s 2023-10-19 01:31:28 +02:00
security restructure documentation 2023-10-04 03:00:47 +02:00
standards restructure documentation 2023-10-04 03:00:47 +02:00
.gitignore fix vendor 2023-09-24 16:03:38 +00:00
cover.jpg fix name 2022-02-19 13:57:38 +01:00
ICAL.txt permission changes & minor bug fixes 2022-11-09 22:56:18 +01:00
logo.png fix name 2022-02-19 13:57:38 +01:00
README.md fix name 2022-02-19 13:57:38 +01:00
SUMMARY.md restructure documentation 2023-10-04 03:00:47 +02:00

Introduction

This developer guides intention is to provide useful information for developers to help you to understand the structure of the application, important API functions, workflows and standards for code quality as well as code style. The intention is to provide enough information to get a basic understanding of these key elements for module developers, frontend developers or developers working on the core application.

The guide is not explaining in detail how to use all of the API, for this you can find the automatically generated code documentation or even better use the test cases. All the provided information are very important to ensure the quality of the published code and often are mandatory. Not following these guides can cause security issues, worsen the user experience or even cause malfunction as well as make it difficult for other developers to understand the code.