Replies: 1 comment 1 reply
-
Here are the principles of backend CRM designs. 1, User represent the combination of models(tokenizer and conversation/summarization models). Session represent the dataset or csv file that used for conversations. 2, One user could have multiple sessions 3, Login means enter username and password , then returned user ID. There's no need to user JWT or other method to maintain session. User id and session id are enough 4, Session without login will belong to anonymous users. Anonymous users only contains one session. Once closed the window in browser, there's no way of getting the session back. Two anonymous are independents, means they are not able to see each other's session |
Beta Was this translation helpful? Give feedback.
-
As we discussed, we want to have the basic features of CRM. And the issues related to the CRM below:
Welcome to add more details @Micost @jinronga
Beta Was this translation helpful? Give feedback.
All reactions