mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Throw in a TODO of actions
This commit is contained in:
parent
85baeda50a
commit
073bcbf695
1 changed files with 16 additions and 0 deletions
16
TODO
16
TODO
|
@ -0,0 +1,16 @@
|
|||
Before Next Release:
|
||||
|
||||
* Add state actions (enter, exit, after)
|
||||
* Add automatic persistence hooks for ActiveRecord classes
|
||||
* Add #aasm_next_state_for_event
|
||||
* Add #aasm_next_states_for_event
|
||||
* Add .states
|
||||
|
||||
|
||||
Cool ideas from users:
|
||||
|
||||
* Support multiple state machines on one object (Chris Nelson)
|
||||
* http://justbarebones.blogspot.com/2007/11/actsasstatemachine-enhancements.html (Chetan Patil)
|
||||
* next_events_for_current_state (Nick Plante)
|
||||
* transition logging (Artem Vasiliev)
|
||||
* timestamp column for state change on AR (Mike Ferrier)
|
Loading…
Add table
Reference in a new issue