Dynamo icon indicating copy to clipboard operation
Dynamo copied to clipboard

Change focus of project

Open doridori opened this issue 10 years ago • 0 comments

I am finding that Dynamo is nice to use as the state machine component of a wider arch like https://github.com/doridori/Pilot. This can be bundled inside a presenter and used to represent the state which can be easily queried by a lifecycle-affected view.

Should change the focus of project as something thats useful inside presenters (or state machine in general). Changes involve

  • Deprecating part of wiki. Lots of wiki is talking about dynamo as a complete arch in itself. Point to pilot where needed.
  • Creating an extendable LCE (loading/content/error) state machine as this is most common use case. (maybe simpler for a strict LCE not to have a state machine behind the scenes anyhow)
  • DynamoManager (really a Map) should prob be optional extra as only used when you have a presenter hosting child presenters for child viewa

doridori avatar Oct 27 '15 08:10 doridori