Feature proposal #5930
closedImplement possible AND/OR usage
Description
Not sure how to structure the UX in a way this could be functional and easy to use. Simple AND/OR repeat groups wouldn't work as you'd want AND/OR for the conditions themselves too. Possible something as follows.
Group
- Condition
- - AND/OR
- AND/OR
The conditions would be organized into groups that would AND/OR against other groups. Then each condition in said group would AND/OR against the conditions in that group.
Updated by krileon almost 7 years ago
- Target version changed from 7.1.0 to 10.0.0
Updated by krileon almost 6 years ago
- Target version changed from 10.0.0 to 8.0.0
Updated by krileon almost 6 years ago
- % Done changed from 0 to 40
XML, Display, Storage, and validation of CB Conditional like conditions in CB Auto Actions fully functional. Needs, very heavily tested, migration code and a few other fixes in the conditions themselves and like a rewrite to how conditions are setup in the system actions XML file.
Updated by krileon almost 6 years ago
- % Done changed from 60 to 90
System Actions fully updated with new condition XML structure and parsing behavior. All that remains is heavily tested and implemented migration method for old condition format.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100
Migration code appears to successfully migrate custom created auto actions to the new condition format.