sparkartgroup-archive / sparkart.js

Easily interact with Sparkart's APIs via Javascript.
1 stars 0 forks source link

Registration widget does not prevent multiple submissions #23

Closed Timo614 closed 11 years ago

Timo614 commented 11 years ago

This is creating race conditions as multiple requests are being fired off.

  1. Create free account
  2. Click register multiple times (be quick)
  3. Check rails error logs for unique index error

We should lock down registration until we've received a response from the initial submission.

Timo614 commented 11 years ago

https://www.pivotaltracker.com/story/show/41933159