General developer documentation.
Go to file
2022-09-30 21:40:23 +02:00
.github/workflows Rename blank.yml to main.yml 2022-09-30 21:40:23 +02:00
basics improve text 2022-08-16 19:08:33 +02:00
concepts improve text 2022-08-16 19:08:33 +02:00
datastorage fix name 2022-02-19 13:57:38 +01:00
example_app improve text 2022-08-16 19:08:33 +02:00
example_module fix name 2022-02-19 13:57:38 +01:00
frontend log form progress 2022-05-01 22:03:08 +02:00
general Merge branch 'develop' of https://github.com/Orange-Management/Developer-Guide into develop 2022-04-24 23:02:27 +02:00
math continue statistics documentation writing 2022-09-09 21:01:11 +02:00
quality fixes 2022-04-23 16:30:47 +02:00
security fix name 2022-02-19 13:57:38 +01:00
services improve text 2022-08-16 19:08:33 +02:00
standards improve text 2022-08-16 19:08:33 +02:00
.gitignore undo reset 2020-07-31 15:39:20 +02:00
cover.jpg fix name 2022-02-19 13:57:38 +01:00
ICAL.txt ical update 2022-04-18 22:39:00 +02: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 improve documentation 2022-04-08 23:26:23 +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.