One of the core functionalities is linking between Promise and Case using Subject. This will have to be run periodically with a cronjob.
I wrote a sample algorithm in PromiseService but its a bit cluttered right now and needs to be implemented more cleanly.
[ ] Merge PromiseCase and SuggestedPromiseCase into a single entity and use a field to control whether they are close enough to be a connection or if its should be a suggested connection
[ ] Refactor the service that finds connections. Break it down into smaller functions
Description
One of the core functionalities is linking between
Promise
andCase
usingSubject
. This will have to be run periodically with a cronjob.I wrote a sample algorithm in
PromiseService
but its a bit cluttered right now and needs to be implemented more cleanly.PromiseCase
andSuggestedPromiseCase
into a single entity and use a field to control whether they are close enough to be a connection or if its should be a suggested connection