dimagi / open-chat-studio

A web based platform for building Chatbots backed by Large Language Models
BSD 3-Clause "New" or "Revised" License
13 stars 7 forks source link

Enforce team slugs to lowercase #465

Closed stephherbers closed 1 week ago

stephherbers commented 2 weeks ago

https://github.com/dimagi/open-chat-studio/issues/391

Next step is to auto-generate slugs, but adding this as incremental step

SmittieC commented 2 weeks ago

I see we're using get_next_unique_team_slug to generate one when the user signs up. Wondering if we shouldn't go with that