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
These business rules defined in json logic is missing one essential thing as far as I see it that is date time handling in rules. I would love to be able to expres business rules in a generic way for frontend and backend and documentation but date and time is a part of the core. ISO date and time is the only needed support as all languages have conversion support.
Is there a suggestion of how to handle that?
The text was updated successfully, but these errors were encountered:
Actually this does work, but if you are looking for a date rule, the data payload needs to match the variable names you set in the rules. I so if you want a beta test rule for feature flags, just send in the current date for both start and end.
These business rules defined in json logic is missing one essential thing as far as I see it that is date time handling in rules. I would love to be able to expres business rules in a generic way for frontend and backend and documentation but date and time is a part of the core. ISO date and time is the only needed support as all languages have conversion support.
Is there a suggestion of how to handle that?
The text was updated successfully, but these errors were encountered: