General developer documentation.
Go to file
Dennis Eichhorn 70b7025dc6 fix tests
2024-03-20 03:00:23 +00:00
.github/workflows bump 2024-02-28 05:09:09 +00:00
application formatting fixes 2023-11-26 21:27:35 +00:00
cOMS update 2024-01-02 23:34:17 +00:00
cssOMS bump 2024-02-28 05:09:09 +00:00
general fix tests 2024-03-20 03:00:23 +00:00
jsOMS bug fixes 2023-12-08 21:52:22 +00:00
phpOMS bump 2024-02-28 05:09:09 +00:00
quality bump 2024-02-28 05:09:09 +00:00
security bump 2024-02-28 05:09:09 +00:00
standards bump 2024-02-28 05:09:09 +00: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 bug fixes 2023-12-08 21:52:22 +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 formatting fixes 2023-11-26 21:27:35 +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.