realdbio / biolog

biolog
MIT License
2 stars 1 forks source link

Recursive Rule blocks #8

Closed dpdonohue closed 9 years ago

dpdonohue commented 9 years ago

Blocks include a conjunction (AND or OR) an array of clauses an array of blocks

UI for this uses panels, with each block encapsulated within a panel Panel background color is blue for AND blocks, and green for OR blocks

Translate this into a query object with appropriately nested values for: must (for AND) should (for OR)

dpdonohue commented 9 years ago

completed