Chatbot-Challenge / Frontend

GNU General Public License v3.0
0 stars 0 forks source link

[feat] multiple sessions #2

Closed jnehring closed 1 year ago

jnehring commented 1 year ago

Right now all dialogs use the same session. As far as i know (should research that) the session is defined as a string here:

https://github.com/Chatbot-Challenge/Frontend/blob/main/chatbot-challenge-frontend/src/components/EscapeRoom.vue#L44

The session should either be generated on the fly as a random number. Or it should be submitted via the URL so we can keep track of the users. The session identifier needs to go to logging also: #1

jnehring commented 1 year ago

ich habe uuid sessions eingebaut, die sich beim laden des escape rooms selbst generieren. was noch fehlt ist das man die session auch per query string übergeben kann.

Wegen dem Query String würde ich noch abwarten ob das gebraucht wird für die Benutzerstudie. Ich vermute aber schon.

jnehring commented 1 year ago

wir haben entschieden, dass logfiles nur für testing und debugging genutzt werden, darum brauchen wir hier keine weiteren änderungen.