kilna |
Posted: Wed Oct 15, 2014 2:14 pm Post subject: Reload main page UI improvement |
|
Problem: I have logged in, added a new auction or modified an existing one, and I would like to see my list of auctions updated... but when I refresh the page it asks me if I wish to resubmit the form (which, if I do, will fail because the changed information is already in the system).
This is by far my most common use case... I put in a bid a few minutes before the end of an auction OR I notice an old auction OR I had the page up for a long time and I suspect the auction prices have changed... and I now want to see the new information.
There are 2 solutions that occur to me:
1) Upon submission of a form, perform a redirect, so that the last page loaded is now not the page submission POST HTTP request, but a regular page load GET request.
2) Make the "Gixen Main - Chicago" tab a link back to the same page, I can click that instead of refresh, to get the same results page loaded again with updated information. |
|