n4ze3m / dialoqbase

Create chatbots with ease
https://dialoqbase.n4ze3m.com/
MIT License
1.53k stars 251 forks source link

feature to manage bots by group #241

Open hkjang opened 3 months ago

hkjang commented 3 months ago

I am currently making good use of the user management feature among the admin functions.

It would be nice to add a feature for managing bots by group as well.

It would be great if you could also open a REST API that allows managing groups through Dialogbase JS.

thanks

n4ze3m commented 3 months ago

Hey, thank you for sponsoring <3! Could you please elaborate on what you mean by 'manage by group'? Do you mean listing out all bots on the admin panel?

n4ze3m commented 3 months ago

Hey, currently there is a way to list all bots created by the user on Dialoqbase SDK

const bots = await dialoqbase.bot.listAll()
hkjang commented 3 months ago

https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-group/#api-wiki-rest-api-group-member-get

I'm not sure if the above URL is a good example, but I think it would be good to refer to. There is a group and users belong to the group, and I wish bot management could be managed at the user level or at the group level. Another way is.. I think you could naturally develop group management by linking things like keycloak saml sso. thanks.

n4ze3m commented 3 months ago

Oh, thanks! I will look into it :)