View gist:a89c1736e17110bd2ba524d823a8c92e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JSON.GET namespace_name path .rule_id |
View gist:8d2f38355159ceb4554391931d61e214
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JSON.GET namespace_name |
View gist:d796e524c03c6751406ef259b6d14aa5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JSON.SET namespace_name .rule_id rule_object |
View gist:1e796d7473e49eef1fb8238d2ea24175
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tax_system": { | |
"123456": { | |
"id": 123456, | |
"namespace": "tax_system", | |
"rule_description": "this is a test rule", | |
"predicates": [ | |
{ | |
"attribute_name": "Province", | |
"operator": "eq", |
View gist:f666afd0ff5c265a1bc6a7f3519c2b7e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"attribute_name": "Province", # the name of your input | |
"operator": "eq", # type of operation | |
"type": "string", # type of input such as INT or STRING | |
"value": "Ontario" # value of the input you want to gove | |
} |
View gist:04a41873ae6231e3f70cc1dd8ec41ec8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JSON.SET namespace_name . {} |
View gist:c6001b821dc3928ab8acdb7c67185c98
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tax_system": {} | |
} |
View gist:0ff6fe1c8e419652fb386f13d7cdf60f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python3 manage.py runserver |
View gist:3d02707a34c83ef2c2580e22c5f1f00c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip3 install -r requirements.txt |
View gist:0409dc16069087e66bd5f36c2a371553
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/redis-developer/bonsai-frontend |
NewerOlder