Skip to content

Basic hard coded domain mapping

Leandro Santiago requested to merge feature/28_domain_mapping into master

This MR implements a basic version of Domain Mapping (#28 (closed)), where the mapping list is hardcoded in the application, requiring it to be rebuilt if the list changes.

Maybe in the future we add dynamic mapping defined at runtime (a bit more complex) or at load time (slightly easier, but not trivial), but I believe a static list will benefit most users.

Merge request reports