This project provides several samples of functionalities for developers wanting to learn more about how to extend IQGeo applications.
This repository is based on the utils-project-template repository. It is assumed that you already have access to a development environment, but if you need to set up your own environment, it should be based in the utils-project-template repository, and you can find more information on how to set it up in the README.md file of that repo.
This repository contains:
-
Application configuration files for applications containing the samples. These applications are created based on the original "out-of-the-box" IQGeo applications and curretly cover:
- Platform
- Network Manager Telecom (NMT)
- Worlkflow Manager (WFM)
-
A folder called
Documentscontaining documentation on:- How to set-up the applications within your development environment
- High-level descriptions for each of the samples including what they cover, how they work and the expected outputs
- An in-depth analysis of the source code for each of the samples describing the tools and libraries used and how they are used
- The documentation is ready to be served by MkDocs, all you need to do is set up MkDocs and run
mkdocs servefrom within the root folder of the repository