meteor-space / base

Foundation for Modular Application Architecture in Meteor.
MIT License
75 stars 5 forks source link

Introduces state Module property and logical reset handling #12

Closed rhyslbw closed 8 years ago

rhyslbw commented 9 years ago

Depreciates isRunning, isStopped, and removes isReset which was not usable anyway. reset() now stops a running app first, then restarts it, so the module’s running state is maintained.

rhyslbw commented 9 years ago

@DominikGuzei Before we consider merging this, I'd like to ensure the Configuration is being handled correctly. See https://trello.com/c/piEljaog/39-simplify-snapshot-config

rhyslbw commented 9 years ago

Ok I've resolved the issue I raised, now just need a technical review @DominikGuzei

DominikGuzei commented 9 years ago

Ok i will take a look at it now :wink: