-
Hi!
I have to admit i didn't advanced on the gesture collection at all due to the lockdown (i try to avoid being on the computer as much as possible)
(you can find what i have so far here : https://bangle.dimitri-gigot.com/gesture.html)We should maybe create a new "official" repository for this project.
What "blocked" me so far is where and how to store data.
At some point I was thinking about creating a node app using a github or google oauth and simply store every entry in mongo.
YES!! This is totally is - and will actually make the gesture detection something useful :)
I'd actually filed a bug for a website to collect gestures at https://github.com/espruino/BangleApps/issues/85 but I had no idea where to start with in-browser training.
@brainfart-be has already done some nice gesture collection stuff as well but I'm not sure it's saved anywhere yet?
I guess the whole storing gestures thing fits in with something we're hitting more and more now though - I need to add some way to store per-user data behind a login, but also to have shared data.
So for example app reviews in a big one for the App Loader, but then also modules/files/etc in the Web IDE would be really handy too. I've been a bit busy trying to get the Pucks out the door, but hopefully I'll have time for something soon - I guess for now if you use
localStorage
whatever gets added would fit in to that nicely.