python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Rules Pattern on Object Change
I have a system that lets people create and work with Orders. Orders can have multiple Steps. The Order can have a status of New, InProgress, Done, and Cancelled.
There are a bunch of business rules o...

vkapadia
Votes: 0
Answers: 2
Is RETE algorithm still relevant in year 2022 OR we have better alternatives, do we have any other stable rule engine libs in JavaScript except nools?
I am working with a user input that has to be processed based on the set of rules. Using nools but its a pain in the back when comes to javascript ES6 operations like IIFE, map-reduce, nested sort.
Ta...

MukundJangid
Votes: 0
Answers: 0
Firebase security rules on members of document
I am using firebase and I'm a bit confused concerning security rules.
Consider the following data structure :
{
viewable:boolean,
prop1: ...;
map : { viewable: boolean ... }
}
As you see my str...
Imade
Votes: 0
Answers: 0
How to make Azure Rules Engine make all incoming uri paths lowercase?
Currently I have tried a few different combinations.
Essentially what I need to do this this:
www.mydomain.com/mYpaTh needs to rewrite to: www.mydomain.com/mypath but it needs to do a toLowerCase for ...
Miguel Rojas
Votes: 0
Answers: 0