theopenconversationkit / tock

Tock, the open source conversational AI toolkit.
https://doc.tock.ai
Apache License 2.0
475 stars 127 forks source link

[Verticles] Reorganize endpoints per business #1471

Open djowalker opened 1 year ago

djowalker commented 1 year ago

A lot of endpoint are present in AdminVerticle and BotAdminVerticle. It could be interesting for developers to have it more stuctured per businesses.

For exemple : per FAQ per I18n per analytics.

etc.

djowalker commented 1 year ago

The proposal was following breaking changes evolves with generic error handling per Verticles. However the idea to cut the verticles into business is still really interesting.

But there is still an idea of Parent and child Verticle for Bot Admin Server.