Sha256: 504607eef2993844ca701c752ce10368847680eb192f89c812621b98e9856c5b

Contents?: true

Size: 1.22 KB

Versions: 22

Compression:

Stored size: 1.22 KB

Contents

Testing
-------
- provide something like #assert_transition to test if FSM goes where we want
- assert_update/assert_execute, to assert which components are updated (e.g. after
  event chain)

State Machine
-------------
- better debug-output for transitions
- make #transition_map friendly, maybe some more sophisticated DSL

Parameter
---------
- introduce #my_param or something similar so widgets can only access parameters really 
  addressed to them. or let #param do this per default.

Persistence
-----------
- only save id of ActiveRecords, to avoid big sessions (discuss whether this is necessary)
- provide session storage alternatives, like encoding in url or hidden field
- introduce a rake task to clear the frozen tree

Events
------
- only send back the newer EventHandler content when more than one event was triggered
  and the content of an earlier EventHandler is overridden.
- provide scrambling of the event url, so users can not trigger events out of scope
- check if an EventHandler is executed in scope, meaning the triggering event was valid.

Apotobug
--------
- return exception reports as text, not HTML, for better reading in Firebug.

StatefulWidget
--------------
- provide an ordered list of rendered child views.

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
apotomo-1.2.3 TODO
apotomo-1.2.2 TODO
apotomo-1.2.1 TODO
apotomo-1.2.0 TODO
apotomo-1.1.4 TODO
apotomo-1.1.3 TODO
apotomo-1.1.2 TODO
apotomo-1.1.1 TODO
apotomo-1.1.0 TODO
apotomo-1.1.0.rc1 TODO
apotomo-1.0.5 TODO
apotomo-1.0.4 TODO
apotomo-1.0.3 TODO
apotomo-1.0.2 TODO
apotomo-1.0.1 TODO
apotomo-1.0.0 TODO
apotomo-1.0.0.beta2 TODO
apotomo-1.0.0.beta1 TODO
apotomo-0.1.4 TODO
apotomo-0.1.3 TODO