codersforcauses / codersforcauses/LAWRA
Convert the decision tree to a JSON object
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
We need to convert the decision tree provided into something readable by machine, putting it into a JSON object is probably the best way to do this for early stages of the project. Once we implement a backend we can read the decision tree off the database instead.
Example provided here: https://stackoverflow.com/questions/20052660/how-can-i-create-a-json-object-that-can-handle-conditionals
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.