You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now depending on the type, I've a specific ruleset/workflow. For eg:- Type A needs to perform certain tasks before saving the data, Type B has its own set of operations.
I don't have any UI, just the requests coming over the POST request. How can I use business-rules for such a use-case?
The text was updated successfully, but these errors were encountered:
I am currently evaluating Business Rules for our needs. We have a similar situation to you in that we have an existing API which has a defined interface between our dashboard. An alternative we will likely do is to massage the existing data in the format of the rule dictionary. Is this not possible in your situation?
I've an API endpoint,
/api/create/
. This creates a new entry in the DB depending upon the payload received from the client.Now depending on the
type
, I've a specific ruleset/workflow. For eg:-Type A
needs to perform certain tasks before saving the data,Type B
has its own set of operations.I don't have any UI, just the requests coming over the POST request. How can I use business-rules for such a use-case?
The text was updated successfully, but these errors were encountered: