Alex Barry

Results 32 comments of Alex Barry

Something important is this needs to be a smooth transition, we **cannot** change the pre-existing data structures. I'm guessing we can just add a `parent_id` which would get gracefully handled...

@rzijp I'm just going to run down how I'd solve this, and you can tell me if this conforms to what you were thinking Let's pretend that we have an...

Might be related to #133 , but this could be standalone, too. I'm going to start a branch with just this, and it might evolve info a full client-side router...

What if you had something like this in a terminal: ```sh $ npx some-mobtime-command yourTimerName init --mob "first mobber" --mob "second mobber" --goal "first goal" --goal "second goal" --timer-duration 8min...

Yeah, I'm sure we could do `--positions "Navigator,Driver"` without much hassle

> direct API endpoint (so I can create a timer from my mob session registration system) what is your mob session registration system?

> @mrozbarry It's a tool I'm developing to help me manage the private mobs I'm facilitating. Still in early stages. Well, I am in the midst of a nodejs sdk...

Yeah, you could use the sdk or the vscode plugin as a reference. You could also use mobtime itself for reference, no biggy. As the sdk matures, and if you...

Just wanted to note that this is half-done on https://dev.mobti.me/ . Currently, you can edit the timer, and choose to auto-save it, and it will commit the timer to local...