FEEDBACK: user see previous user transcription (thanks, to be corrected!)
it seem a simple fix but first I have to do the harder one - session isolation (which actually will fix the transcript issue :))
The thing is, this app works as a bokk now, it has low amount of users, and maybe even prevents more users to use it daily, which has some advantages:
- its a funny funcionality,
- gives me time to do separate sessions feature,
WHY?
I prioritize first session isolation because if I get too many users at once on this "free" space (slow hardware) then it wont work because of amount of data - disaster which I have to prevent.
Thanks to your comments! makes me not drop this project but continue it, really THANK YOU!
PS.
You can clone the app into "normal" home PC with modern CPU and there will be no delays - remember it that you are not depend on me, if you like this app but have issues with speed or anything else - download on your PC or FORK the repository - help yourself, its open repository so anyone can use it to create their own ideas and implement them - thats the main goal of this project
MAKE SURE YOU REFRESH OR CLOSE YOUR BROWSER TAB AFTER YOU FINISH USING THE APP - to allow another User to use it.
The session isolation mechanism is ON and for now allows only one User to use the app at a time.
Need to add session timeout so one user wont block others forever... Anyway, it is DONE.