Picolab / devtools

Repository for KRL Developer Tools
MIT License
6 stars 4 forks source link

default prototype. #127

Open burdettadam opened 7 years ago

burdettadam commented 7 years ago

Prototypes extend the base prototype. We should create a default Prototype for devtools. This could be everything needed in bootstrap. So when you create a child for general testing and do not define a prototype a devtools pico will be created, this will speed up changing to a newly created Pico children because it will already be bootstrapped. I think it would be nice if devtools by default created a subscription between parent and child devtools picos. We could also configure it to created subscriptions between sibling devtools picos. I also think it would be nice if a general service channel was created in each devtools pico. If we provide default channels and subscriptions we could create more general ( and magic) rulesets for pico lessons that use the defaults.