7 ms·
Just a quick glitch-in-the-matrix report... in your video about using your own widgets, the state of the shipment was "out for delivery" or something like that.
by backwardm 12y ago
Just a quick glitch-in-the-matrix report... in your video about using your own widgets, the state of the shipment was "out for delivery" or something like that. But when you added the widget and refreshed, it showed as a few states behind.
- joncalhoun 12y agoHaha, I noticed this but didn't want to redo the video. This is because the store_demo application doesn't actually store a status - it just randomizes it. See: https://github.com/upmin/store_demo/blob/master/app/models/shipment.rb#L24 https://github.com/upmin/store_demo/blob/master/app/models/s...
- backwardm 12y agoDang! I thought I saw a real glitch. :)