The Evolutionary Poster Composer (evo-poster) is a generative poster design system. From a given content (including text and imagery), evo-poster can generate and evolve poster designs considerating the aesthetic and semantics features of the content.
MIT License
3
stars
0
forks
source link
Develop a uniform way of the configuration system #45
Currently, the configuration of the system mostly relies onParams.js. However, there are instances where some parameters are defined in the code and the current state of the config file is confusing. Thus, this issue addresses the need for the development of a unified way of creating a config file for the system. As documented in users' stories, the system is a multipurpose system. Thus, it is essential to provide users with an easy and fast manner of parametrising the system according to their needs.
ToDo
[x] Review the existing configuration structure and identify inconsistencies or redundancies.
[x] Define a clear set of parameters that can be customized through the configuration file.
[x] Test the new configuration system thoroughly to verify its effectiveness and ease of use.
[x] Provide clear documentation and guidelines on how to utilize the configuration file for users' convenience.
Currently, the configuration of the system mostly relies on
Params.js
. However, there are instances where some parameters are defined in the code and the current state of the config file is confusing. Thus, this issue addresses the need for the development of a unified way of creating a config file for the system. As documented in users' stories, the system is a multipurpose system. Thus, it is essential to provide users with an easy and fast manner of parametrising the system according to their needs.ToDo
app.js