Open crazedVic opened 3 years ago
Add a processes -> fields name, last_run, last_count, status = "Active"/"Disabled",
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)
Use Cases
Requirements
- we might be able to create a trait for models that need to be scanned, and then in the trait we would create a static function that would encapsulate the logic behind reminders, which fields, what conditions, etc. Then maybe the master scan class can just have an array of model classes that should be scanned (they would need to USE this trait.