Skip to content
Paulo Pinheiro edited this page Aug 5, 2020 · 10 revisions

This is HADatAc's Developer Guide

This documentation is about how to understand HADatAc code and to contribute to it. If your current goal is to learn about how to use the infrastructure, we recommend the reading of HADatAc's User Guide.

Development Installation

Section 1 explains the process of creating a development environment for HADatAc developers. The installation of HADatAc in a production environment is described in the User Guide

Underlying Technologies

Section 2 provides a list of links to technologies used in HADatAc. HADatAc-specific usages of these technologies are also described along with the link to these technologies.

Work with HADatAc Code in Git

Section 3 describes how to get the source code, and how to contribute code back to the major repository.

Package Organization

Section 4 describes how HADatAc functionalities are organized in the code.

Regression Test

Section 5 describes how to verify if the overall code is still working fine after some part of the code has been modified.

Complex Code Explained

Section 6 provides a more in-depth description of complex classes of the framework