General developer documentation.
Go to file
2025-04-02 13:33:49 +00:00
.github/workflows bug fixes 2024-05-12 00:03:33 +00:00
application bug fixes 2025-04-02 13:33:49 +00:00
cOMS bug fixes 2025-04-02 13:33:49 +00:00
cssOMS bug fixes 2025-04-02 13:33:49 +00:00
general bug fixes 2025-04-02 13:33:49 +00:00
jsOMS bug fixes 2025-04-02 13:33:49 +00:00
phpOMS bug fixes 2025-04-02 13:33:49 +00:00
quality bug fixes 2025-04-02 13:33:49 +00:00
security bug fixes 2024-10-11 19:17:39 +00:00
standards bug fixes 2024-10-11 19:17:39 +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
ICLA.txt bug fixes 2025-04-02 13:33:49 +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.