botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
71 stars 83 forks source link

Modules configuration should be a Core feature and be stored in database #56

Closed slvnperron closed 7 years ago

slvnperron commented 7 years ago

Currently, every module has to offer a UI for configuration and they all implement the same "save/get" mechanism into JSON files.

We need to save configuration in the database for multi-server bots. We also need an automatic Save/Get mechanism and an automatic UI generator for configuring the modules. There should also be a built-in "configuration" or "settings" panel where all the configuration should reside.

slvnperron commented 7 years ago

GitHub Milestone botpress/botpress#1

slvnperron commented 7 years ago

Fixed in sp-postgres