General developer documentation.
Go to file
Dennis Eichhorn 85063fcf48
Some checks failed
CI / linting (push) Has been cancelled
Update cpp.md
Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
2024-08-28 01:55:28 +02:00
.github/workflows bump 2024-02-28 05:09:09 +00:00
application more tests and some fixes 2024-04-24 03:20:46 +00:00
cOMS update 2024-01-02 23:34:17 +00:00
cssOMS bump 2024-02-28 05:09:09 +00:00
general more tests and some fixes 2024-04-24 03:20:46 +00:00
jsOMS bug fixes 2023-12-08 21:52:22 +00:00
phpOMS more tests and some fixes 2024-04-24 03:20:46 +00:00
quality prepare master merge 2024-04-24 23:37:15 +00:00
security bump 2024-02-28 05:09:09 +00:00
standards Update cpp.md 2024-08-28 01:55:28 +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
ICLA.txt fix ICLA name 2024-03-20 08:02:38 +00: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 more tests and some fixes 2024-04-24 03:20:46 +00: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.