JoeKennedy / fantasy

A Fantasy League Of Ice And Fire
6 stars 0 forks source link

Allow Claims to be reordered before processing #11

Closed JoeKennedy closed 8 years ago

JoeKennedy commented 8 years ago

Right now, claims are processed for a team in the order they're submitted, and once they're entered, they can't be ordered or re-entered. Two potential solutions for this:

  1. Easy solution: Just let them be deletable, and have the user re-submit the claims. Great for us, sucks for them.
  2. Harder solution: Implement a UI to allow reordering them. No sure what a good UI would be for this. Ideally the user would also be able to delete any claims they made as well.