internetarchive / iaux

Monorepo for Archive.org UX development and prototyping.
GNU Affero General Public License v3.0
67 stars 86 forks source link

Poor comment submission user experience #42

Open shreyansh23 opened 5 years ago

shreyansh23 commented 5 years ago

Description On submitting a comment. It take to a page saying that task has been started and details will be available after several minutes! But the comment is visible instaneously on the detail page. The user thinks that the comment is still load and keeps waiting. This results in bad user experience.

URL https://archive.org/details/brooklynmuseum-o2791-chicago-worlds-fair

Evidence / Screenshot (if possible) Screenshot from 2019-03-28 05-53-57

Expectation The message should be appropriate and the time shown should be correct.

Batey96 commented 5 years ago

@shreyansh23 i think this issue points to the Internals of archive's codebase.I tested the time of process and updating the database and not upto a half second did the review.php script use to do so.. A plain fix for the @stakeholders to simply reload the page back to the archive.org/details/item and there you go,you finally see an updated reviewPane component.Or better still give the user an option to go back to the archive.org/details/item through a button. @stakeholders,you have reasons for not implementing my little fix.correct me if am wrong

CapriciousRebel commented 4 years ago

Hello, I would like to work on this issue, Can someone please guide me?