signalmetrics / signal

The Laravel package for signal
MIT License
0 stars 0 forks source link

Update #2

Open iambateman opened 2 months ago

iambateman commented 2 months ago

just pushed to main: 9ea9922

I'll PR moving forward but I forgot.

Installing Signal

php artisan signal:install

This is set up. It spins up signal.sqlite with an initial table.

If the scrolling effect on that install command is distracting, we can cut it.

Events architecture

I propose the database uses event sourcing to build a big pile of data and then our app will sort it all out.

This reduces the risk of breaking changes down the road.

Project

https://github.com/orgs/signalmetrics/projects/1 Trying out a kanban board.

Next up

Here's what makes sense to me...

In my mind, that gives us both a chance to live in our own playground and make a ton of progress. Thoughts? I'm not trying to assign work at all, just trying to figure out the best way to move forward.

tnylea commented 1 month ago

The install command is awesome! Great job.

I'm going to try it out when I get back from the Cruise.

Yeah, I think you're right about the tasks. I'm open to work on anything as well, so feel free to assign me anything. I'm game 🤙

iambateman commented 1 month ago

So great! I hope the cruise has been a blast.

When you get a chance, could you finish stubbing out the core of the views you were working on last week? I'm hoping that it'll be working enough that Tailwind compiles, JS builds, Livewire is running.

Of course, I will jump into the backend too once you've got the environment set up to your liking.