|
|
|
|
|
by peter-fogg
4692 days ago
|
|
I've got a bit of a gripe with the "Job Application" form. Asynchronous saves aren't really intuitive to a lot of users -- if you're a web developer who understands AJAX (and the fact that there's a server with a database actually storing the data somewhere), then it makes sense. But if you're an average person who doesn't immediately know the mechanism it can be confusing. At work I recently converted a portion of our UI from this style of saving to an explicit model specifically to avoid this problem. |
|