svoi-fr / mirai

Refugee assistant bot
https://docs.danswer.dev/
MIT License
2 stars 1 forks source link

Refactor: App/Connector/Connectors #76

Open zknone opened 3 weeks ago

zknone commented 3 weeks ago

Currently, connectors in our project do not utilize the full potential of Next.js routing. Connector types are hardcoded, but they should be passed as router parameters in the application for better flexibility and maintainability.

now we have this:

project-root _app connectors ____/axero /google /gitHub ___...(+20 other connectors)

and can make this:

project-root _app connectors ____[connectorType]

Tasks: