General developer documentation.
Go to file
2016-07-05 16:36:21 +02:00
caching,_sessions,_local_storage_&_cookies.md Minor corrections 2016-07-05 16:36:21 +02:00
cover.jpg Creating test cover 2015-12-27 19:23:21 +01:00
datamapper_&_query_builder.md Init new chapters 2015-12-29 17:55:22 +01:00
documentation.md JS documentation 2016-02-21 10:08:22 +01:00
inspections.md Commit for update 2016-03-27 17:32:30 +02:00
installation.md Permission instruction for logging 2016-03-27 15:11:18 +02:00
modules.md Minor corrections 2016-07-05 16:36:21 +02:00
README.md Minor corrections 2016-07-05 16:36:21 +02:00
security_guidelines.md Update 2016-04-22 15:21:36 +02:00
styles_and_layout.md New files and removing duplication 2016-02-17 21:46:53 +01:00
SUMMARY.md Adding installation and summary cleanup 2016-03-26 23:55:42 +01:00
tests.md Mention javascript testing 2016-06-04 18:52:46 +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 classes, 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 classes, for this you can find the automatically generated code documentation. 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.