This is the Db Design which we finally came up with :
Rule:
| Rule_ID | Rule Description | FLAG |
| 1 | Any description about the rule | USE |
Rule_Desc
| Rule_desc_id | Rule_ID | Fld | Value | Logic |
| 1 | 1 | hostname | mysql.sheeri.com | AND |
| 2 | 1 | Port | 3306 | AND |
| | | | | |
The link to the rule set is :
http://technocation.org/SoC/rules.html
I should now be able to integrate these requirements with my existing code of Rule Creation Module.
The module should be able to create 1 or many RULES with each RULE having exactly 1 Rule Description.
It should'nt be that hard !

No comments:
Post a Comment