crazedVic / laratasks

0 stars 0 forks source link

Use Cases and Requirements. (living document will add as I think of things) #1

Open crazedVic opened 3 years ago

crazedVic commented 3 years ago

Use Cases

Requirements

Frenchtoast0 commented 3 years ago

https://laravel.com/docs/8.x/scheduling#scheduling-artisan-commands https://laravel.com/docs/8.x/queues https://thecodelearners.com/laravel-jobs-and-queues-configuring-sending-mail-dispatching-jobs/

Frenchtoast0 commented 3 years ago

Add a processes -> fields name, last_run, last_count, status = "Active"/"Disabled",

Frenchtoast0 commented 3 years ago

When you create a record, triggers an event. Event will call a function that initializes the thing. ie. make employee record, generates three tasks on employee creation. Asynchronously set up. Make a listener to fire. (look into user creation)