J3RN / minecraft-manager

Manage your DigitalOcean Minecraft Servers with ease!
https://mm.j3rn.com
MIT License
2 stars 0 forks source link

Implement AASM on the Phoenix model #10

Open J3RN opened 7 years ago

J3RN commented 7 years ago

Presently, the Phoenix model implements a sort of poor man's state machine. We should make it a real-ish state machine by using AASM.

J3RN commented 6 years ago

Currently, our "state management" is partly an internal state, partly DigitalOcean's state. As referenced in #24, we should stop hitting DigitalOcean to retrieve it's state, and rely on our internal state. That should make this task considerably easier.