CoNarrative / precept

A declarative programming framework
MIT License
657 stars 33 forks source link

Chrome extension #100

Closed alex-dixon closed 6 years ago

alex-dixon commented 7 years ago

Came across some remarkable work here: https://github.com/apollographql/apollo-client-devtools

Need to research further but seems plugin was written in JS and CSS only. Overall a Chrome extension seems more tenable following their lead as opposed to Redux DevTools, though we would probably do well to learn as much as possible from their approach as well.

Further tenability will be achieved as we continue to develop these tools in isolation. #80 (PR forthcoming) will open up many opportunities in this area. Additionally, Clara continues to port pre-existing CLJ code to CLJS. In particular there is an open issue to port fact explanation functionality: https://github.com/cerner/clara-rules/issues/307

Features the extension could include:

alex-dixon commented 6 years ago

Superseded by #19, #113