Pete Inge

Results 45 comments of Pete Inge

I don't know.... these are great questions! So, which is first/primary? The command center or Launchpad? use case: Adding a user. This "could be" a command, but launchpad-core doesn't need...

@benjaminbojko So this is what is kind of bouncing around in my head. Then in Launchpad core, we get rid of the public methods and just have a simple `run(Command)`...

So a couple of thoughts: - Can we call this the "Launchpad Server"? - Should this be a part of the launchpad project? (currently - yes, but not sure if...

OK - naming might be bad... that class maybe should be `CmmandCenterConfig` or something since it should replace the existing `CommandCenter` that is in core.

Ben thanks! this is exactly the feedback I needed. Most things are a yes/agree, but heres a few responses: > Are you referring to the launchpad monorepo or the Github...

https://www.npmjs.com/package/lowdb - seems to be a simple solution, but it is simply writing a json file.

All sounds good... Agreed with your points on the DB, I think my question is do we want to go with something as robust as an actual database like mongoDB?...

_sidebar first: yea, in config the server as a whole should be able to be enabled or disabled as well as the individual transports. Its a little weird bc theres...

> So we'd just be storing the hash/salt and not the password? Yes, in the proof of concept the salt or Token Key is saved in a .env file... So,...

New branch covering this... `feature/server`. Everything is at least scaffolded but theres's a ton of todos, discussions, options etc. before it is alpha ready. I didn't PR it yet, I'd...